Google drive Limit transfer

What is the problem you are having with rclone?

Because of google drive’s new copy policy:
share to all:2T;
teamdrive to teamdrive:20T
If the limit is exceeded, teamdrive will not be able to copy or sync,In fact, it was banned by Google!
so may i need quota copy,such as just copy or sync 15T,then move other teamdrive,continue copy or sync 15T,Until copy or sync is completed!
In order to achieve the above,What copy's or sync's command flags can I use!
please help me!

What is your rclone version (output from rclone version)

1.53.1

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

debian 10

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 / sync ?

The rclone config contents with secrets removed.

Paste config here

A log from the command with the -vv flag

i don't know

If I know what command flag to use, I can write a script like the following to help complete the copy or sync:
#!/bin/bash
rclone copy/sync
rclone move
rclone copy/sync
rclone move
...

--max-transfer SizeSuffix              Maximum size of data to transfer. (default off)

When once transfer reaches limit start a new one

If I want to copy or sync only 15T content,the flags shoud be this?

--max-transfer-SizeSuffix 15T

--max-transfer 15000G

If I remember correct rclone uses b|k|M|G

thank you so much! may be can Break through Google’s limitations

pretty sure its a rolling 24 hour counter

move the other teamdrive can be refresh it ???

You did not get banned by Google. If you hit a quota limit via upload or download, you just have to wait 24 hours for the quota to reset. There is not a rclone command to fix that.

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