PyDrive2 icon indicating copy to clipboard operation
PyDrive2 copied to clipboard

Google Drive API Python wrapper library. Maintained fork of PyDrive.

Results 59 PyDrive2 issues
Sort by recently updated
recently updated
newest added

### 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...

question

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...

feature request

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...

enhancement
help wanted
triage
priority-p1

More info here https://google-auth.readthedocs.io/en/latest/oauth2client-deprecation.html

enhancement
help wanted
priority-p1

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...

triage

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...

enhancement

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...

feature request

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...

question
triage

- 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

documentation
tests

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...

duplicate
triage
awaiting response