Craig Citro
Craig Citro
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](https://developers.google.com/drive/api/v3/handle-errors) for many errors, and [googleapiclient supports...
Currently, pydrive2 uses googleapiclient for all Drive API operations, but doesn't retry any failed requests. However, the Drive API [recommends retries with exponential backoff](https://developers.google.com/drive/api/v3/handle-errors) for many errors, and [googleapiclient supports...
hi all -- opening a discussion ticket, hoping folks will pipe in. @hadley @eddelbuettel @jimhester @cbarraford -- cc away if you know other interested folks. currently, we're all hitting some...
Why? docs are great I noticed the docs have an empty API reference page; a quick check locally seems to confirm the problem is that the usual sphinx `sys.path` adjustments...