googlearchive/PyDrive

Usage of PyDrive with high frequence of drive's API calls

Opened this issue · 0 comments

I'm looking into possibility to use PyDrive in such tools as rclone or dvc. These tools sync state of local files with their remote counterparts and thus utilize Google Drive API on maximum allowed rate limit. The chance to catch User Rate Limit Exceeded is 100% for any calls of PyDrive's API.
To address catching of rate limit exception it's required to implement my own custom wrapper around all PyDrive API calls.
Is there any possibility to avoid implementation of custom wrapper for PyDrive?
Should be considered possibility to extend PyDrive with handling of rate limit exceptions automatically?