PyDrive2
PyDrive2 copied to clipboard
Google Drive API Python wrapper library. Maintained fork of PyDrive.
### Authorisation Error with Google Advanced Protection Enabled Hi there, Wondering if you can help with this one, recently I have enabled Advanced Protection with my Google account and found...
To support CI workflows building off gh actions, I'd like to use the recommended auth method using `google.auth.default` with `google-github-actions/[email protected]` - [https://github.com/google-github-actions/auth](https://github.com/google-github-actions/auth). This would (hopefully) allow the following, using the...
Because I followed DVC's [instructions](https://dvc.org/doc/user-guide/setup-google-drive-remote#using-a-custom-google-cloud-project-recommended) for creating a custom Google Cloud project, Google included me on a mass email dated May 3, 2022 stating the following: We are writing to...
More info here https://google-auth.readthedocs.io/en/latest/oauth2client-deprecation.html
I'm using a proxy to authenticate and upload files to Google Drive. Locally everything works beautifully, without a proxy. My issue seems to be in relation to integrating the proxy...
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...
Hello PyDrive2 team, First, thank you for developing and maintaining this package, I find it very helpful. Second, I wanted to propose a new feature, which I personally find very...
I'm using PyDrive2 v.1.10.0 on Mac to download google doc as docx but I keep getting the following warning even though the file gets downloaded anyway: ``` WARNING:googleapiclient.http:Encountered 403 Forbidden...
- similar to https://github.com/iterative/shtab/blob/5495601c22d2762dbeb140eabd378f396f9efa39/.github/workflows/test.yml#L87-L102 - [x] after https://github.com/iterative/shtab/pull/51 is merged
Hi. For a while now, I noticed my memory usage increasing quite a bit whenever I download or upload a file. The memory also seems to not free itself properly...