Windows Agent require to grant access every day

So have a server that is just on 5 computers has an issue with running Windows Agent sync. Every Day it has them log in and grant access to app. Now in the last couple of weeks app has had issues with login and the only way I have found to correct it is to remove and re-add their account.

2021-09-03 08:27:25:534 [ info nextcloud.gui.application ]: “################## Nextcloud locale:[en_US] ui_lang: version:[3.3.2stable-Win64 (build 20210826)] os:[Windows 10 (10.0)]”
2021-09-03 08:27:25:535 [ info nextcloud.gui.application ]: Using “en_US” translation
2021-09-03 08:27:25:547 [ info nextcloud.gui.application ]: VFS windows plugin is available
2021-09-03 08:27:25:548 [ info nextcloud.gui.application ]: VFS suffix plugin is available
2021-09-03 08:27:25:549 [ debug nextcloud.gui.socketapi ] [ OCC::SocketApi::SocketApi ]: creating “//./pipe” true
2021-09-03 08:27:25:549 [ info nextcloud.gui.socketapi ]: server started, listening at “\\.\pipe\nextcloud-bvanotterloo”
2021-09-03 08:27:25:549 [ info nextcloud.gui.folder.manager ]: setting remote poll timer interval to 30000 msec
2021-09-03 08:27:25:579 [ info nextcloud.gui.account.manager ]: Account for QUrl(“https://clayia.techservcloud.com”) using auth type “webflow”
2021-09-03 08:27:25:579 [ info nextcloud.sync.credentials.webflow ]: Get QNAM
2021-09-03 08:27:25:579 [ info nextcloud.gui.account.manager ]: Restored: 0 unknown certs.
2021-09-03 08:27:25:581 [ debug nextcloud.gui.activity ] [ OCC::User::setNotificationRefreshInterval ]: Starting Notification refresh timer with 300 sec interval
2021-09-03 08:27:25:616 [ info nextcloud.gui.folder.manager ]: Setup folders from settings file
2021-09-03 08:27:25:616 [ info plugins ]: Created VFS instance from plugin “nextcloudsync_vfs_cfapi”
2021-09-03 08:27:25:616 [ info nextcloud.sync.database ]: Detected filesystem “NTFS” for “C:/Users/bvanotterloo/Nextcloud2/.sync_76a5ba605af2.db”
2021-09-03 08:27:25:617 [ debug nextcloud.gui.folder ] [ OCC::Folder::checkLocalPath ]: Checked local path ok
2021-09-03 08:27:25:617 [ info nextcloud.sync.configfile ]: Adding user defined ignore list to csync: “C:/Users/bvanotterloo/AppData/Roaming/Nextcloud/sync-exclude.lst”
2021-09-03 08:27:25:621 [ info nextcloud.sync.vfs.cfapi.wrapper ]: Successfully set Registry keys for shell integration at: “SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\SyncRootManager\Nextcloud!S-1-5-21-3886441339-3617550646-4202867065-10629!bvanotterloo@clayia.techservcloud.com!1” . Progress bar will work.
2021-09-03 08:27:25:626 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “PRAGMA quick_check;”
2021-09-03 08:27:25:627 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “SELECT sqlite_version();”
2021-09-03 08:27:25:627 [ info nextcloud.sync.database ]: sqlite3 version “3.35.5”
2021-09-03 08:27:25:627 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “PRAGMA locking_mode=EXCLUSIVE;”
2021-09-03 08:27:25:627 [ info nextcloud.sync.database ]: sqlite3 locking_mode= “exclusive”
2021-09-03 08:27:25:627 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “PRAGMA journal_mode=WAL;”
2021-09-03 08:27:25:627 [ info nextcloud.sync.database ]: sqlite3 journal_mode= “wal”
2021-09-03 08:27:25:627 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “PRAGMA synchronous = NORMAL;”
2021-09-03 08:27:25:627 [ info nextcloud.sync.database ]: sqlite3 synchronous= “NORMAL”
2021-09-03 08:27:25:628 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “PRAGMA case_sensitive_like = ON;”
2021-09-03 08:27:25:628 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “CREATE TABLE IF NOT EXISTS metadata(phash INTEGER(8),pathlen INTEGER,path VARCHAR(4096),inode INTEGER,uid INTEGER,gid INTEGER,mode INTEGER,modtime INTEGER(8),type INTEGER,md5 VARCHAR(32),PRIMARY KEY(phash));”
2021-09-03 08:27:25:628 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows.
2021-09-03 08:27:25:628 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “CREATE TABLE IF NOT EXISTS key_value_store(key VARCHAR(4096), value VARCHAR(4096), PRIMARY KEY(key));”
2021-09-03 08:27:25:628 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows.
2021-09-03 08:27:25:628 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “CREATE TABLE IF NOT EXISTS downloadinfo(path VARCHAR(4096),tmpfile VARCHAR(4096),etag VARCHAR(32),errorcount INTEGER,PRIMARY KEY(path));”
2021-09-03 08:27:25:628 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows.
2021-09-03 08:27:25:628 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “CREATE TABLE IF NOT EXISTS uploadinfo(path VARCHAR(4096),chunk INTEGER,transferid INTEGER,errorcount INTEGER,size INTEGER(8),modtime INTEGER(8),contentChecksum TEXT,PRIMARY KEY(path));”
2021-09-03 08:27:25:628 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows.
2021-09-03 08:27:25:628 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “CREATE TABLE IF NOT EXISTS blacklist (path VARCHAR(4096),lastTryEtag VARCHAR[32],lastTryModtime INTEGER[8],retrycount INTEGER,errorstring VARCHAR[4096],PRIMARY KEY(path));”
2021-09-03 08:27:25:628 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows.
2021-09-03 08:27:25:628 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “CREATE TABLE IF NOT EXISTS async_poll(path VARCHAR(4096),modtime INTEGER(8),filesize BIGINT,pollpath VARCHAR(4096));”
2021-09-03 08:27:25:628 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows.
2021-09-03 08:27:25:628 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “CREATE TABLE IF NOT EXISTS selectivesync (path VARCHAR(4096),type INTEGER);”
2021-09-03 08:27:25:628 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows.
2021-09-03 08:27:25:628 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “CREATE TABLE IF NOT EXISTS checksumtype(id INTEGER PRIMARY KEY,name TEXT UNIQUE);”
2021-09-03 08:27:25:628 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows.
2021-09-03 08:27:25:628 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “CREATE TABLE IF NOT EXISTS datafingerprint(fingerprint TEXT UNIQUE);”
2021-09-03 08:27:25:628 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows.
2021-09-03 08:27:25:628 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “CREATE TABLE IF NOT EXISTS flags (path TEXT PRIMARY KEY,pinState INTEGER);”
2021-09-03 08:27:25:628 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows.
2021-09-03 08:27:25:628 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “CREATE TABLE IF NOT EXISTS conflicts(path TEXT PRIMARY KEY,baseFileId TEXT,baseEtag TEXT,baseModtime INTEGER);”
2021-09-03 08:27:25:628 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows.
2021-09-03 08:27:25:628 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “CREATE TABLE IF NOT EXISTS version(major INTEGER(8),minor INTEGER(8),patch INTEGER(8),custom VARCHAR(256));”
2021-09-03 08:27:25:628 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows.
2021-09-03 08:27:25:628 [ debug nextcloud.sync.database ] [ OCC::SyncJournalDb::commitInternal ]: Transaction commit “checkConnect” and starting new transaction
2021-09-03 08:27:25:628 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “PRAGMA table_info(‘metadata’);”
2021-09-03 08:27:25:628 [ debug nextcloud.sync.database ] [ OCC::SyncJournalDb::tableColumns ]: Columns in the current journal: QVector(“phash”, “pathlen”, “path”, “inode”, “uid”, “gid”, “mode”, “modtime”, “type”, “md5”, “fileid”, “remotePerm”, “filesize”, “ignoredChildrenRemote”, “contentChecksum”, “contentChecksumTypeId”, “e2eMangledName”, “isE2eEncrypted”)
2021-09-03 08:27:25:628 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “CREATE INDEX IF NOT EXISTS metadata_inode ON metadata(inode);”
2021-09-03 08:27:25:628 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows.
2021-09-03 08:27:25:628 [ debug nextcloud.sync.database ] [ OCC::SyncJournalDb::commitInternal ]: Transaction commit “update database structure: add inode index” and starting new transaction
2021-09-03 08:27:25:628 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “CREATE INDEX IF NOT EXISTS metadata_path ON metadata(path);”
2021-09-03 08:27:25:628 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows.
2021-09-03 08:27:25:628 [ debug nextcloud.sync.database ] [ OCC::SyncJournalDb::commitInternal ]: Transaction commit “update database structure: add path index” and starting new transaction
2021-09-03 08:27:25:628 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “CREATE INDEX IF NOT EXISTS metadata_parent ON metadata(parent_hash(path));”
2021-09-03 08:27:25:628 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows.
2021-09-03 08:27:25:628 [ debug nextcloud.sync.database ] [ OCC::SyncJournalDb::commitInternal ]: Transaction commit “update database structure: add parent index” and starting new transaction
2021-09-03 08:27:25:629 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “PRAGMA table_info(‘uploadinfo’);”
2021-09-03 08:27:25:629 [ debug nextcloud.sync.database ] [ OCC::SyncJournalDb::tableColumns ]: Columns in the current journal: QVector(“path”, “chunk”, “transferid”, “errorcount”, “size”, “modtime”, “contentChecksum”)
2021-09-03 08:27:25:629 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “PRAGMA table_info(‘conflicts’);”
2021-09-03 08:27:25:629 [ debug nextcloud.sync.database ] [ OCC::SyncJournalDb::tableColumns ]: Columns in the current journal: QVector(“path”, “baseFileId”, “baseEtag”, “baseModtime”, “basePath”)
2021-09-03 08:27:25:629 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “CREATE INDEX IF NOT EXISTS metadata_e2e_id ON metadata(e2eMangledName);”
2021-09-03 08:27:25:629 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows.
2021-09-03 08:27:25:629 [ debug nextcloud.sync.database ] [ OCC::SyncJournalDb::commitInternal ]: Transaction commit “update database structure: add e2eMangledName index” and starting new transaction
2021-09-03 08:27:25:629 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “PRAGMA table_info(‘blacklist’);”
2021-09-03 08:27:25:629 [ debug nextcloud.sync.database ] [ OCC::SyncJournalDb::tableColumns ]: Columns in the current journal: QVector(“path”, “lastTryEtag”, “lastTryModtime”, “retrycount”, “errorstring”, “lastTryTime”, “ignoreDuration”, “renameTarget”, “errorCategory”, “requestId”)
2021-09-03 08:27:25:629 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “CREATE INDEX IF NOT EXISTS blacklist_index ON blacklist(path collate nocase);”
2021-09-03 08:27:25:629 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows.
2021-09-03 08:27:25:629 [ debug nextcloud.sync.database ] [ OCC::SyncJournalDb::commitInternal ]: Transaction commit “checkConnect End”
2021-09-03 08:27:25:629 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec “SELECT COUNT(*) FROM metadata”
2021-09-03 08:27:25:630 [ info nextcloud.gui.folder.manager ]: Adding folder to Folder Map OCC::Folder(0x1b98daad780) “1”
2021-09-03 08:27:25:630 [ info nextcloud.gui.folder.manager ]: Schedule folder “1” to sync!
2021-09-03 08:27:25:630 [ info nextcloud.gui.folder.manager ]: Folder is not ready to sync, not scheduled!
2021-09-03 08:27:25:633 [ info nextcloud.gui.application ]: Sync state changed for folder “https://clayia.techservcloud.com/remote.php/dav/files/bvanotterloo/” : “Sync Paused”
2021-09-03 08:27:25:634 [ info nextcloud.sync.clientproxy ]: Set proxy configuration to use NO proxy
2021-09-03 08:27:25:635 [ debug nextcloud.gui.updater ] [ OCC::Updater::create ]: QUrl(“https://updates.nextcloud.org/client/?version=3.3.2.20210826&platform=win32&osRelease=windows&osVersion=10&kernelVersion=10.0.19042&oem=Nextcloud&buildArch=x86_64&currentArch=x86_64&versionsuffix=stable-Win64&updatesegment=18&msi=true”)
2021-09-03 08:27:26:353 [ info nextcloud.sync.credentials.webflow ]: Fetch from keychain!
2021-09-03 08:27:26:512 [ info nextcloud.gui.folder.navigationpane ]: Explorer Cloud storage provider: saving path “C:\Users\bvanotterloo\Nextcloud2” to CLSID “{453bda2b-4cee-43d8-b3d6-c2673ad584f8}”
2021-09-03 08:27:26:516 [ info nextcloud.gui.socketapi ]: New connection QLocalSocket(0x1b990b60d80)
2021-09-03 08:27:26:516 [ warning nextcloud.sync.credentials.keychainchunk ]: Unable to read “Nextcloud_bvanotterloo_clientCertificatePEM:Clay County Iowa Cloud” chunk “0” “Password entry not found”
2021-09-03 08:27:26:516 [ warning nextcloud.sync.credentials.keychainchunk ]: Unable to read “Nextcloud_bvanotterloo_clientKeyPEM:Clay County Iowa Cloud” chunk “0” “Password entry not found”
2021-09-03 08:27:26:516 [ warning nextcloud.sync.credentials.webflow ]: Unable to read client key “Password entry not found”
2021-09-03 08:27:26:516 [ warning nextcloud.sync.credentials.keychainchunk ]: Unable to read “Nextcloud_bvanotterloo_clientCaCertificatePEM0:Clay County Iowa Cloud” chunk “0” “Password entry not found”
2021-09-03 08:27:26:516 [ warning nextcloud.sync.credentials.webflow ]: Unable to read client CA cert slot “0” “Password entry not found”
2021-09-03 08:27:26:517 [ warning nextcloud.sync.credentials.keychainchunk ]: Unable to read “bvanotterloo_clientCertificatePEM:https://clayia.techservcloud.com/” chunk “0” “Password entry not found”
2021-09-03 08:27:26:517 [ warning nextcloud.sync.credentials.keychainchunk ]: Unable to read “bvanotterloo_clientKeyPEM:https://clayia.techservcloud.com/” chunk “0” “Password entry not found”
2021-09-03 08:27:26:517 [ warning nextcloud.sync.credentials.webflow ]: Unable to read client key “Password entry not found”
2021-09-03 08:27:26:517 [ warning nextcloud.sync.credentials.keychainchunk ]: Unable to read “bvanotterloo_clientCaCertificatePEM0:https://clayia.techservcloud.com/” chunk “0” “Password entry not found”
2021-09-03 08:27:26:517 [ warning nextcloud.sync.credentials.webflow ]: Unable to read client CA cert slot “0” “Password entry not found”
2021-09-03 08:27:26:517 [ debug nextcloud.sync.account ] [ OCC::Account::slotCredentialsFetched ]: User id already fetched.
2021-09-03 08:27:26:517 [ info nextcloud.gui.account.state ]: Fetched credentials for “https://clayia.techservcloud.com” attempting to connect
2021-09-03 08:27:26:518 [ debug nextcloud.sync.account ] [ OCC::Account::resetNetworkAccessManager ]: Resetting QNAM
2021-09-03 08:27:26:518 [ info nextcloud.sync.credentials.webflow ]: Get QNAM
2021-09-03 08:27:26:518 [ debug nextcloud.sync.connectionvalidator ] [ OCC::ConnectionValidator::checkServerAndAuth ]: Checking server and authentication
2021-09-03 08:27:26:519 [ info nextcloud.sync.accessmanager ]: 2 “” “https://clayia.techservcloud.com/status.php” has X-Request-ID “cad2ef65-d98c-47a5-8202-f915493254c7”
2021-09-03 08:27:26:519 [ debug nextcloud.sync.cookiejar ] [ OCC::CookieJar::cookiesForUrl ]: QUrl(“https://clayia.techservcloud.com/status.php”) requests: (QNetworkCookie("__Host-nc_sameSiteCookielax=true; secure; HttpOnly; expires=Fri, 31-Dec-2100 23:59:59 GMT; domain=clayia.techservcloud.com; path=/"), QNetworkCookie("__Host-nc_sameSiteCookiestrict=true; secure; HttpOnly; expires=Fri, 31-Dec-2100 23:59:59 GMT; domain=clayia.techservcloud.com; path=/"))
2021-09-03 08:27:26:519 [ info nextcloud.sync.networkjob ]: OCC::CheckServerJob created for “https://clayia.techservcloud.com” + “status.php” “OCC::ConnectionValidator”
2021-09-03 08:27:26:631 [ debug nextcloud.gui.folderwatcher ] [ OCC::FolderWatcher::pathIsIgnored ]: * Ignoring file “C:/Users/bvanotterloo/Nextcloud2/.owncloudsync.log”
2021-09-03 08:27:26:662 [ info nextcloud.sync.credentials.webflow ]: request finished
2021-09-03 08:27:26:662 [ info nextcloud.sync.networkjob.checkserver ]: status.php returns: QJsonDocument({“edition”:"",“extendedSupport”:false,“installed”:true,“maintenance”:false,“needsDbUpgrade”:false,“productname”:“Clay County Iowa Cloud”,“version”:“21.0.4.1”,“versionstring”:“21.0.4”}) QNetworkReply::NoError Reply: QNetworkReplyHttpImpl(0x1b990b6b840)
2021-09-03 08:27:26:662 [ info nextcloud.sync.connectionvalidator ]: ** Application: ownCloud found: QUrl(“https://clayia.techservcloud.com”) with version “21.0.4” ( “21.0.4.1” )
2021-09-03 08:27:26:662 [ info nextcloud.sync.connectionvalidator ]: QUrl(“https://clayia.techservcloud.com”) has server version “21.0.4.1”
2021-09-03 08:27:26:662 [ debug nextcloud.sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]: Network job OCC::CheckServerJob finished for “status.php”
2021-09-03 08:27:26:662 [ info nextcloud.gui.account.state ]: AccountState connection status change: OCC::ConnectionValidator::Undefined → OCC::ConnectionValidator::CredentialsNotReady
2021-09-03 08:27:26:662 [ info nextcloud.gui.account.state ]: Invalid credentials for “https://clayia.techservcloud.com” asking user
2021-09-03 08:27:26:662 [ info nextcloud.gui.account.state ]: AccountState state change: “Disconnected” → “Asking Credentials”
2021-09-03 08:27:26:666 [ info nextcloud.gui.folder.manager ]: Account “bvanotterloo@clayia.techservcloud.com” disconnected or paused, terminating or descheduling sync folders
2021-09-03 08:27:26:666 [ info nextcloud.sync.networkjob.determineauthtype ]: Determining auth type for QUrl(“https://clayia.techservcloud.com/remote.php/dav/files/bvanotterloo/”)
2021-09-03 08:27:26:666 [ info nextcloud.sync.accessmanager ]: 2 “” “https://clayia.techservcloud.com” has X-Request-ID “64ea0717-bc83-47a9-a391-4924ba6819b3”
2021-09-03 08:27:26:666 [ debug nextcloud.sync.cookiejar ] [ OCC::CookieJar::cookiesForUrl ]: QUrl(“https://clayia.techservcloud.com”) requests: (QNetworkCookie("__Host-nc_sameSiteCookielax=true; secure; HttpOnly; expires=Fri, 31-Dec-2100 23:59:59 GMT; domain=clayia.techservcloud.com; path=/"), QNetworkCookie("__Host-nc_sameSiteCookiestrict=true; secure; HttpOnly; expires=Fri, 31-Dec-2100 23:59:59 GMT; domain=clayia.techservcloud.com; path=/"), QNetworkCookie(“oc_sessionPassphrase=VAm50t6Abb00M75HzZdJZ7QkuxDQhRcQ6f77shuxwYpFxbTzIiFFl9IF%2FABR3zi%2BPfUMouoJy96n2b7NpW%2FHPuEFFjm0tax7cR5yc21zqw7Yi2P12wquZ69I1YgsrRur; secure; HttpOnly; domain=clayia.techservcloud.com; path=/”), QNetworkCookie(“ocotwyi0faga=2qi8dg26mparufbs0uqlb8o6rr; secure; HttpOnly; domain=clayia.techservcloud.com; path=/”))
2021-09-03 08:27:26:666 [ info nextcloud.sync.networkjob ]: OCC::SimpleNetworkJob created for “https://clayia.techservcloud.com” + “” “”
2021-09-03 08:27:26:666 [ info nextcloud.sync.accessmanager ]: 6 “PROPFIND” “https://clayia.techservcloud.com/remote.php/dav/files/bvanotterloo/” has X-Request-ID “a145d904-1275-470d-912b-103ed9c8a52a”
2021-09-03 08:27:26:666 [ debug nextcloud.sync.cookiejar ] [ OCC::CookieJar::cookiesForUrl ]: QUrl(“https://clayia.techservcloud.com/remote.php/dav/files/bvanotterloo/”) requests: (QNetworkCookie("__Host-nc_sameSiteCookielax=true; secure; HttpOnly; expires=Fri, 31-Dec-2100 23:59:59 GMT; domain=clayia.techservcloud.com; path=/"), QNetworkCookie("__Host-nc_sameSiteCookiestrict=true; secure; HttpOnly; expires=Fri, 31-Dec-2100 23:59:59 GMT; domain=clayia.techservcloud.com; path=/"), QNetworkCookie(“oc_sessionPassphrase=VAm50t6Abb00M75HzZdJZ7QkuxDQhRcQ6f77shuxwYpFxbTzIiFFl9IF%2FABR3zi%2BPfUMouoJy96n2b7NpW%2FHPuEFFjm0tax7cR5yc21zqw7Yi2P12wquZ69I1YgsrRur; secure; HttpOnly; domain=clayia.techservcloud.com; path=/”), QNetworkCookie(“ocotwyi0faga=2qi8dg26mparufbs0uqlb8o6rr; secure; HttpOnly; domain=clayia.techservcloud.com; path=/”))
2021-09-03 08:27:26:667 [ info nextcloud.sync.networkjob ]: OCC::SimpleNetworkJob created for “https://clayia.techservcloud.com” + “” “”
2021-09-03 08:27:26:667 [ info nextcloud.sync.accessmanager ]: 2 “” “https://clayia.techservcloud.com/ocs/v2.php/cloud/capabilities?format=json” has X-Request-ID “23c6d2fb-52a0-4215-89f1-a3f488a148ee”
2021-09-03 08:27:26:667 [ debug nextcloud.sync.cookiejar ] [ OCC::CookieJar::cookiesForUrl ]: QUrl(“https://clayia.techservcloud.com/ocs/v2.php/cloud/capabilities?format=json”) requests: (QNetworkCookie("__Host-nc_sameSiteCookielax=true; secure; HttpOnly; expires=Fri, 31-Dec-2100 23:59:59 GMT; domain=clayia.techservcloud.com; path=/"), QNetworkCookie("__Host-nc_sameSiteCookiestrict=true; secure; HttpOnly; expires=Fri, 31-Dec-2100 23:59:59 GMT; domain=clayia.techservcloud.com; path=/"), QNetworkCookie(“oc_sessionPassphrase=VAm50t6Abb00M75HzZdJZ7QkuxDQhRcQ6f77shuxwYpFxbTzIiFFl9IF%2FABR3zi%2BPfUMouoJy96n2b7NpW%2FHPuEFFjm0tax7cR5yc21zqw7Yi2P12wquZ69I1YgsrRur; secure; HttpOnly; domain=clayia.techservcloud.com; path=/”), QNetworkCookie(“ocotwyi0faga=2qi8dg26mparufbs0uqlb8o6rr; secure; HttpOnly; domain=clayia.techservcloud.com; path=/”))
2021-09-03 08:27:26:667 [ info nextcloud.sync.networkjob ]: OCC::JsonApiJob created for “https://clayia.techservcloud.com” + “/ocs/v2.php/cloud/capabilities” “OCC::DetermineAuthTypeJob”
2021-09-03 08:27:26:667 [ debug nextcloud.sync.credentials.webflow ] [ OCC::WebFlowCredentials::askFromUser ]: User needs to reauth!
2021-09-03 08:27:26:813 [ info nextcloud.sync.credentials.webflow ]: request finished
2021-09-03 08:27:26:813 [ info nextcloud.sync.networkjob ]: Redirecting “GET” QUrl(“https://clayia.techservcloud.com”) QUrl(“Clay County Iowa Cloud”)
2021-09-03 08:27:26:813 [ info nextcloud.sync.accessmanager ]: 2 “” “Clay County Iowa Cloud” has X-Request-ID “a1f929f4-6f3b-40c0-ac94-a28f43c74330”
2021-09-03 08:27:26:813 [ debug nextcloud.sync.cookiejar ] [ OCC::CookieJar::cookiesForUrl ]: QUrl(“Clay County Iowa Cloud”) requests: (QNetworkCookie("__Host-nc_sameSiteCookielax=true; secure; HttpOnly; expires=Fri, 31-Dec-2100 23:59:59 GMT; domain=clayia.techservcloud.com; path=/"), QNetworkCookie("__Host-nc_sameSiteCookiestrict=true; secure; HttpOnly; expires=Fri, 31-Dec-2100 23:59:59 GMT; domain=clayia.techservcloud.com; path=/"), QNetworkCookie(“oc_sessionPassphrase=VAm50t6Abb00M75HzZdJZ7QkuxDQhRcQ6f77shuxwYpFxbTzIiFFl9IF%2FABR3zi%2BPfUMouoJy96n2b7NpW%2FHPuEFFjm0tax7cR5yc21zqw7Yi2P12wquZ69I1YgsrRur; secure; HttpOnly; domain=clayia.techservcloud.com; path=/”), QNetworkCookie(“ocotwyi0faga=2qi8dg26mparufbs0uqlb8o6rr; secure; HttpOnly; domain=clayia.techservcloud.com; path=/”))
2021-09-03 08:27:26:897 [ info nextcloud.sync.credentials.webflow ]: request finished
2021-09-03 08:27:26:897 [ info nextcloud.sync.networkjob.jsonapi ]: JsonApiJob of QUrl(“https://clayia.techservcloud.com/ocs/v2.php/cloud/capabilities?format=json”) FINISHED WITH STATUS “OK”
2021-09-03 08:27:26:897 [ debug nextcloud.sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]: Network job OCC::JsonApiJob finished for “/ocs/v2.php/cloud/capabilities”
2021-09-03 08:27:26:914 [ info nextcloud.sync.credentials.webflow ]: request finished
2021-09-03 08:27:26:914 [ warning nextcloud.sync.credentials.webflow ]: QNetworkReply::AuthenticationRequiredError
2021-09-03 08:27:26:914 [ warning nextcloud.sync.credentials.webflow ]: “Host requires authentication”
2021-09-03 08:27:26:914 [ warning nextcloud.sync.networkjob.determineauthtype ]: Unknown WWW-Authenticate reply to auth-test PROPFIND: “basic realm=“clay county iowa cloud”, charset=“utf-8"”
2021-09-03 08:27:26:914 [ debug nextcloud.sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]: Network job OCC::SimpleNetworkJob finished for “”
2021-09-03 08:27:26:981 [ info nextcloud.sync.credentials.webflow ]: request finished
2021-09-03 08:27:26:982 [ info nextcloud.sync.networkjob.determineauthtype ]: Auth type for QUrl(“https://clayia.techservcloud.com/remote.php/dav/files/bvanotterloo/”) is OCC::DetermineAuthTypeJob::LoginFlowV2
2021-09-03 08:27:26:982 [ warning default ]: QLayout: Attempting to add QLayout “” to OCC::WebFlowCredentialsDialog “”, which already has a layout
2021-09-03 08:27:26:983 [ info nextcloud.sync.accessmanager ]: 4 “” “https://clayia.techservcloud.com/index.php/login/v2” has X-Request-ID “6d4f9def-bf62-4ff9-ad0a-17624fdd83b9”
2021-09-03 08:27:26:983 [ debug nextcloud.sync.cookiejar ] [ OCC::CookieJar::cookiesForUrl ]: QUrl(“https://clayia.techservcloud.com/index.php/login/v2”) requests: (QNetworkCookie(”__Host-nc_sameSiteCookielax=true; secure; HttpOnly; expires=Fri, 31-Dec-2100 23:59:59 GMT; domain=clayia.techservcloud.com; path=/"), QNetworkCookie("__Host-nc_sameSiteCookiestrict=true; secure; HttpOnly; expires=Fri, 31-Dec-2100 23:59:59 GMT; domain=clayia.techservcloud.com; path=/"), QNetworkCookie(“oc_sessionPassphrase=VAm50t6Abb00M75HzZdJZ7QkuxDQhRcQ6f77shuxwYpFxbTzIiFFl9IF%2FABR3zi%2BPfUMouoJy96n2b7NpW%2FHPuEFFjm0tax7cR5yc21zqw7Yi2P12wquZ69I1YgsrRur; secure; HttpOnly; domain=clayia.techservcloud.com; path=/”), QNetworkCookie(“ocotwyi0faga=2qi8dg26mparufbs0uqlb8o6rr; secure; HttpOnly; domain=clayia.techservcloud.com; path=/”))
2021-09-03 08:27:26:983 [ info nextcloud.sync.networkjob ]: OCC::SimpleNetworkJob created for “https://clayia.techservcloud.com” + “” “”
2021-09-03 08:27:27:006 [ debug nextcloud.sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]: Network job OCC::SimpleNetworkJob finished for “”
2021-09-03 08:27:27:251 [ info nextcloud.sync.credentials.webflow ]: request finished
2021-09-03 08:27:27:251 [ info nextcloud.sync.credentials.flow2auth ]: setting remote poll timer interval to 30000 msec
2021-09-03 08:27:27:877 [ debug nextcloud.sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]: Network job OCC::SimpleNetworkJob finished for “”
2021-09-03 08:27:28:644 [ info nextcloud.gui.updater ]: Checking for available update
2021-09-03 08:27:28:645 [ info nextcloud.sync.accessmanager ]: 2 “” “https://updates.nextcloud.org/client/?version=3.3.2.20210826&platform=win32&osRelease=windows&osVersion=10&kernelVersion=10.0.19042&oem=Nextcloud&buildArch=x86_64&currentArch=x86_64&versionsuffix=stable-Win64&updatesegment=18&msi=true” has X-Request-ID “c32c5dd7-589b-4b8c-b9ac-5a346f4d1424”
2021-09-03 08:27:28:645 [ debug nextcloud.sync.cookiejar ] [ OCC::CookieJar::cookiesForUrl ]: QUrl(“https://updates.nextcloud.org/client/?version=3.3.2.20210826&platform=win32&osRelease=windows&osVersion=10&kernelVersion=10.0.19042&oem=Nextcloud&buildArch=x86_64&currentArch=x86_64&versionsuffix=stable-Win64&updatesegment=18&msi=true”) requests: ()
2021-09-03 08:27:29:227 [ info nextcloud.gui.updater ]: Version info arrived: Your version: 217019406087382154 Skipped version: 0 “” Available version: 0 “” Available version string: “” Web url: “” Download url: “”
2021-09-03 08:27:29:228 [ info nextcloud.gui.updater ]: No version information available at the moment
2021-09-03 08:27:33:756 [ info nextcloud.sync.accessmanager ]: 4 “” “https://clayia.techservcloud.com/login/v2/poll” has X-Request-ID “99cc7307-f879-4576-945b-ccd9c932ec7f”
2021-09-03 08:27:33:756 [ debug nextcloud.sync.cookiejar ] [ OCC::CookieJar::cookiesForUrl ]: QUrl(“https://clayia.techservcloud.com/login/v2/poll”) requests: (QNetworkCookie("__Host-nc_sameSiteCookielax=true; secure; HttpOnly; expires=Fri, 31-Dec-2100 23:59:59 GMT; domain=clayia.techservcloud.com; path=/"), QNetworkCookie("__Host-nc_sameSiteCookiestrict=true; secure; HttpOnly; expires=Fri, 31-Dec-2100 23:59:59 GMT; domain=clayia.techservcloud.com; path=/"), QNetworkCookie(“oc_sessionPassphrase=VAm50t6Abb00M75HzZdJZ7QkuxDQhRcQ6f77shuxwYpFxbTzIiFFl9IF%2FABR3zi%2BPfUMouoJy96n2b7NpW%2FHPuEFFjm0tax7cR5yc21zqw7Yi2P12wquZ69I1YgsrRur; secure; HttpOnly; domain=clayia.techservcloud.com; path=/”), QNetworkCookie(“ocotwyi0faga=2qi8dg26mparufbs0uqlb8o6rr; secure; HttpOnly; domain=clayia.techservcloud.com; path=/”))
2021-09-03 08:27:33:756 [ info nextcloud.sync.networkjob ]: OCC::SimpleNetworkJob created for “https://clayia.techservcloud.com” + “” “”
2021-09-03 08:27:33:907 [ info nextcloud.sync.credentials.webflow ]: request finished
2021-09-03 08:27:33:908 [ info nextcloud.sync.credentials.flow2auth ]: Success getting the appPassword for user: “bvanotterloo” , server: “https://clayia.techservcloud.com
2021-09-03 08:27:33:908 [ debug nextcloud.sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]: Network job OCC::SimpleNetworkJob finished for “”
2021-09-03 08:27:33:908 [ info nextcloud.sync.credentials.webflow ]: Get QNAM
2021-09-03 08:27:33:908 [ info nextcloud.sync.accessmanager ]: 2 “” “https://clayia.techservcloud.com/ocs/v1.php/cloud/user?format=json” has X-Request-ID “72b0e4a8-f858-4e83-97e4-f7eaf916e8ce”
2021-09-03 08:27:33:908 [ debug nextcloud.sync.cookiejar ] [ OCC::CookieJar::cookiesForUrl ]: QUrl(“https://clayia.techservcloud.com/ocs/v1.php/cloud/user?format=json”) requests: (QNetworkCookie("__Host-nc_sameSiteCookielax=true; secure; HttpOnly; expires=Fri, 31-Dec-2100 23:59:59 GMT; domain=clayia.techservcloud.com; path=/"), QNetworkCookie("__Host-nc_sameSiteCookiestrict=true; secure; HttpOnly; expires=Fri, 31-Dec-2100 23:59:59 GMT; domain=clayia.techservcloud.com; path=/"), QNetworkCookie(“oc_sessionPassphrase=VAm50t6Abb00M75HzZdJZ7QkuxDQhRcQ6f77shuxwYpFxbTzIiFFl9IF%2FABR3zi%2BPfUMouoJy96n2b7NpW%2FHPuEFFjm0tax7cR5yc21zqw7Yi2P12wquZ69I1YgsrRur; secure; HttpOnly; domain=clayia.techservcloud.com; path=/”), QNetworkCookie(“ocotwyi0faga=2qi8dg26mparufbs0uqlb8o6rr; secure; HttpOnly; domain=clayia.techservcloud.com; path=/”))
2021-09-03 08:27:33:908 [ info nextcloud.sync.networkjob ]: OCC::JsonApiJob created for “https://clayia.techservcloud.com” + “/ocs/v1.php/cloud/user” “”
2021-09-03 08:27:34:114 [ info nextcloud.sync.credentials.webflow ]: request finished
2021-09-03 08:27:34:114 [ info nextcloud.sync.networkjob.jsonapi ]: JsonApiJob of QUrl(“https://clayia.techservcloud.com/ocs/v1.php/cloud/user?format=json”) FINISHED WITH STATUS “OK”
2021-09-03 08:27:34:115 [ debug nextcloud.sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]: Network job OCC::JsonApiJob finished for “/ocs/v1.php/cloud/user”
2021-09-03 08:27:34:118 [ info nextcloud.sync.account ]: appPassword stored in keychain
2021-09-03 08:27:55:539 [ info nextcloud.gui.folder.manager ]: Etag poll timer timeout
2021-09-03 08:27:55:539 [ info nextcloud.gui.folder.manager ]: Folders to sync: 1
2021-09-03 08:27:55:539 [ info nextcloud.gui.folder.manager ]: Number of folders that don’t use push notifications: 1
2021-09-03 08:27:55:540 [ info nextcloud.gui.folder.manager ]: Run etag job on folder OCC::Folder(0x1b98daad780)
2021-09-03 08:27:55:540 [ info nextcloud.gui.folder.manager ]: Can not run etag job: Folder is disabled
2021-09-03 08:28:25:560 [ info nextcloud.gui.folder.manager ]: Etag poll timer timeout
2021-09-03 08:28:25:560 [ info nextcloud.gui.folder.manager ]: Folders to sync: 1
2021-09-03 08:28:25:560 [ info nextcloud.gui.folder.manager ]: Number of folders that don’t use push notifications: 1
2021-09-03 08:28:25:560 [ info nextcloud.gui.folder.manager ]: Run etag job on folder OCC::Folder(0x1b98daad780)
2021-09-03 08:28:25:560 [ info nextcloud.gui.folder.manager ]: Can not run etag job: Folder is disabled