Gdrive: Download quota exceeded is marked as an API overload in server side copy

Has someone solved this problem? I still have that problem.

The Dirty Hecky solution related to that error is:

:START
rclone copy d1: d2:
if %ERRORLEVEL% != 0 goto :START

This is for Windows only, but you could use similar code on Linux.

hello and welcome to the forum,

really, this is nothing to be solved.
if you exceeded a quota, nothing rclone can do about that.

1 Like

Thanks for the quick and nice reply!
Rclone has to wait for the daily quota to be cleared.
But Right now it crashes when an error occurs.
That's why I need a shell script to try again if an error occurs.(Or, the limit of my search skills..)

rclone is crashing???

perhaps start a new topic and use the help and support template and provide answers to all the questions

1 Like

I am Newbie and I am searching for duplicate topics. (return error 7)
If the problem is not resolved I will open a new topic.
Thanks for letting me know

sure,
that is not a crash, just rclone returning an error code.
for that kind of error, please start a new topic so we can help you

1 Like

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