I've (I believe) rclone config to be setup correctly for Proton Drive. It has a user and password. And obvs Proton Drive (#39) was selected.
Instantiating the web-GUI requires the user and pw. Inputting those does not access the web-GUI. The terminal shows:```
Run the command 'rclone version' and share the full output of the command.
'''rclone v1.67.0
os/version: debian 12.6 (64 bit)
os/kernel: 6.1.0-23-amd64 (x86_64)
os/type: linux
os/arch: amd64
go/version: go1.22.4
go/linking: static
go/tags: none
'''
'''rclone v1.67.0
os/version: debian 12.6 (64 bit)
os/kernel: 6.1.0-23-amd64 (x86_64)
os/type: linux
os/arch: amd64
go/version: go1.22.4
go/linking: static
go/tags: none'''
Are you on the latest version of rclone? You can validate by checking the version listed here: Rclone downloads
--> YES (thanks)
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)
Paste command here 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
```Scotty@debian:~$ 'rclone config redacted
>```
#### A log from the command that you were trying to run with the `-vv` flag
<!-- You should use 3 backticks to begin and end your paste to make it readable. Or use a service such as https://pastebin.com or https://gist.github.com/ -->
``` > ```
the username+password used to create the proton drive remote has nothing to do with the username+password for the webgui.
run rcd --rc-web-gui with -vv and you will see the username+password
rclone rcd --rc-web-gui -vv
DEBUG : rclone: Version "v1.67.0" starting with parameters ["rclone" "rcd" "--rc-web-gui" "-vv"]
DEBUG : Current tag: v2.0.5, Release tag: v2.0.5
NOTICE: Web GUI exists. Update skipped.
INFO : No username specified. Using default username: gui
INFO : No password specified. Using random password: pApmhWC9eZPgi9XDXvFEdQ
or can specify the webgui username+password rclone rcd --rc-web-gui -vv --rc-user=username --rc-pass=password
on the command line, run rclone config redacted and post the output.
The Proton Drive has a password. RClone has a password. And, the RClone web-gui also has a login for a password. I cannot tell whether they must all be the same or all different. (I'm in my 70s, and I apologize if this is stupid.)
scotty@debian:~$ rclone config redacted
[protonremote]
type = protondrive
username = xxxxxx@protonmail.com
password = XXX
### Double check the config for sensitive info before posting publicly