Copy problem shared drive to my gdrive

Hi

I have one account with access to a shared google drive
For this account i have make a api oauth key .

I have another account with unlimited gdrive business storage

So i want copy all the files frome the shared drive to the my gdrive server side

Is this possible?

I got the 403 user limite rate exceed error. What is the problem? The api or the account 2?

Thx

You can only copy 750GB per day.

Yes i know but is this Limit for the whole gdrive in the domain or per user or api. I just copied max 20gb

Per user but a lot of it is guessing since you missed the whole template and any information / log might lead to a better answer.

How do i made a log?

https://rclone.org/docs/#log-file-file
https://rclone.org/docs/#log-level-level

for example,
--log-level=DEBUG --log-file=/path/to/log/file

so thats the log :

2021/01/25 13:49:16 DEBUG : pacer: low level retry 1/10 (error googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded)
2021/01/25 13:49:16 DEBUG : pacer: Rate limited, increasing sleep to 1.314690686s
2021/01/25 13:49:16 DEBUG : pacer: Reducing sleep to 0s
2021/01/25 13:49:16 DEBUG : pacer: low level retry 2/10 (error googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded)
2021/01/25 13:49:16 DEBUG : pacer: Rate limited, increasing sleep to 1.047183014s
2021/01/25 13:49:18 DEBUG : pacer: Reducing sleep to 0s
2021/01/25 13:49:19 DEBUG : pacer: low level retry 3/10 (error googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded)
2021/01/25 13:49:19 DEBUG : pacer: Rate limited, increasing sleep to 1.078964151s
2021/01/25 13:49:19 DEBUG : pacer: low level retry 1/10 (error googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded)
2021/01/25 13:49:19 DEBUG : pacer: Rate limited, increasing sleep to 2.781065727s
2021/01/25 13:49:19 DEBUG : pacer: low level retry 1/10 (error googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded)
2021/01/25 13:49:19 DEBUG : pacer: Rate limited, increasing sleep to 4.982011772s
2021/01/25 13:49:19 DEBUG : pacer: Reducing sleep to 0s
2021/01/25 13:49:19 DEBUG : pacer: low level retry 4/10 (error googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded)

this goes on and on and sometimes the folders in the destination drives are creating.

is it possible that the rate limit is set by my organisation?

thx

Again, you can only copy 750GB per day so with a bit of a log, no information, it's super hard to guess.

That's why we spent a lot of time with the template that collects all the information up front.

I transfered 0 Byte the last 2 days. but i can not say if the limit is Gsuite wide and what transfered the other users? do you know?

What is the problem you are having with rclone?

What is your rclone version (output from rclone version)

1.53.3

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

Windows 10 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 SD1:TeamDrive DT1:BACKUP --drive-acknowledge-abuse --drive-server-side-across-configs 

The rclone config contents with secrets removed.

[DT1]
type = drive
client_id = xxxxx
client_secret = xxxxx
scope = drive
token = {"access_token":"xxxxx","token_type":"Bearer","refresh_token":"xxxxxx","expiry":"2021-01-25T14:44:35.7422255+01:00"}


[SD1]
type = drive
client_id = xxxxx
client_secret = xxxxx
scope = drive.readonly
token = {"access_token":"xxxxxx","token_type":"Bearer","refresh_token":"xxxxxxx","expiry":"2021-01-25T14:45:34.3849676+01:00"}
team_drive = xxxxx
root_folder_id = 

A log from the command with the -vv flag

2021/01/25 15:31:01 DEBUG : pacer: low level retry 1/10 (error googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded)
2021/01/25 15:31:01 DEBUG : pacer: Rate limited, increasing sleep to 1.682042581s
2021/01/25 15:31:01 DEBUG : pacer: Reducing sleep to 0s
2021/01/25 15:31:01 DEBUG : pacer: low level retry 2/10 (error googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded)
2021/01/25 15:31:01 DEBUG : pacer: Rate limited, increasing sleep to 1.014363015s
2021/01/25 15:31:03 DEBUG : pacer: Reducing sleep to 0s
2021/01/25 15:31:04 DEBUG : pacer: low level retry 1/10 (error googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded)
2021/01/25 15:31:04 DEBUG : pacer: Rate limited, increasing sleep to 1.916203807s
2021/01/25 15:31:04 DEBUG : pacer: low level retry 3/10 (error googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded)
2021/01/25 15:31:04 DEBUG : pacer: Rate limited, increasing sleep to 2.18031255s
2021/01/25 15:31:04 DEBUG : pacer: low level retry 1/10 (error googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded)
2021/01/25 15:31:04 DEBUG : pacer: Rate limited, increasing sleep to 4.129138178s
2021/01/25 15:31:04 DEBUG : pacer: low level retry 1/10 (error googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded)
2021/01/25 15:31:04 DEBUG : pacer: Rate limited, increasing sleep to 8.560538342s
2021/01/25 15:31:05 DEBUG : pacer: low level retry 2/10 (error googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded)
2021/01/25 15:31:05 DEBUG : pacer: Rate limited, increasing sleep to 16.151406448s
2021/01/25 15:31:06 DEBUG : pacer: low level retry 4/10 (error googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded)
2021/01/25 15:31:06 DEBUG : pacer: Rate limited, increasing sleep to 16.61930971s




Unfortunately, there isn't much published on team drives and how the quotas specifically work.

If you hitting the upload limit, you'd have to wait and see when it resets or validate if other folks are using the same drive.

You can always contact Google Support as well and confirm with them if they actually provide details, I do not know.

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