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

This morning (Sept 12) a PyDrive reliant script of ours failed. The full stacktrace is below. The script ran successfully last week, and there have been no changes to the...

feature request
priority-p1

### Description Recently I needed to use Google Drive with Python so this library was very useful but I needed more help for my uses cases that arent the simplest...

While working on https://github.com/iterative/PyDrive2/pull/222, I discovered that `find` has a bug with the cache. Let assume `self.path=root/tmp/` and a folder structure like: ``` root/tmp/ └── fo1/ ├── file2.pdf └── fo2/...

bug
fs
priority-p0

As discussed in #217 we need a method / mechanism to invalidate the cache for specific paths. This is needed because, if the user move / delete a file, and...

fs

This would improve the autocompletion and check that parameters like `metadata` are filled correctly.

Bumps [black](https://github.com/psf/black) from 23.12.1 to 24.2.0. Release notes Sourced from black's releases. 24.2.0 Stable style Fixed a bug where comments where mistakenly removed along with redundant parentheses (#4218) Preview style...

maintenance

okay, problems that I see: - [ ] `maxdepth` is not supported - [ ] `withdirs` is not supported (must have for expand path) - [ ] doesn't check bucket...

bug
fs
priority-p1

regarding comment in PR #221, i tried https://docs.iterative.ai/PyDrive2/oauth/#authentication-with-a-service-account i couldn't find where this function is implemented. i tried to implement it by myself (copy pate), but the GCP environment couldn't...

question
triage

@rlamy or anyone who can help. I currently have CSV data that I can write to the first tab, but how can look over the sheets and write to each...

feature request

Hi, does `GDriveFileSystem` support manipulation of files in the `shared with me folder`? Like copy from my drive to a folder shared with me. If not, I can create a...

feature request
fs