What is the problem you are having with rclone?
Hi everyone, I am a new rclone user. I am trying to upload 5TB to Google Suite Google Drive. As I have understood the documentation, in order to upload more than 750GB a day, you have to create multiple service accounts.
I have created 4 service accounts and the actual user account where I want to upload to (so I have 5 potential keys), however I am noticing that once I hit the limit for one service account and I switch to another service account, I am still blocked from Google Drive and no matter which other account I try, I cannot continue to upload.
What is your rclone version (output from rclone version
)
rclone v1.52.3
- os/arch: windows/amd64
- go version: go1.14.7
Which OS you are using and how many bits (eg Windows 7, 64 bit)
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 sync --progress --transfers=15 --fast-list --drive-stop-on-upload-limit --max-transfer 745G hetzner-local:z:/angel/Angel_1.hbk/Pool gdriverclone2:Backups/Angel/Angel_1.hbk/Pool
The rclone config contents with secrets removed.
[gdrive]
type = drive
client_id = xxxx
client_secret = xxxx
scope = drive
token = xxxx
[hetzner-local]
type = local
nounc = false
[gdriverclone1]
type = drive
service_account_file = rclone1.json
impersonate = xxx@xxx.xxx
[gdriverclone2]
type = drive
service_account_file = rclone2.json
impersonate = xxx@xxx.xxx
[gdriverclone3]
type = drive
service_account_file = rclone3.json
impersonate = xxx@xxx.xxx
[gdriverclone4]
type = drive
service_account_file = rclone4.json
impersonate = xxx@xxx.xxx
[gdriverclone5]
type = drive
service_account_file = rclone5.json
impersonate = xxx@xxx.xxx
[gdriverclone6]
type = drive
service_account_file = rclone6.json
impersonate = xxx@xxx.xxx
A log from the command with the -vv
flag
2020-08-28 14:28:14 ERROR : 0/29/1227.bucket.67: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Ctrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails&supportsAllDrives=true&uploadType=resumable&upload_id=ABg5-UyH8EFJ3la8ablei-6N_frH969anctxeLAJ5C7Q7sRhyMIKptiUAN9Ub2FAZu4hqh9ZbgtCl2aqV5TzhcXhL0c": context canceled
2020-08-28 14:28:14 ERROR : 0/29/1231.bucket.67: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Ctrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails&supportsAllDrives=true&uploadType=resumable&upload_id=ABg5-UzErUaR_z4_HXtnRhjT1fyU5Sk2-AYmDdCZg2iKPxf1JyBOjcnO-Zx4cV1qf4JM1yYkxO9qhtDzZDAl395_ag": context canceled
2020-08-28 14:28:14 ERROR : 0/29/1223.bucket.67: Failed to copy: googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded
2020-08-28 14:28:14 ERROR : 0/29/1226.bucket.67: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Ctrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails&supportsAllDrives=true&uploadType=resumable&upload_id=ABg5-UxF6Je-twDOd9leKvN1EmedViRiSYBs0TBJgYC65KOa2uEiFVgZDetpiVQmQZ1hTdtvW-fUAXT1iBpR0du7aEaEZjzwIg": context canceled
Am I doing something wrong? Or have I understood the documentation incorrectly?