What is the problem you are having with rclone?
I've copied thousands of files before in the same TeamDrive from a Google Drive Shortcut located in a folder in the same TeamDrive. Today I got the following error for the first time! I've not exceeded the daily limit of 750GB, the TeamDrive has only 10 files and 5 folders, and the Google Account has total access to the TeamDrive files.
"Failed to copy: googleapi: Error 403: This file cannot be copied by the user., cannotCopyFile"
What is your rclone version:
rclone v1.52.3
- os/arch: windows/amd64
- go version: go1.14.7
Which OS you are using and how many bits:
Windows 10 - 64Bits
The command you were trying to run
--drive-server-side-across-configs "Bot1:3" "Bot1:4" --order-by size,desc -P --max-transfer=730G -vv
The rclone config contents with secrets removed.
[Bot1]
type = drive
scope = drive
token = {"access_token":"******************************","token_type":"Bearer","refresh_token":"1//****************************","expiry":"2020-08-09T22:57:35.302698-05:00"}
team_drive = ******************
A log from the command with the -vv
flag
C:\rclone\1.52.3> --drive-server-side-across-configs "Bot1:3" "Bot1:4" --order-by size,desc -P --max-transfer=730G -vv
2020/08/09 22:43:22 DEBUG : rclone: Version "v1.52.3" starting with parameters ["rclone" "copy" "--drive-server-side-across-configs" "Bot1:3" "Bot1:4" "--order-by" "size,desc" "-P" "--max-transfer=730G" "-vv"]
2020/08/09 22:43:22 DEBUG : Using config file from "C:\\Users\\user\\.config\\rclone\\rclone.conf"
2020-08-09 22:43:34 ERROR : File1.mp4: Failed to copy: googleapi: Error 403: This file cannot be copied by the user., cannotCopyFile
2020-08-09 22:43:34 ERROR : File2.mp4: Failed to copy: googleapi: Error 403: This file cannot be copied by the user., cannotCopyFile
2020-08-09 22:43:34 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=202264815644, userRateLimitExceeded)
2020-08-09 22:43:35 DEBUG : pacer: Rate limited, increasing sleep to 1.461661256s
2020-08-09 22:43:35 DEBUG : pacer: Reducing sleep to 0s