Blew my 10TB read limit from drives. Google console showing this:
I am not sure what other quota to check for but so far seeing those two led to me believing it has been reset.
I even made a new oauth secret and then gotten a new access token.
When I do
dd if=file of=/dev/null
the result is I/O error, or input output error.
Even with refreshed access token I still cannot download/read from drives. (speed issue from last time has been solved, I have been reading at 200MiB/s with my app and that is why it was blown.)
What other graphs / ways do I have to check to see if my quotas have been reset? Or is the 10TB for the month's time instead of the day's?
Journalctl shows this, might now be the exact error but should be close enough:
open file failed: googleapi: Error 403: The download quota for this file has been exceeded., downloadQuotaExceeded
iirc, there was one that says --low-level-retry or smth along those lines.
What is your rclone version (output from rclone version)
The timer starts with your first upload within the 24 hour time frame. So, let's say you start uploading something at 3:20 pm on day 1. Then your last upload within the 750GB limit can be at 3:19 pm on day 2. At 3:20 pm on day 2, the quota will reset, and you will be able to upload again. If you don't upload 750GB within 24 hours, or you start uploading later after a reset, then the next reset will be pushed to that later time the next day. I can only assume the same applies to downloads.
That makes a lot of sense, as I was just thinking that possibility too!
So assuming that is how uploads/writing to the drives work, is it also safe to assume downloads are also the same?
Apparently it seems like this isn't a widely documented knowledge. My initial guess was midnight EST, that is why I came here like why ain't my quota reset yet!
There's more than just a download quota as there are per file quotas as well as that also depends on a regular drive or a team drive and if the file is shared and accessed via that.
There isn't any sure fire way to figure out exactly when it resets because it isn't published.
There are a lot of correlations on when and how.
So best bet is when you can download again and it's working, it has reset.