Couldn't move: googleapi: Error 404: File not found

I tried moving files from one Google Drive account to another.

The files exist inside the source folder but I am getting the following errors:

[orschiro@x230 ~]$ rclone move orschiro:TMP orschiro2:
2019/05/29 11:29:14 NOTICE: Ana Rei - Chapter_17_Ana.mp3: Duplicate object found in source - ignoring
2019/05/29 11:29:14 NOTICE: Audio-Aufnahme 2017-12-17 10-24-29.aac: Duplicate object found in source - ignoring
2019/05/29 11:29:14 NOTICE: Audio-Aufnahme 2017-12-17 10-24-29.aac: Duplicate object found in source - ignoring
2019/05/29 11:29:14 NOTICE: Microsoft JhengHei UI.ttf: Duplicate object found in source - ignoring
2019/05/29 11:29:14 NOTICE: Microsoft JhengHei.ttf: Duplicate object found in source - ignoring
2019/05/29 11:29:14 NOTICE: Microsoft YaHei UI.ttf: Duplicate object found in source - ignoring
2019/05/29 11:29:14 NOTICE: Microsoft YaHei.ttf: Duplicate object found in source - ignoring
2019/05/29 11:29:14 NOTICE: Ubuntu MATE 17.10 Alpha 2 - The Gift That Keeps On Giving-4s5W8NErxlU.opus: Duplicate object found in source - ignoring
2019/05/29 11:29:14 NOTICE: Ubuntu MATE 17.10 Alpha 2 - The Gift That Keeps On Giving-4s5W8NErxlU.opus: Duplicate object found in source - ignoring
2019/05/29 11:29:14 NOTICE: Ubuntu MATE 17.10 Alpha 2 - The Gift That Keeps On Giving-4s5W8NErxlU.opus: Duplicate object found in source - ignoring
2019/05/29 11:29:14 NOTICE: mshwjpnr.dll: Duplicate object found in source - ignoring
2019/05/29 11:29:14 NOTICE: mshwjpnr.dll: Duplicate object found in source - ignoring
2019/05/29 11:29:14 NOTICE: mshwjpnr.dll: Duplicate object found in source - ignoring
2019/05/29 11:29:14 NOTICE: owow64ww.cab: Duplicate object found in source - ignoring
2019/05/29 11:29:15 ERROR : 2015-03-25 19.57.27.3gp: Couldn't move: googleapi: Error 404: File not found: 1Cj-aOvfl0JMR1o2Ta1nDH9g-43uGFM5_., notFound
2019/05/29 11:29:15 ERROR : 2015-03-25 19.56.29.3gp: Couldn't move: googleapi: Error 404: File not found: 1Cj-aOvfl0JMR1o2Ta1nDH9g-43uGFM5_., notFound

Any ideas?

Thank you!

It's a bug add --disable copy to your command.

1 Like

Thanks! Tried but getting the same error:

[orschiro@x230 ~]$ rclone --disable copy move orschiro:TMP orschiro2: 
2019/05/29 12:42:23 NOTICE: Ana Rei - Chapter_17_Ana.mp3: Duplicate object found in source - ignoring
2019/05/29 12:42:23 NOTICE: Audio-Aufnahme 2017-12-17 10-24-29.aac: Duplicate object found in source - ignoring
2019/05/29 12:42:23 NOTICE: Audio-Aufnahme 2017-12-17 10-24-29.aac: Duplicate object found in source - ignoring
2019/05/29 12:42:23 NOTICE: Microsoft JhengHei UI.ttf: Duplicate object found in source - ignoring
2019/05/29 12:42:23 NOTICE: Microsoft JhengHei.ttf: Duplicate object found in source - ignoring
2019/05/29 12:42:23 NOTICE: Microsoft YaHei UI.ttf: Duplicate object found in source - ignoring
2019/05/29 12:42:23 NOTICE: Microsoft YaHei.ttf: Duplicate object found in source - ignoring
2019/05/29 12:42:23 NOTICE: Ubuntu MATE 17.10 Alpha 2 - The Gift That Keeps On Giving-4s5W8NErxlU.opus: Duplicate object found in source - ignoring
2019/05/29 12:42:23 NOTICE: Ubuntu MATE 17.10 Alpha 2 - The Gift That Keeps On Giving-4s5W8NErxlU.opus: Duplicate object found in source - ignoring
2019/05/29 12:42:23 NOTICE: Ubuntu MATE 17.10 Alpha 2 - The Gift That Keeps On Giving-4s5W8NErxlU.opus: Duplicate object found in source - ignoring
2019/05/29 12:42:23 NOTICE: mshwjpnr.dll: Duplicate object found in source - ignoring
2019/05/29 12:42:23 NOTICE: mshwjpnr.dll: Duplicate object found in source - ignoring
2019/05/29 12:42:23 NOTICE: mshwjpnr.dll: Duplicate object found in source - ignoring
2019/05/29 12:42:23 NOTICE: owow64ww.cab: Duplicate object found in source - ignoring
2019/05/29 12:42:23 ERROR : 2015-03-25 19.56.29.3gp: Couldn't move: googleapi: Error 404: File not found: 1Cj-aOvfl0JMR1o2Ta1nDH9g-43uGFM5_., notFound
2019/05/29 12:42:23 ERROR : 180613_sendung_ajo_1496k_p20v14-180613_sendung_ajo_1496k_p20v14.mp3: Couldn't move: googleapi: Error 404: File not found: 1Cj-aOvfl0JMR1o2Ta1nDH9g-43uGFM5_., notFound
2019/05/29 12:42:23 ERROR : 2015-03-25 19.57.27.3gp: Couldn't move: googleapi: Error 404: File not found: 1Cj-aOvfl0JMR1o2Ta1nDH9g-43uGFM5_., notFound

Few things. You have duplicates in the source. Run a rclone dedupe on it and on your destination.

Then run
rclone -vv move orschiro:TMP orschiro2: --disable copy,move

1 Like

This worked. Thank you very much!

1 Like

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