mirror of
https://github.com/rclone/rclone.git
synced 2025-08-07 13:08:55 +02:00
If we are doing a cross remote transfer then attempting a Move/Copy/DirMove where we don't have permission gives `from_lookup/not_found` errors. This patch notices that error and only if we are doing a cross remote transfer it engages the fallback where the file is streamed. See: https://forum.rclone.org/t/dropbox-io-error-movedir-failed-from-lookup-not-found-when-try-to-move-copy-works/34088