Files/Folders Not Copying Server Side!

What is the problem you are having with rclone?

Files/Folders Not Copying Server Side!

What is your rclone version (output from rclone version)

rclone v1.55.0-DEV

  • os/type: android
  • os/arch: arm64
  • go/version: go1.16
  • go/linking: dynamic
  • go/tags: none

Which OS you are using and how many bits (eg Windows 7, 64 bit)

Android, 64bit

Which cloud storage system are you using? (eg Google Drive)

Google Drive

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone copy tordox:/Folder/ main1:/

The rclone config contents with secrets removed.

[main1]
type = drive
scope = drive
server_side_across_configs = true
token = {"access_token":"","token_type":"Bearer","refresh_token":"","expiry":"2021-04-29T18:28:51.675066504Z"}
team_drive = 0ANZgivyqXvmAUk9PVA
root_folder_id = 

[tordox]
type = drive
scope = drive
server_side_across_configs = true
token = {"access_token":"","token_type":"Bearer","refresh_token":""}
team_drive = 0AIYjzlGYcVm1Uk9PVA
root_folder_id = 

A log from the command with the -vv flag

2021/04/29 17:50:50 DEBUG : Using config file from "/data/data/com.termux/files/home/.config/rclone/rclone.conf"                                        2021/04/29 17:50:50 DEBUG : rclone: Version "v1.55.0-DEV" starting with parameters ["rclone" "copy" "tordox:/Folder/" "main1:/" "-vv"]
2021/04/29 17:50:50 DEBUG : Creating backend with remote "tordox:/Folder/"  2021/04/29 17:50:52 DEBUG : fs cache: renaming cache item "tordox:/Folder/" to be canonical "tordox:Folder"
2021/04/29 17:50:52 DEBUG : Creating backend with remote "main1:/"          2021/04/29 17:50:52 DEBUG : fs cache: renaming cache item "main1:/" to be canonical "main1:"                                                            2021/04/29 17:50:53 DEBUG : Google drive root '': Waiting for checks to finish                                                                          2021/04/29 17:50:53 DEBUG : Google drive root '': Waiting for transfers to finish                                                                       2021/04/29 17:50:54 ERROR : 1.jpeg: Failed to copy: googleapi: Error 404: File not found: 117zD8IwZCYdWb9aZ44EMyztued7EpPr8., notFound                  2021/04/29 17:50:54 ERROR : Attempt 1/3 failed with 1 errors and: googleapi: Error 404: File not found: 117zD8IwZCYdWb9aZ44EMyztued7EpPr8., notFound    2021/04/29 17:50:55 DEBUG : Google drive root '': Waiting for checks to finish                                                                          2021/04/29 17:50:55 DEBUG : Google drive root '': Waiting for transfers to finish                                                                       2021/04/29 17:50:56 ERROR : 1.jpeg: Failed to copy: googleapi: Error 404: File not found: 117zD8IwZCYdWb9aZ44EMyztued7EpPr8., notFound                  2021/04/29 17:50:56 ERROR : Attempt 2/3 failed with 1 errors and: googleapi: Error 404: File not found: 117zD8IwZCYdWb9aZ44EMyztued7EpPr8., notFound    2021/04/29 17:50:57 DEBUG : Google drive root '': Waiting for checks to finish                                                                          2021/04/29 17:50:57 DEBUG : Google drive root '': Waiting for transfers to finish
2021/04/29 17:50:58 ERROR : 1.jpeg: Failed to copy: googleapi: Error 404: File not found: 117zD8IwZCYdWb9aZ44EMyztued7EpPr8., notFound                  2021/04/29 17:50:58 ERROR : Attempt 3/3 failed with 1 errors and: googleapi: Error 404: File not found: 117zD8IwZCYdWb9aZ44EMyztued7EpPr8., notFound
2021/04/29 17:50:58 INFO  :
Transferred:             0 / 0 Bytes, -, 0 Bytes/s, ETA -
Errors:                 1 (retrying may help)
Elapsed time:         8.3s

2021/04/29 17:50:58 DEBUG : 7 go routines active
2021/04/29 17:50:58 Failed to copy: googleapi: Error 404: File not found: 117zD8IwZCYdWb9aZ44EMyztued7EpPr8., notFound

You need to give the proper permissions so the destination can read the source.

1 Like

i am transferring between 2 accounts, you mean 2 accounts can assess same folder? i am new to rclone so i am confused :sweat_smile:

Check out the link here:

1 Like

got it!
Thanks...

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