mirror of
https://github.com/rclone/rclone.git
synced 2026-05-12 01:57:56 -04:00
When using rcat to upload a new version of a file that already existed, the file upload would succeed. The subsequent deletion of the old file is attempted after the upload. Drime appears to handle the deletion of the old file automatically and returns HTTP status code 422, stating the "The selected entry ids is invalid." The deletion and the rcat would fail before this change. This is with file history enabled on my Drime account. This change detects the error and ignores it since the file has already been deleted.