Error 404 copy files from one gdrive to another

What is the problem you are having with rclone?

Getting error 404 when copying files from one google drive remote to another, the folder has been added as a share.

I did some searching here and found it's a permissions thing, so below is two log outputs, the 2nd has --disable move,copy but I still get error 404. Does this mean I am out of luck, and would need to do it manually?

I can download the file showing in the error using the gdrive website.

Run the command 'rclone version' and share the full output of the command.

rclone v1.55.0
- os/type: linux
- os/arch: amd64
- go/version: go1.16.2
- go/linking: static
- go/tags: cmount

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)

./bin/rclone copy GD:'/WADs/Old/cIOS' GD:'/Emulation/WADs/Old/cIOS' --backup-dir GD:'/Duplicates/Emulation/WADs/Old/cIOS' --buffer-size 500M --checkers 2 --check-first --checksum --disable move,copy --drive-chunk-size 256M --drive-export-formats 'docx,xlsx,pptx,svg,pdf' --drive-pacer-min-sleep 100ms --drive-server-side-across-configs --fast-list --log-level DEBUG --log-file './temp.log' --low-level-retries 1 --order-by 'modtime,asc' --progress --retries 1 --retries-sleep 2s --stats 0 --stats-file-name-length 70 --tpslimit 2 --tpslimit-burst 2 --transfers 2 --use-mmap --user-agent 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36'
./bin/rclone copy GD:'/WADs/Old/cIOS' GD:'/Emulation/WADs/Old/cIOS' --buffer-size 500M --checkers 2 --check-first --checksum --disable move,copy --drive-chunk-size 256M --drive-export-formats 'docx,xlsx,pptx,svg,pdf' --drive-pacer-min-sleep 100ms --drive-server-side-across-configs --fast-list --log-level DEBUG --log-file './temp.log' --low-level-retries 1 --order-by 'modtime,asc' --progress --retries 1 --retries-sleep 2s --stats 0 --stats-file-name-length 70 --tpslimit 2 --tpslimit-burst 2 --transfers 2 --use-mmap --user-agent 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36';

The rclone config contents with secrets removed.

[GD]
type = drive
client_id = **REDACTED**.apps.googleusercontent.com
client_secret = **REDACTED**
token = {"access_token":"**REDACTED**","token_type":"Bearer","refresh_token":"**REDACTED**","expiry":"2022-05-07T18:14:20.002423138Z"}
root_folder_id = **REDACTED**

A log from the command with the -vv flag

2022/05/07 17:54:27 DEBUG : Using config file from "/path/to/.config/rclone/rclone.conf"
2022/05/07 17:54:27 DEBUG : rclone: Version "v1.55.0" starting with parameters ["./bin/rclone" "ls" "GD:/WADs/Old/cIOS" "--fast-list" "--log-level" "DEBUG"]
2022/05/07 17:54:27 DEBUG : Creating backend with remote "GD:/WADs/Old/cIOS"
2022/05/07 17:54:29 DEBUG : fs cache: renaming cache item "GD:/WADs/Old/cIOS" to be canonical "GD:WADs/Old/cIOS"
    24496 BC-NUS-v6.wad
2022/05/07 17:54:29 DEBUG : 4 go routines active
2022/05/07 17:18:12 DEBUG : Using config file from "/path/to/.config/rclone/rclone.conf"
2022/05/07 17:18:12 INFO  : Starting transaction limiter: max 2 transactions/s with burst 2
2022/05/07 17:18:12 DEBUG : rclone: Version "v1.55.0" starting with parameters ["./bin/rclone" "copy" "GD:/WADs/Old/cIOS" "GD:/Emulation/WADs/Old/cIOS" "--backup-dir" "GD:/Duplicates/Emulation/WADs/Old/cIOS" "--buffer-size" "500M" "--checkers" "2" "--check-first" "--checksum" "--drive-chunk-size" "256M" "--drive-export-formats" "docx,xlsx,pptx,svg,pdf" "--drive-pacer-min-sleep" "100ms" "--drive-server-side-across-configs" "--fast-list" "--log-level" "DEBUG" "--log-file" "./temp.log" "--low-level-retries" "1" "--order-by" "modtime,asc" "--progress" "--retries" "1" "--retries-sleep" "2s" "--stats" "0" "--stats-file-name-length" "70" "--tpslimit" "2" "--tpslimit-burst" "2" "--transfers" "2" "--use-mmap" "--user-agent" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36"]
2022/05/07 17:18:12 DEBUG : Creating backend with remote "GD:/WADs/Old/cIOS"
2022/05/07 17:18:12 DEBUG : GD: detected overridden config - adding "{6wVkM}" suffix to name
2022/05/07 17:18:14 DEBUG : fs cache: renaming cache item "GD:/WADs/Old/cIOS" to be canonical "GD{6wVkM}:WADs/Old/cIOS"
2022/05/07 17:18:14 DEBUG : Creating backend with remote "GD:/Emulation/WADs/Old/cIOS"
2022/05/07 17:18:14 DEBUG : GD: detected overridden config - adding "{6wVkM}" suffix to name
2022/05/07 17:18:16 DEBUG : fs cache: renaming cache item "GD:/Emulation/WADs/Old/cIOS" to be canonical "GD{6wVkM}:Emulation/WADs/Old/cIOS"
2022/05/07 17:18:16 INFO  : Google drive root 'Emulation/WADs/Old/cIOS': Running all checks before starting transfers
2022/05/07 17:18:16 DEBUG : Creating backend with remote "GD:/Duplicates/Emulation/WADs/Old/cIOS"
2022/05/07 17:18:16 DEBUG : GD: detected overridden config - adding "{6wVkM}" suffix to name
2022/05/07 17:18:18 DEBUG : fs cache: renaming cache item "GD:/Duplicates/Emulation/WADs/Old/cIOS" to be canonical "GD{6wVkM}:Duplicates/Emulation/WADs/Old/cIOS"
2022/05/07 17:18:19 DEBUG : Google drive root 'Emulation/WADs/Old/cIOS': Waiting for checks to finish
2022/05/07 17:18:19 INFO  : Google drive root 'Emulation/WADs/Old/cIOS': Checks finished, now starting transfers
2022/05/07 17:18:19 DEBUG : Google drive root 'Emulation/WADs/Old/cIOS': Waiting for transfers to finish
2022/05/07 17:18:21 ERROR : BC-NUS-v6.wad: Failed to copy: googleapi: Error 404: File not found: 0B7vPmuZfN3snV19LTEhUNXYzM0k., notFound
2022/05/07 17:18:21 ERROR : Attempt 1/1 failed with 1 errors and: googleapi: Error 404: File not found: 0B7vPmuZfN3snV19LTEhUNXYzM0k., notFound
2022/05/07 17:18:23 INFO  : 
Transferred:   	         0 / 0 Bytes, -, 0 Bytes/s, ETA -
Errors:                 1 (retrying may help)
Checks:                20 / 20, 100%
Elapsed time:        10.7s

2022/05/07 17:18:23 DEBUG : 8 go routines active
2022/05/07 17:18:23 Failed to copy: googleapi: Error 404: File not found: 0B7vPmuZfN3snV19LTEhUNXYzM0k., notFound
2022/05/07 17:36:34 DEBUG : Using config file from "/path/to/.config/rclone/rclone.conf"
2022/05/07 17:36:34 INFO  : Starting transaction limiter: max 2 transactions/s with burst 2
2022/05/07 17:36:34 DEBUG : rclone: Version "v1.55.0" starting with parameters ["./bin/rclone" "copy" "GD:/WADs/Old/cIOS" "GD:/Emulation/WADs/Old/cIOS" "--buffer-size" "500M" "--checkers" "2" "--check-first" "--checksum" "--disable" "move,copy" "--drive-chunk-size" "256M" "--drive-export-formats" "docx,xlsx,pptx,svg,pdf" "--drive-pacer-min-sleep" "100ms" "--drive-server-side-across-configs" "--fast-list" "--log-level" "DEBUG" "--log-file" "./temp.log" "--low-level-retries" "1" "--order-by" "modtime,asc" "--progress" "--retries" "1" "--retries-sleep" "2s" "--stats" "0" "--stats-file-name-length" "70" "--tpslimit" "2" "--tpslimit-burst" "2" "--transfers" "2" "--use-mmap" "--user-agent" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36"]
2022/05/07 17:36:34 DEBUG : Creating backend with remote "GD:/WADs/Old/cIOS"
2022/05/07 17:36:34 DEBUG : GD: detected overridden config - adding "{6wVkM}" suffix to name
2022/05/07 17:36:34 DEBUG : Reset feature "move"
2022/05/07 17:36:34 DEBUG : Reset feature "copy"
2022/05/07 17:36:37 DEBUG : fs cache: renaming cache item "GD:/WADs/Old/cIOS" to be canonical "GD{6wVkM}:WADs/Old/cIOS"
2022/05/07 17:36:37 DEBUG : Creating backend with remote "GD:/Emulation/WADs/Old/cIOS"
2022/05/07 17:36:37 DEBUG : GD: detected overridden config - adding "{6wVkM}" suffix to name
2022/05/07 17:36:37 DEBUG : Reset feature "move"
2022/05/07 17:36:37 DEBUG : Reset feature "copy"
2022/05/07 17:36:40 DEBUG : fs cache: renaming cache item "GD:/Emulation/WADs/Old/cIOS" to be canonical "GD{6wVkM}:Emulation/WADs/Old/cIOS"
2022/05/07 17:36:40 INFO  : Google drive root 'Emulation/WADs/Old/cIOS': Running all checks before starting transfers
2022/05/07 17:36:40 DEBUG : Google drive root 'Emulation/WADs/Old/cIOS': Waiting for checks to finish
2022/05/07 17:36:40 INFO  : Google drive root 'Emulation/WADs/Old/cIOS': Checks finished, now starting transfers
2022/05/07 17:36:40 DEBUG : Google drive root 'Emulation/WADs/Old/cIOS': Waiting for transfers to finish
2022/05/07 17:36:41 ERROR : BC-NUS-v6.wad: Failed to copy: failed to open source object: open file failed: googleapi: Error 404: File not found: 0B7vPmuZfN3snV19LTEhUNXYzM0k., notFound
2022/05/07 17:36:41 ERROR : Attempt 1/1 failed with 1 errors and: failed to open source object: open file failed: googleapi: Error 404: File not found: 0B7vPmuZfN3snV19LTEhUNXYzM0k., notFound
2022/05/07 17:36:43 INFO  : 
Transferred:   	         0 / 0 Bytes, -, 0 Bytes/s, ETA -
Errors:                 1 (retrying may help)
Checks:                20 / 20, 100%
Elapsed time:         8.4s

2022/05/07 17:36:43 DEBUG : 6 go routines active
2022/05/07 17:36:43 Failed to copy: failed to open source object: open file failed: googleapi: Error 404: File not found: 0B7vPmuZfN3snV19LTEhUNXYzM0k., notFound

You need to turn off server side copies if you don't have permissions to do them.

@Animosity022 I have done that, see the last output above. I also showed both commands I had tried, one without server side copies disabled and one with server side copies disabled, and the output from each.

I did mention about the permissions in my initial post above, as I had done some searches here previously.

Both commands have:

You also only have one remote listed. Is there a second remote for the shared files as both point to "GD:"?

@Animosity022 No only 1 remote.

The remote has a shortcut added to the shared folder.

Is it a shared folder inside a regular drive?

What does rclone lsd GD: show?

@Animosity022 it is a shared folder inside a google workspace drive yes.

The folder has been added as a shortcut inside the drive.

The shared folder only contains files, no directories.

2022/05/08 06:04:13 DEBUG : Using config file from "/path/to/.config/rclone/rclone.conf"
2022/05/08 06:04:13 DEBUG : rclone: Version "v1.55.0" starting with parameters ["./bin/rclone" "lsd" "GD:/WADs/Old/cIOS" "--fast-list" "--log-level" "DEBUG"]
2022/05/08 06:04:13 DEBUG : Creating backend with remote "GD:/WADs/Old/cIOS"
2022/05/08 06:04:17 DEBUG : fs cache: renaming cache item "GD:/WADs/Old/cIOS" to be canonical "GD:WADs/Old/cIOS"
2022/05/08 06:04:18 DEBUG : 4 go routines active

You are confusing me as I'm not following.

Do you have a folder shared with you or do you have a shortcut link in your Google Drive?

You have an old version of rclone. I asked for a lsd on the GD: and you've listed out a folder in there that's empty that shows me nothing.

If that is the path you are trying to get to, please rclone ls a file in there and rclone copy the same file to a local source and validate and share the full debug log from both.

@Animosity022

It's a folder shared with me, which I opened in Google Drive, and then added the shared folder as a shortcut in my Google Drive, using the Google Drive website to it, it's an option in the top right corner.

I've already told you of the above in a previous post however, so confused as to why you have asked again.

I have installed the latest version of rclone and the problem persists.

Look at my initial post, the folder is NOT empty! It is a folder without any subfolders, there are files in the folder.

You asked me to run a command that would only show subfolders which are isn't any.

2022/05/07 17:54:27 DEBUG : Using config file from "/path/to/.config/rclone/rclone.conf"
2022/05/07 17:54:27 DEBUG : rclone: Version "v1.55.0" starting with parameters ["./bin/rclone" "ls" "GD:/WADs/Old/cIOS" "--fast-list" "--log-level" "DEBUG"]
2022/05/07 17:54:27 DEBUG : Creating backend with remote "GD:/WADs/Old/cIOS"
2022/05/07 17:54:29 DEBUG : fs cache: renaming cache item "GD:/WADs/Old/cIOS" to be canonical "GD:WADs/Old/cIOS"
    24496 BC-NUS-v6.wad
2022/05/07 17:54:29 DEBUG : 4 go routines active

The folder already contains files which I am getting error 404 on, I just want to copy the files that are in there. It's a shared folder I can't add files to.

@ncw Could you possibly assist with this maybe?

Run the command 'rclone version' and share the full output of the command.

rclone v1.58.1
- os/version: debian 9.13 (64 bit)
- os/kernel: 4.19.123-feral (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.17.9
- go/linking: static
- go/tags: none

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)

./bin/rclone copy GD:'/WADs/Old/cIOS' GD:'/Emulation/WADs/Old/cIOS' --backup-dir GD:'/Duplicates/Emulation/WADs/Old/cIOS' --buffer-size 500M --checkers 2 --check-first --checksum --drive-chunk-size 256M --drive-export-formats 'docx,xlsx,pptx,svg,pdf' --drive-pacer-min-sleep 100ms --fast-list --log-level DEBUG --log-file './temp.log' --low-level-retries 1 --order-by 'modtime,asc' --progress --retries 1 --retries-sleep 2s --stats 0 --stats-file-name-length 70 --tpslimit 2 --tpslimit-burst 2 --transfers 2 --use-mmap --user-agent 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36'
./bin/rclone copy GD:'/WADs/Old/cIOS' GD:'/Emulation/WADs/Old/cIOS' --buffer-size 500M --checkers 2 --check-first --checksum --disable move,copy --drive-chunk-size 256M --drive-export-formats 'docx,xlsx,pptx,svg,pdf' --drive-pacer-min-sleep 100ms --drive-server-side-across-configs --fast-list --log-level DEBUG --log-file './temp.log' --low-level-retries 1 --order-by 'modtime,asc' --progress --retries 1 --retries-sleep 2s --stats 0 --stats-file-name-length 70 --tpslimit 2 --tpslimit-burst 2 --transfers 2 --use-mmap --user-agent 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36';

The rclone config contents with secrets removed.

[GD]
type = drive
client_id = **REDACTED**.apps.googleusercontent.com
client_secret = **REDACTED**
token = {"access_token":"**REDACTED**","token_type":"Bearer","refresh_token":"**REDACTED**","expiry":"2022-05-07T18:14:20.002423138Z"}
root_folder_id = **REDACTED**

A log from the command with the -vv flag

2022/05/08 18:42:49 INFO  : Starting transaction limiter: max 2 transactions/s with burst 2
2022/05/08 18:42:49 DEBUG : rclone: Version "v1.58.1" starting with parameters ["./bin/rclone" "copy" "GD:/WADs/Old/cIOS" "GD:/Emulation/WADs/Old/cIOS" "--backup-dir" "GD:/Duplicates/Emulation/WADs/Old/cIOS" "--buffer-size" "500M" "--checkers" "2" "--check-first" "--checksum" "--drive-chunk-size" "256M" "--drive-export-formats" "docx,xlsx,pptx,svg,pdf" "--drive-pacer-min-sleep" "100ms" "--fast-list" "--log-level" "DEBUG" "--log-file" "./temp.log" "--low-level-retries" "1" "--order-by" "modtime,asc" "--progress" "--retries" "1" "--retries-sleep" "2s" "--stats" "0" "--stats-file-name-length" "70" "--tpslimit" "2" "--tpslimit-burst" "2" "--transfers" "2" "--use-mmap" "--user-agent" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36"]
2022/05/08 18:42:49 DEBUG : Creating backend with remote "GD:/WADs/Old/cIOS"
2022/05/08 18:42:49 DEBUG : Using config file from "/path/to/.config/rclone/rclone.conf"
2022/05/08 18:42:49 DEBUG : GD: detected overridden config - adding "{bR6Se}" suffix to name
2022/05/08 18:42:52 DEBUG : fs cache: renaming cache item "GD:/WADs/Old/cIOS" to be canonical "GD{bR6Se}:Shared_With_Me/WADs/Old/cIOS"
2022/05/08 18:42:52 DEBUG : Creating backend with remote "GD:/Emulation/WADs/Old/cIOS"
2022/05/08 18:42:52 DEBUG : GD: detected overridden config - adding "{bR6Se}" suffix to name
2022/05/08 18:42:53 DEBUG : fs cache: renaming cache item "GD:/Emulation/WADs/Old/cIOS" to be canonical "GD{bR6Se}:Emulation/WADs/Old/cIOS"
2022/05/08 18:42:53 INFO  : Google drive root 'Emulation/WADs/Old/cIOS': Running all checks before starting transfers
2022/05/08 18:42:53 DEBUG : Creating backend with remote "GD:/Duplicates/Emulation/WADs/Old/cIOS"
2022/05/08 18:42:53 DEBUG : GD: detected overridden config - adding "{bR6Se}" suffix to name
2022/05/08 18:42:55 DEBUG : fs cache: renaming cache item "GD:/Duplicates/Emulation/WADs/Old/cIOS" to be canonical "GD{bR6Se}:Duplicates/Emulation/WADs/Old/cIOS"
2022/05/08 18:42:56 INFO  : Google drive root 'Emulation/WADs/Old/cIOS': Checks finished, now starting transfers
2022/05/08 18:42:56 DEBUG : Google drive root 'Emulation/WADs/Old/cIOS': Waiting for transfers to finish
2022/05/08 18:42:57 ERROR : BC-NUS-v6.wad: Failed to copy: googleapi: Error 404: File not found: 0B7vPmuZfN3snV19LTEhUNXYzM0k., notFound
2022/05/08 18:42:57 ERROR : Attempt 1/1 failed with 1 errors and: googleapi: Error 404: File not found: 0B7vPmuZfN3snV19LTEhUNXYzM0k., notFound
2022/05/08 18:42:59 INFO  : 
Transferred:   	          0 B / 0 B, -, 0 B/s, ETA -
Errors:                 1 (retrying may help)
Checks:                20 / 20, 100%
Elapsed time:         9.6s

2022/05/08 18:42:59 DEBUG : 9 go routines active
2022/05/08 18:42:59 Failed to copy: googleapi: Error 404: File not found: 0B7vPmuZfN3snV19LTEhUNXYzM0k., notFound
2022/05/08 18:46:40 INFO  : Starting transaction limiter: max 2 transactions/s with burst 2
2022/05/08 18:46:40 DEBUG : rclone: Version "v1.58.1" starting with parameters ["./bin/rclone" "copy" "GD:/Shared_With_Me/WADs/Old/cIOS" "GD:/Emulation/WADs/Old/cIOS" "--buffer-size" "500M" "--checkers" "2" "--check-first" "--checksum" "--disable" "copy,move" "--drive-chunk-size" "256M" "--drive-export-formats" "docx,xlsx,pptx,svg,pdf" "--drive-pacer-min-sleep" "100ms" "--fast-list" "--log-level" "DEBUG" "--log-file" "./temp.log" "--low-level-retries" "1" "--order-by" "modtime,asc" "--progress" "--retries" "1" "--retries-sleep" "2s" "--stats" "0" "--stats-file-name-length" "70" "--tpslimit" "2" "--tpslimit-burst" "2" "--transfers" "2" "--use-mmap" "--user-agent" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36"]
2022/05/08 18:46:40 DEBUG : Creating backend with remote "GD:/WADs/Old/cIOS"
2022/05/08 18:46:40 DEBUG : Using config file from "/media/sdw1/aeromaxx/.config/rclone/rclone.conf"
2022/05/08 18:46:40 DEBUG : GD: detected overridden config - adding "{bR6Se}" suffix to name
2022/05/08 18:46:40 DEBUG : Reset feature "copy"
2022/05/08 18:46:40 DEBUG : Reset feature "move"
2022/05/08 18:46:42 DEBUG : fs cache: renaming cache item "GD:/WADs/Old/cIOS" to be canonical "GD{bR6Se}:WADs/Old/cIOS"
2022/05/08 18:46:42 DEBUG : Creating backend with remote "GD:/Emulation/WADs/Old/cIOS"
2022/05/08 18:46:42 DEBUG : GD: detected overridden config - adding "{bR6Se}" suffix to name
2022/05/08 18:46:42 DEBUG : Reset feature "copy"
2022/05/08 18:46:42 DEBUG : Reset feature "move"
2022/05/08 18:46:44 DEBUG : fs cache: renaming cache item "GD:/Emulation/WADs/Old/cIOS" to be canonical "GD{bR6Se}:Emulation/WADs/Old/cIOS"
2022/05/08 18:46:44 INFO  : Google drive root 'Emulation/WADs/Old/cIOS': Running all checks before starting transfers
2022/05/08 18:46:45 INFO  : Google drive root 'Emulation/WADs/Old/cIOS': Checks finished, now starting transfers
2022/05/08 18:46:45 DEBUG : Google drive root 'Emulation/WADs/Old/cIOS': Waiting for transfers to finish
2022/05/08 18:46:45 ERROR : BC-NUS-v6.wad: Failed to copy: failed to open source object: open file failed: googleapi: Error 404: File not found: 0B7vPmuZfN3snV19LTEhUNXYzM0k., notFound
2022/05/08 18:46:45 ERROR : Attempt 1/1 failed with 1 errors and: failed to open source object: open file failed: googleapi: Error 404: File not found: 0B7vPmuZfN3snV19LTEhUNXYzM0k., notFound
2022/05/08 18:46:47 INFO  : 
Transferred:   	          0 B / 0 B, -, 0 B/s, ETA -
Errors:                 1 (retrying may help)
Checks:                20 / 20, 100%
Elapsed time:         7.1s

2022/05/08 18:46:47 DEBUG : 7 go routines active
2022/05/08 18:46:47 Failed to copy: failed to open source object: open file failed: googleapi: Error 404: File not found: 0B7vPmuZfN3snV19LTEhUNXYzM0k., notFound

If it's shared with you, you need the flag shared-with-me to see and a remote configured as such, but you have only listed one remote, hence my confusion.

Google drive (rclone.org)

No, I asked you to rclone lsd GD: which you didn't:

image

As you listed the subfolder:

image

I keep trying to help, but you insist on doing other thing and opposed to what I ask you to do. Good luck.

I have other shared folders that I have also added as shortcuts which have copied with the same command as above.

Why do you need to see the contents of a folder that is in my drive and owned by me? Surely you'd only need to see the contents of the folder that has been shared with me, and is the folder I am trying to copy.

I don't even understand what it is you are asking here, files in the sub folders copy and validate fine, as they are in that drive and owned by that drive, it's the cIOS folder that is shared with me.

I'm confused as to why showing that I can copy,move files and folders in the drive that are owned by me and are not shared with me, is going to help with copying files in a folder that is shared with me.

Actually I believe I made an error, the folder isn't a folder that has been shared with me directly.

The folder is a publicly accessible link that I have added as a shortcut to in my drive, this folder does not appear in the "Shared with me" section of the Google Drive Web UI.

I have added other publicly accessible folders as shortcuts and these all copied fine, but this folder doesn't.

I'm not asking you to copy files you can already move. I'm asking you to pick a single in the problematic folder that you cannot see so we can pick one to debug so we can look at that file and start to get the details for that specific issue.

Shared with me is not the same a shortcut link in your file.

You access shared with me items via the rclone drive flag I linked. You are taking a shared with me from the GUI and making a shortcut into your drive which is not the same thing hence the confusion since you didn't explain your steps and what you were doing and why I kept asking about shared with me as that's a specific flag and workflow in rclone which you are not using.

Good luck.

Ok cIOS is the single problematic folder, I have already picked that, but it's not the folder that's the problem.

The folder has approx 10 or so files in it, I can copy all of the files except 1, this one shows error 404.

I assumed it was as I have added publicly accessible drive links as shortcuts and folders that are shared with me as shortcuts also.

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