STOP and READ USE THIS TEMPLATE NO EXCEPTIONS - By not using this, you waste your time, our time and really hate puppies. Please remove these two lines and that will confirm you have read them.
hi
after configuring rclone for mounting protondrive with ubuntu 24.04 i am getting the error below. in protondrive iself i have only set the login password (no 2FA or other scurity). according to this article the protondrive-app-version is required to make it work --> Proton Drive. since there is no linux app i am unable to enter a value.
rclone config:
type = protondrive
username = help@gideon.ch
password = MyPassword``à
any help is much appreciated
#### What is the problem you are having with rclone?
#### Run the command 'rclone version' and share the full output of the command.
```rclone v1.73.5
- os/version: ubuntu 24.04 (64 bit)
- os/kernel: 6.17.0-113020-tuxedo (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.25.9
- go/linking: static
- go/tags: none```
#### Which cloud storage system are you using? (eg Google 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. -->
rclone mount proton: ProtonDrive --vfs-cache-mode writes
#### Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
<!-- You should use 3 backticks to begin and end your paste to make it readable. -->
type = protondrive
username = help@gideon.ch
password = XXX
### Double check the config for sensitive info before posting publicly```
A log from the command that you were trying to run with the -vv flag
```2026/04/23 12:04:28 DEBUG : rclone: Version "v1.73.5" starting with parameters ["rclone" "mount" "proton:" "ProtonDrive" "--vfs-cache-mode" "writes" "-vv"]
2026/04/23 12:04:28 DEBUG : Creating backend with remote "proton:"
2026/04/23 12:04:28 DEBUG : Using config file from "/home/freeman/.config/rclone/rclone.conf"
2026/04/23 12:04:28 CRITICAL: Failed to create file system for "proton:": didn't find section in config file ("proton")
freeman@Xiphos:~$```
