Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Unable to reconnect Proton Drive after token expires #233

Open
ShadowDrakken opened this issue Nov 4, 2024 · 0 comments
Open

[Bug]: Unable to reconnect Proton Drive after token expires #233

ShadowDrakken opened this issue Nov 4, 2024 · 0 comments
Labels
bug Something isn't working triage Awaiting confirmation by a team member

Comments

@ShadowDrakken
Copy link

Bug Description

Problem:

$ snap run --shell celeste
$ rclone config reconnect 'Proton Drive:'
Error: didn't find backend called "protondrive"

Expected behavior:

$ rclone config reconnect Dropbox:
Already have a token - refresh?
y) Yes (default)
n) No
y/n> 
Make sure your Redirect URL is set to "http://localhost:53682/" in your custom config.
Use auto config?
 * Say Y if not sure
 * Say N if you are working on a remote or headless machine
y) Yes (default)
n) No
y/n> 
If your browser doesn't open automatically go to the following link: http://127.0.0.1:53682/auth?state=[redacted]
Log in and authorize rclone for access
Waiting for code...
Got code

Same problem occurs in the Flatpak version. A "Reconnect" menu option in the GUI would be nice maybe?

Config:

[Proton Drive]
type = protondrive
password = [redacted]
username = [redacted]@proton.me
2fa = [redacted]
client_uid = [redacted]
client_access_token = [redacted]
client_refresh_token = [redacted]
client_salted_key_pass = [redacted]

[Google Drive]
type = drive
client_id = [redacted].apps.googleusercontent.com
client_secret = [redacted]
token = {"access_token":"[redacted]","token_type":"Bearer","refresh_token":"[redacted]","expiry":"2024-10-30T01:14:51.800493213-05:00"}
team_drive = 

[Dropbox]
type = dropbox
client_id = [redacted]
client_secret = [redacted]
token = {"access_token":"[redacted]","token_type":"bearer","expiry":"2024-11-04T11:59:03.255250574-06:00"}

Installation Source

Snap

What version of Celeste are you using?

0.8.3

Storage Provider

Proton Drive

@ShadowDrakken ShadowDrakken added bug Something isn't working triage Awaiting confirmation by a team member labels Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage Awaiting confirmation by a team member
Projects
None yet
Development

No branches or pull requests

1 participant