Running rclone rcd --rc-web-gui
instantiates the browser-gui's little box for entering the user and password credentials.
Run the command 'rclone version' and share the full output of the command.
rclone v1.68.0
- os/version: debian 12.7 (64 bit)
- os/kernel: 6.1.0-25-amd64 (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.23.1
- go/linking: static
- go/tags: none```
Are you on the latest version of rclone? You can validate by checking the version listed here: https://rclone.org/downloads/
--> YES
#### Which cloud storage system are you using? (eg Google Drive) Proton Drive
#### The command you were trying to run (eg `rclone copy /tmp remote:tmp`)
<!-- You should use 3 backticks to begin and end your paste to make it readable. -->
Paste command here rclone rcd --rc-web-gui
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
Paste config here
```rclone config redacted
[remoteproton]
type = protondrive
username = thespian1967@protonmail.com
password = XXX
client_uid = XXX
client_access_token = XXX
client_refresh_token = XXX
client_salted_key_pass = XXX```
#### A log from the command that you were trying to run with the `-vv` flag
doing: rclone rcd --rc-web-gui --rc-pass=secretpassword -vv
opens a new tab in my browser and over it comes a smaller window/box for inputting the user and password. Is that what is expected? I tried entering my credentials for rclone config to make them equal, but no joy.
Calling the cli, above, a browser tab opens and I'm logged in. I see the objects I've uploaded to Proton Drive. I'm not asked to login, however. What is normal here?
My goal is to upload /home into ProtonDrive, then weekly upload only new or modified files/folders/objects. Please point me to the Documentation for doing that (if any). Thank you, more-fun-that-a-barrel-of-monkeys.
The small login window does not come on-screen. Shouldn't it? I'm confused. Two hours ago, rclone-gui (what is it's name?) put a smaller window on screen and wanted credentials. Now it doesn't? I logged out and back in and I'm still logged in (which I would prefer to not be). Sorry for my lack of know-how. But then I'm no MONKey!
GUI is using basic auth - it is not cookies based.
Now how to "forget" it I think depends on browser.
It is in some way another sign that it was experimental project:) Somebody implemented the easiest thing possible - proof of concept really rather than proper solution.
I think site data is not the answer neither… basic auth is ancient way to authenticate http requests still supported for legacy reasons I think. Link I posted says quit browser to “forget”.
Another very annoying problem with basic auth is that password managers usually fail to deal with it. And basic auth window steals all focus temporarily blocking access to everything within a browser. Really legacy stuff that should not be used:)