Copy an uncopyable file from Shared with me

What is the problem you are having with rclone?

I need to copy a file from "Shared with me" section of Google drive, but the file is somehow "un-copy-able". I tried "Make a copy" from Google Drive's own UI but that did not work either. It says "Creating a Copy of xxxx file" but nothing happens. When I reload, I get the warning that the changes wont be saved.

Similarly, when I try following rclone command:

rclone copy --drive-shared-with-me source:filename destination:foldername -P --include "*FileName*"

it keeps on outputing the following:

Transferred:   0/9.156 GBytes, 0%, 0 Bytes/s, ETA -
Transferred    0/ 10, 0%```
Elapsed Time 4m20s```
Transferring:
* FileName1.mkv: 0% /690M, 0/s, -
* FileName2.mkv: 0% /690M, 0/s, -
* FileName3.mkv: 0% /690M, 0/s, -
* FileName4.mkv: 0% /690M, 0/s, -

I am also not over my daily 750GB quota, I made sure to check that too.

What is your rclone version (output from rclone version)

rclone v1.53.2
- os/arch: windows/amd64
- go version: go1.15.2

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

Windows 10, 64 bit

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

Google Drive.
I thought I should mention that the Team Drive I want to transfer the files to and the "Shared with me" section both belong to the same account. So I copied the link from a "friend" and pasted it in my browser, was already signed into the account so the files started showing up as a shared file. Moreover, I am not sure if it matters but the files belongs to the Team Drive which is owned by the same company as mine.

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

Paste command here
```rclone copy --drive-shared-with-me source:filename destination:foldername -P --include "*FileName*"

The rclone config contents with secrets removed.

[destination]
type = drive
client_id = xxxxx
client_secret = xxxxx
scope = drive
token = {"access_token":"ya29.a0AfH6SMAWAOQicp8fmZZbKBiRk9wmwmoiZHNnMIqZgZIysUGpqv-smvIz2jnijWUzG1zuG-LIN7mFtUsz5AXm1CCxqYMsCR55hHcNCPfFGZXK8qQfCzE0d7JFuWnHa99-Rg73f0mxNXHyOqPWo_E8Uuhnp85OTGE6ON_o","token_type":"Bearer","refresh_token":"1//03v6vm_X1xgZ4CgYIARAAGAMSNwF-L9IrLD1e5xpfHPT8JpuqHGbkZPCEKDA_5iSc33_-Cv3-pZZV3tZtrgql2xvjhj0_wbBPYrg","expiry":"2020-11-02T14:59:13.1593348+01:00"}
team_drive = 0AJb6Ttqa44E6Uk9PVA
root_folder_id = 
server_side_across_configs = true

[source]
type = drive
client_id = xxxxx
client_secret = xxxxx
scope = drive
token = {"access_token":"ya29.A0AfH6SMDYLAnH14vF77zhRx0y2H30Tzu_Oc1-bkqcsyBXn6RtRC6WdHcxEKAJqsuHV71C6TuCX_zW9cLieiiezQOTPQdiYPpP0OtWVUBhXG-4D3zZjniRqt_cSgQTzhPLHlWITk_ObSEcJyvrN79Xdld7SFfCc8XqJ7oYtx2HATiQ","token_type":"Bearer","refresh_token":"1//09LvlTqcJebNQCgYIARAAGAkSNwF-L9IrIiE3oywtoe6VvC5Yltb1c6T1jqhYqFJ4N71kncEVb6SylAmnifAqgihEzNk8YrsD7Aw","expiry":"2020-11-02T15:06:43.4248408+01:00"}
shared_with_me = false
server_side_across_configs = true

A log from the command with the -vv flag

2020/11/02 14:18:20 DEBUG : Using config file from "..\\.config\\rclone\\rclone.conf"
2020/11/02 14:18:20 DEBUG : Creating backend with remote "source:"
2020/11/02 14:18:20 DEBUG : Google drive root '': root_folder_id = "0AEcQYCrNLNHfUk9PVA" - save this in the config to speed up startup
2020/11/02 14:18:20 DEBUG : Creating backend with remote "destination:"
2020/11/02 14:18:21 DEBUG : Google drive root '': read info from team drive "Media"
2020/11/02 14:18:22 DEBUG : Spotify Genre List.docx: Excluded
2020/11/02 14:18:22 DEBUG : /vgtg/'s Document WIP.docx: Excluded
2020/11/02 14:18:22 DEBUG : Love.and.Monsters.2020.1080p.WEBRip.DD5.1.x264-CM.mkv: Excluded
2020/11/02 14:18:22 DEBUG : Assassins Creed 2016 1080p BluRay REMUX AVC DTS-HD MA 7.1 - MRG.mkv: Excluded
.
.
.
.
Exceeded. Rate of requests for user exceed configured project quota. You may consider re-evaluating expected per-user traffic to the API and adjust project quota limits accordingly. You may monitor aggregate quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/drive.googleapis.com/quotas?project=207977685285, userRateLimitExceeded)
2020/11/02 14:18:22 DEBUG : pacer: Rate limited, increasing sleep to 1.589501527s
2020/11/02 14:18:22 DEBUG : pacer: low level retry 1/10 (error googleapi: Error 403: User Rate Limit Exceeded. Rate of requests for user exceed configured project quota. You may consider re-evaluating expected per-user traffic to the API and adjust project quota limits accordingly. You may monitor aggregate quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/drive.googleapis.com/quotas?project=207977685285, userRateLimitExceeded)
2020/11/02 14:18:22 DEBUG : pacer: Rate limited, increasing sleep to 1.004390535s
2020/11/02 14:18:22 DEBUG : pacer: low level retry 2/10 (error googleapi: Error 403: User Rate Limit Exceeded. Rate of requests for user exceed configured project quota. You may consider re-evaluating expected per-user traffic to the API and adjust project quota limits accordingly. You may monitor aggregate quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/drive.googleapis.com/quotas?project=207977685285, userRateLimitExceeded)
2020/11/02 14:18:22 DEBUG : pacer: Rate limited, increasing sleep to 2.627687667s
2020/11/02 14:18:22 DEBUG : pacer: Reducing sleep to 0s
2020/11/02 14:18:22 DEBUG : Final Space Season 2 (Recode)/Final Space Se.02 Ep.13.mp4: Excluded
2020/11/02 14:18:22 DEBUG : Final Space Season 2 (Recode)/Final Space Se.02 Ep.12.mp4: Excluded
.
.
.
.
2020/11/02 14:18:22 DEBUG : Final Space Season 2 (Recode)/Final Space Se.02 Ep.01 - The Torra Regata.mp4: Excluded
2020/11/02 14:18:23 DEBUG : pacer: low level retry 1/10 (error googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded)
2020/11/02 14:18:23 DEBUG : pacer: Rate limited, increasing sleep to 4.30514136s
2020/11/02 14:18:23 DEBUG : pacer: low level retry 1/10 (error googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded)
2020/11/02 14:18:23 DEBUG : pacer: Rate limited, increasing sleep to 8.516279521s
2020/11/02 14:18:23 DEBUG : pacer: low level retry 1/10 (error googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded)
2020/11/02 14:18:23 DEBUG : pacer: Rate limited, increasing sleep to 16.942013831s
2020/11/02 14:18:23 DEBUG : Protest/PressRelease.pdf: Excluded
2020/11/02 14:18:23 DEBUG : Protest/DSC_0773.JPG: Excluded
.
.
.
.
.
.
.
.
2020/11/02 14:18:25 DEBUG : MCITM/Malcom in the Middle (2000) (UTR)/Season 6 (Hotstar)/Malcolm in the Middle S06E08 Lois Battles Jamie (1080p WEB-DL Hotstar  AAC2.0 x265 HEVC p0.618) [UTR].mkv: Excluded
2020/11/02 14:18:25 DEBUG : Google drive root '': Waiting for checks to finish
2020/11/02 14:18:25 DEBUG : Google drive root '': Waiting for transfers to finish
2020/11/02 14:18:41 DEBUG : pacer: low level retry 2/10 (error googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded)
2020/11/02 14:18:57 DEBUG : pacer: Rate limited, increasing sleep to 16.532808186s
2020/11/02 14:18:58 DEBUG : pacer: low level retry 2/10 (error googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded)
2020/11/02 14:18:58 DEBUG : pacer: Rate limited, increasing sleep to 16.131327724s
2020/11/02 14:19:15 DEBUG : pacer: low level retry 2/10 (error googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded)
2020/11/02 14:19:15 DEBUG : pacer: Rate limited, increasing sleep to 16.836109835s
2020/11/02 14:19:20 INFO  :
Transferred:             0 / 9.156 GBytes, 0%, 0 Bytes/s, ETA -
Transferred:            0 / 10, 0%
Elapsed time:       1m0.3s
Transferring:
 * Ted Lasso (2020) - S01…x265 10bit K1tKat).mkv:  0% /951.973M, 0/s, -
 * Ted Lasso (2020) - S01…x265 10bit K1tKat).mkv:  0% /900.656M, 0/s, -
 * Ted Lasso (2020) - S01…x265 10bit K1tKat).mkv:  0% /887.524M, 0/s, -
 * Ted Lasso (2020) - S01…x265 10bit K1tKat).mkv:  0% /1003.149M, 0/s, -

2020/11/02 14:19:31 DEBUG : pacer: low level retry 4/10 (error googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded)
2020/11/02 14:19:31 DEBUG : pacer: Rate limited, increasing sleep to 16.662930064s
2020/11/02 14:19:47 DEBUG : pacer: low level retry 3/10 (error googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded)
2020/11/02 14:19:47 DEBUG : pacer: Rate limited, increasing sleep to 16.133272117s
2020/11/02 14:20:04 DEBUG : pacer: low level retry 3/10 (error googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded)
2020/11/02 14:20:04 DEBUG : pacer: Rate limited, increasing sleep to 16.536854851s
2020/11/02 14:20:20 INFO  :
Transferred:             0 / 9.156 GBytes, 0%, 0 Bytes/s, ETA -
Transferred:            0 / 10, 0%
Elapsed time:       2m0.3s
Transferring:
 * Ted Lasso (2020) - S01…x265 10bit K1tKat).mkv:  0% /951.973M, 0/s, -
 * Ted Lasso (2020) - S01…x265 10bit K1tKat).mkv:  0% /900.656M, 0/s, -
 * Ted Lasso (2020) - S01…x265 10bit K1tKat).mkv:  0% /887.524M, 0/s, -
 * Ted Lasso (2020) - S01…x265 10bit K1tKat).mkv:  0% /1003.149M, 0/s, -

2020/11/02 14:20:20 DEBUG : pacer: low level retry 3/10 (error googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded)
2020/11/02 14:20:20 DEBUG : pacer: Rate limited, increasing sleep to 16.354788932s
2020/11/02 14:20:37 DEBUG : pacer: low level retry 5/10 (error googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded)
2020/11/02 14:20:37 DEBUG : pacer: Rate limited, increasing sleep to 16.981784772s
2020/11/02 14:20:53 DEBUG : pacer: low level retry 4/10 (error googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded)
2020/11/02 14:20:53 DEBUG : pacer: Rate limited, increasing sleep to 16.931065923s
2020/11/02 14:21:10 DEBUG : pacer: low level retry 4/10 (error googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded)
2020/11/02 14:21:10 DEBUG : pacer: Rate limited, increasing sleep to 16.96022452s
2020/11/02 14:21:20 INFO  :
Transferred:             0 / 9.156 GBytes, 0%, 0 Bytes/s, ETA -
Transferred:            0 / 10, 0%
Elapsed time:       3m0.3s
Transferring:
 * Ted Lasso (2020) - S01…x265 10bit K1tKat).mkv:  0% /951.973M, 0/s, -
 * Ted Lasso (2020) - S01…x265 10bit K1tKat).mkv:  0% /900.656M, 0/s, -
 * Ted Lasso (2020) - S01…x265 10bit K1tKat).mkv:  0% /887.524M, 0/s, -
 * Ted Lasso (2020) - S01…x265 10bit K1tKat).mkv:  0% /1003.149M, 0/s, -

2020/11/02 14:21:27 DEBUG : pacer: low level retry 4/10 (error googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded)
2020/11/02 14:21:38 DEBUG : pacer: Rate limited, increasing sleep to 16.957293723s
2020/11/02 14:21:44 DEBUG : pacer: low level retry 6/10 (error googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded)
2020/11/02 14:21:44 DEBUG : pacer: Rate limited, increasing sleep to 16.596460994s

As we ask for that stuff in the template, can you please include the rclone.conf and a debug log.

Hey, I updated it with the config and debug lines. I think I have removed all the secrets, I wasn't sure if I should remove tokens too.

In the -vv debug lines, there were a lot of files in shared section, so I have just replaced those "Excluded" lines with dots.

Thanks. :slight_smile:

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