mirror of
https://github.com/rclone/rclone.git
synced 2026-09-15 07:41:23 -04:00
The /file-entries/duplicate endpoint returns a 500 Server Error for every request (reported to Drime 2026-06) which made all server side copies fail after 10 retries. Remove the Copy method so rclone falls back to downloading and re-uploading instead. It can be restored if Drime fix the endpoint.