PyDrive2 1.19.0 documentation (original) (raw)
Toggle table of contents sidebar
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¶
- Package: https://pypi.python.org/pypi/PyDrive2
- Documentation: https://docs.iterative.ai/PyDrive2
- Source: https://github.com/iterative/PyDrive2
- Changelog: https://github.com/iterative/PyDrive2/releases
How to install¶
You can install PyDrive2 with regular pip
command.
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