You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.
Currently, pydrive uses googleapiclient for all Drive API operations, but doesn't retry any failed requests. However, the Drive API recommends retries with exponential backoff for many errors, and googleapiclient supports retries for all requests.
Would it be possible to add retry behavior as per the Drive API recommendations?
(Additionally, it'd be great to add this for the initial client creation, as the discovery service can also throw 500s.)
Thanks!
The text was updated successfully, but these errors were encountered: