Welcome to PyDrive2’s documentation!¶
PyDrive2 is a wrapper library of google-api-python-client that simplifies many common Google Drive API tasks.
Project Info¶
Documentation: https://docs.iterative.ai/PyDrive2
How to install¶
You can install PyDrive2 with regular pip
command.
$ pip install PyDrive2
To install the current development version from GitHub, use:
$ pip install git+https://github.com/iterative/PyDrive2.git#egg=PyDrive2
Table of Contents¶
- Quickstart
- OAuth made easy
- File management made easy
- Upload a new file
- Delete, Trash and un-Trash files
- Update file metadata
- Download file metadata from file ID
- Handling special metadata
- Get files by complex queries
- Upload and update file content
- Upload data as bytes in memory buffer
- Upload file to a specific folder
- Download file content
- Abusive files
- File listing made easy
- fsspec filesystem
- pydrive2 package
- Index