protondrive: fix server-side moveto and DirMove against current API
Bump go-proton-api and Proton-API-Bridge to versions that send the new NameSignatureEmail field and omit NodePassphraseSignature/SignatureEmail for ordinary nodes, matching the schema accepted by the Proton Drive API. Without this rclone moveto, --backup-dir, server-side rename and DirMove all failed with "value cannot be empty" / "outdated app" 422. Fixes #8512
This commit is contained in:
@@ -71,8 +71,8 @@ require (
|
||||
github.com/prometheus/client_golang v1.23.2
|
||||
github.com/putdotio/go-putio/putio v0.0.0-20200123120452-16d982cac2b8
|
||||
github.com/quasilyte/go-ruleguard/dsl v0.3.23
|
||||
github.com/rclone/Proton-API-Bridge v1.0.1-0.20260127174007-77f974840d11
|
||||
github.com/rclone/go-proton-api v1.0.1-0.20260218123427-1a63a293e3a2
|
||||
github.com/rclone/Proton-API-Bridge v1.0.1
|
||||
github.com/rclone/go-proton-api v1.0.1
|
||||
github.com/rclone/gofakes3 v0.0.4
|
||||
github.com/rfjakob/eme v1.2.0
|
||||
github.com/rivo/uniseg v0.4.7
|
||||
|
||||
Reference in New Issue
Block a user