Sending data TO Gdrive: 403: Rate Limit Exceeded

Had a 2nd chat with one of the supporters from google.

“XYZ 11:12 AM
Thanks for holding. Here are the limits, along with supported file types https://support.google.com/drive/answer/37603
XYZ 11:13 AM
This seems to be an issue when using rclone
XYZ 11:13 AM
Reviewing this article https://developers.google.com/drive/v3/web/handle-errors#403_rate_limit_exceeded. You can Batch the requests https://developers.google.com/drive/v3/web/batch or implement exponential backoff
XYZ 11:14 AM
In June 2017 a quota for creating blobs of 100Gb/day was established. It’s possible to create files of bigger size, but after this quota is exceeded all subsequent blob creation operations will fail
XYZ 11:15 AM
at this moment, I highly recommend using the drive sync tool if it is possible, to avoid this issue. Here is the link for the tool : https://support.google.com/a/answer/2490101?hl=en
XYZ 11:16 AM
Rclone have infoarion regarding Drive Limitations https://rclone.org/drive/. There also seems to be infoamtion regarding this on Github https://github.com/ncw/rclone/issues/76

I ask him if there is a limit for uploading XXX GB per 24 hours. This is the answer: “I have double checked and there is no limitations regarding that, as per this article : https://support.google.com/drive/answer/37603?visit_id=1-636381266873867728-2759172849&rd=1

@ncw what do you think?