[Proton Drive] Uploads failing with Code=200501 & 2501 loop after re-auth (v1.71.1)

What is the problem you are having with rclone?

I am unable to upload files to Proton Drive. Every write attempt fails with a specific error loop:

  1. The initial POST .../blocks fails with Code=200501 (Operation failed).
  2. Rclone retries, but Proton now reports the file exists (Code=2500).
  3. Rclone attempts to check revisions to handle the conflict, but fails with Code=2501 (File or folder not found).

This results in "zombie" files on the remote that have a name but no content/revisions, blocking further uploads. I have already
tried rclone config reconnect proton:, which fixed ls and about (I can read files and see quota), but uploads still fail consistently for any file.

Run the command 'rclone version' and share the full output of the command.

rclone v1.71.1

os/version: debian 13.3 (64 bit)

os/kernel: 6.12.63+deb13-amd64 (x86_64)

os/type: linux

os/arch: amd64

go/version: go1.25.1

go/linking: static

go/tags: none

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)

rclone copy ~/Downloads/FDE.AI-v25.12.5.apk proton: -P

The rclone config contents with secrets removed.

[proton]
type = protondrive
username = some@domain
password = REDACTED
client_uid = REDACTED
client_access_token = REDACTED
client_refresh_token = REDACTED
client_salted_key_pass = REDACTED

A log from the command with the -vv flag

2026/02/01 20:16:42.346700 WARN RESTY 422 POST https://fra-storage.proton.me/storage/blocks: Operation failed: Please retry
(Code=200501, Status=422), Attempt 1
2026/02/01 20:16:42 ERROR : FDE.AI-v25.12.5.apk: Failed to copy: 422 POST https://fra-storage.proton.me/storage/blocks: Operation
failed: Please retry (Code=200501, Status=422)
2026/02/01 20:16:42 ERROR : Attempt 1/3 failed with 1 errors and: 422 POST https://fra-storage.proton.me/storage/blocks: Operation
failed: Please retry (Code=200501, Status=422)

... (Retry 2) ...
2026/02/01 20:16:44.309846 WARN RESTY 422 GET https://mail.proton.me/api/drive/shares/.../revisions: File or folder not found
(Code=2501, Status=422), Attempt 1
2026/02/01 20:16:44 ERROR : FDE.AI-v25.12.5.apk: Failed to copy: 422 GET https://mail.proton.me/api/drive/shares/.../revisions: Fil
or folder not found (Code=2501, Status=422)

... (Retry 3) ...
2026/02/01 20:16:46.468015 WARN RESTY 422 GET https://mail.proton.me/api/drive/shares/.../revisions: File or folder not found
(Code=2501, Status=422), Attempt 1
2026/02/01 20:16:46 ERROR : FDE.AI-v25.12.5.apk: Failed to copy: 422 GET https://mail.proton.me/api/drive/shares/.../revisions: Fil
or folder not found (Code=2501, Status=422)
2026/02/01 20:16:46 ERROR : Attempt 3/3 failed with 1 errors and: 422 GET https://mail.proton.me/api/drive/shares/.../revisions: Fi
or folder not found (Code=2501, Status=422)
2026/02/01 20:16:46 NOTICE: Failed to copy: 422 GET https://mail.proton.me/api/drive/shares/.../revisions: File or folder not found
(Code=2501, Status=422)

hi,

FYI, proton support in rclone has been officially declared

  • Tier 5 - Deprecated - No Maintainers - Failing Integration Tests

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.