What is the problem you are having with rclone?
I can use rclone lsd proton:
and rclone ls proton:
in order to list my directories and files, but can not upload copy anything to the remote.
Main error I get is:
You are using an outdated version of the app. Please update to upload this file
But it doesn't looks like to be related to the rClone version. Could this instead be related to my app_version
config's version? I actually used macos-drive@2.2.0
.
I was blocked from Proton Sentinel if that version was including rclone
string.
Run the command 'rclone version' and share the full output of the command.
Not running the latest version, but the problem was already accurring when 1.69.1
was the latest version.
$ rclone version
rclone v1.69.1
- os/version: ubuntu 24.04 (64 bit)
- os/kernel: 6.11.0-26-generic (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.24.0
- go/linking: static
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
Proton
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone copy /home/myusername/protontest proton:Backups
Note,
Backups
folder already exists on my drive.
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
$ rclone config redacted
Enter configuration password:
password:
[proton]
type = protondrive
username = myusername
password = XXX
mailbox_password = XXX
app_version = macos-drive@2.2.0
description = Proton Drive
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
$ rclone copy /home/myusername/protontest proton:Backups --protondrive-replace-existing-draft=true -vv
2025/06/06 19:21:16 DEBUG : rclone: Version "v1.69.1" starting with parameters ["rclone" "copy" "/home/myusername/protontest" "proton:Backups" "--protondrive-replace-existing-draft=true" "-vv"]
2025/06/06 19:21:16 DEBUG : Creating backend with remote "/home/myusername/protontest"
Enter configuration password:
password:
2025/06/06 19:21:20 DEBUG : Using config file from "/home/myusername/.config/rclone/rclone.conf"
2025/06/06 19:21:20 DEBUG : Creating backend with remote "proton:Backups"
2025/06/06 19:21:20 DEBUG : proton: detected overridden config - adding "{kpshc}" suffix to name
2025/06/06 19:21:20 DEBUG : proton drive root link ID 'Backups': Has cached credentials
2025/06/06 19:21:25 DEBUG : proton drive root link ID 'Backups': Used cached credential to initialize the ProtonDrive API
2025/06/06 19:21:27 DEBUG : fs cache: renaming cache item "proton:Backups" to be canonical "proton{kpshc}:Backups"
2025/06/06 19:21:28 DEBUG : still no wroking.txt: Need to transfer - File not found at Destination
2025/06/06 19:21:28 DEBUG : proton drive root link ID 'Backups': Waiting for checks to finish
2025/06/06 19:21:28 DEBUG : proton drive root link ID 'Backups': Waiting for transfers to finish
2025/06/06 19:21:30.715814 WARN RESTY 422 POST https://mail.proton.me/api/drive/shares/XXXXXXXXX==/files: A file or folder with that name already exists (Code=2500, Status=422), Attempt 1
2025/06/06 19:21:30.715886 ERROR RESTY 422 POST https://mail.proton.me/api/drive/shares/XXXXXXXXX==/files: A file or folder with that name already exists (Code=2500, Status=422)
2025/06/06 19:21:36.029725 WARN RESTY 400 POST https://mail.proton.me/api/drive/blocks: You are using an outdated version of the app. Please update to upload this file. (Code=2000, Status=400), Attempt 1
2025/06/06 19:21:36.029787 ERROR RESTY 400 POST https://mail.proton.me/api/drive/blocks: You are using an outdated version of the app. Please update to upload this file. (Code=2000, Status=400)
2025/06/06 19:21:36 ERROR : still no wroking.txt: Failed to copy: 400 POST https://mail.proton.me/api/drive/blocks: You are using an outdated version of the app. Please update to upload this file. (Code=2000, Status=400)
2025/06/06 19:21:36 ERROR : Attempt 1/3 failed with 1 errors and: 400 POST https://mail.proton.me/api/drive/blocks: You are using an outdated version of the app. Please update to upload this file. (Code=2000, Status=400)
2025/06/06 19:21:36 DEBUG : still no wroking.txt: Need to transfer - File not found at Destination
2025/06/06 19:21:36 DEBUG : proton drive root link ID 'Backups': Waiting for checks to finish
2025/06/06 19:21:36 DEBUG : proton drive root link ID 'Backups': Waiting for transfers to finish
2025/06/06 19:21:38.893882 WARN RESTY 422 POST https://mail.proton.me/api/drive/shares/XXXXXXXXX==/files: A file or folder with that name already exists (Code=2500, Status=422), Attempt 1
2025/06/06 19:21:38.893929 ERROR RESTY 422 POST https://mail.proton.me/api/drive/shares/XXXXXXXXX==/files: A file or folder with that name already exists (Code=2500, Status=422)
2025/06/06 19:21:44.736597 WARN RESTY 400 POST https://mail.proton.me/api/drive/blocks: You are using an outdated version of the app. Please update to upload this file. (Code=2000, Status=400), Attempt 1
2025/06/06 19:21:44.736635 ERROR RESTY 400 POST https://mail.proton.me/api/drive/blocks: You are using an outdated version of the app. Please update to upload this file. (Code=2000, Status=400)
2025/06/06 19:21:44 ERROR : still no wroking.txt: Failed to copy: 400 POST https://mail.proton.me/api/drive/blocks: You are using an outdated version of the app. Please update to upload this file. (Code=2000, Status=400)
2025/06/06 19:21:44 ERROR : Attempt 2/3 failed with 1 errors and: 400 POST https://mail.proton.me/api/drive/blocks: You are using an outdated version of the app. Please update to upload this file. (Code=2000, Status=400)
2025/06/06 19:21:45 DEBUG : still no wroking.txt: Need to transfer - File not found at Destination
2025/06/06 19:21:45 DEBUG : proton drive root link ID 'Backups': Waiting for checks to finish
2025/06/06 19:21:45 DEBUG : proton drive root link ID 'Backups': Waiting for transfers to finish
2025/06/06 19:21:48.266651 WARN RESTY 422 POST https://mail.proton.me/api/drive/shares/XXXXXXXXX==/files: A file or folder with that name already exists (Code=2500, Status=422), Attempt 1
2025/06/06 19:21:48.266716 ERROR RESTY 422 POST https://mail.proton.me/api/drive/shares/XXXXXXXXX==/files: A file or folder with that name already exists (Code=2500, Status=422)
2025/06/06 19:21:52.760464 WARN RESTY 400 POST https://mail.proton.me/api/drive/blocks: You are using an outdated version of the app. Please update to upload this file. (Code=2000, Status=400), Attempt 1
2025/06/06 19:21:52.760540 ERROR RESTY 400 POST https://mail.proton.me/api/drive/blocks: You are using an outdated version of the app. Please update to upload this file. (Code=2000, Status=400)
2025/06/06 19:21:52 ERROR : still no wroking.txt: Failed to copy: 400 POST https://mail.proton.me/api/drive/blocks: You are using an outdated version of the app. Please update to upload this file. (Code=2000, Status=400)
2025/06/06 19:21:52 ERROR : Attempt 3/3 failed with 1 errors and: 400 POST https://mail.proton.me/api/drive/blocks: You are using an outdated version of the app. Please update to upload this file. (Code=2000, Status=400)
2025/06/06 19:21:52 INFO :
Transferred: 54 B / 54 B, 100%, 1 B/s, ETA 0s
Errors: 1 (retrying may help)
Elapsed time: 25.0s
2025/06/06 19:21:52 DEBUG : 5 go routines active
2025/06/06 19:21:52 NOTICE: Failed to copy: 400 POST https://mail.proton.me/api/drive/blocks: You are using an outdated version of the app. Please update to upload this file. (Code=2000, Status=400)