We all know that many providers, like Google, have API call limits/quotas.
Right now, from what I can see, rclone
will just start failing when the service provider throws back errors.
I was wondering if there is a way for rclone
to keep track/count of the API calls it makes?
And, have it stop once the limit is reached?
For example, my Photos Library API
limit is 10,000
. So I'd like it to stop when it gets to 950
.
Is that possible?