I am unable to copy/move files from my Raspberry to Google Drive using rclone copy or move command. However I could list the contents of that drive folder as well as able to create directory using command rclone mkdir.
The error received while copying the file is shown below:
2024/01/18 14:34:22 ERROR : 18-Jan-2024.zip: Failed to copy: googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded 2024/01/18 14:34:22 ERROR : Attempt 1/3 failed with 1 errors and: googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded 2024/01/18 14:53:51 ERROR : 18-Jan-2024.zip: Failed to copy: googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded 2024/01/18 14:53:51 ERROR : Attempt 2/3 failed with 1 errors and: googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded 2024/01/18 15:13:15 ERROR : 18-Jan-2024.zip: Failed to copy: googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded 2024/01/18 15:13:15 ERROR : Attempt 3/3 failed with 1 errors and: googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded 2024/01/18 15:13:15 Failed to copy: googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded
I am not sure which limit you exceeded but error you received is clear - you exceeded something:)
Maybe other Google users can shed more light on this.
You have not exceeded any "API" limit as you can see that fine in the console.
Google has an Upload and Download quota 750GB / 10TB per user (upload is defined but you can't see it and download is suspected to be that and you also cannott see it).
True, today I could upload files to Gdrive folder however at time randomly I am still receiving the sam error. Why is that so ? after receiving error when I try again it then work on the same day. Is it strange ?
The same rclone error does not mean the same gdrive error I think. So today you are free again to upload 750GB but you might be hitting some rate limits from time to time.
I have stopped using gdrive because it was extremely slow for small files transfers and I was throttled all the time - it was never ending fight. IMO Google makes sure that nobody can use it like GCS (which is much more expensive). One is simple consumer product with probably artificial limitations and other is for people who process serious stuff.