| Summary: | Keeps dropping tokens after one action | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] kio-gdrive | Reporter: | jshand2013 |
| Component: | general | Assignee: | Elvis Angelaccio <elvis.angelaccio> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | fabian |
| Priority: | NOR | ||
| Version First Reported In: | 23.08.3 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | gdrive log | ||
|
Description
jshand2013
2023-11-25 06:20:03 UTC
Created attachment 163450 [details]
gdrive log
The relevant part is probably
Nov 25 18:54:20 johns-pc kioslave5[9508]: kf.kio.workers.gdrive: GetCredentialsJob failed: "Failed to I/O session data to/from the signon daemon."
Nov 25 18:54:20 johns-pc dolphin[9461]: kf.kio.core.dirlister: new entries for QUrl("gdrive:/")
...
Nov 25 18:54:21 johns-pc dolphin[9461]: kf.kio.core.dirlister: KDirLister(0x558ec0c2d120) url= QUrl("gdrive:/google1") keep= false reload= false
...
Nov 25 18:54:22 johns-pc kioslave5[9508]: kf.kio.workers.gdrive: Expired or missing access/refresh token for account "google1"
Nov 25 18:54:22 johns-pc kioslave5[9508]: kf.kio.workers.gdrive: Expired or missing access/refresh token for account "google1"
If it can't read a refresh token, it won't be able to generate a proper access token for the session and fail rather quickly.
*** This bug has been marked as a duplicate of bug 391186 *** |