Open jennybc opened 3 years ago
This was also ultimately a (very weird form of) quota violation, resulting in a 429 response:
https://github.com/r-lib/gargle/issues/254
It did not look like the one above because it's coming from some opaque non-Drive-API-specific filter that has to do with seeing too much traffic from some range of IP addresses. But if we switch to gargle::request_retry()
in googledrive, as we already do in googlesheets4, it should fix or at least make things much better.
To handle the 403 captured above, gargle::request_retry()
needs to gain more functionality. But at least we retry on 429 now.
I've seen my first quota violation for Drive, via GHA. It looked like this:
https://developers.google.com/drive/api/v3/handle-errors