PyDrive2
1.7.0
  • Quickstart
  • OAuth made easy
  • File management made easy
  • File listing made easy
  • pydrive2 package
PyDrive2
  • »
  • Welcome to PyDrive2’s documentation!
  • View page source

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¶

  • Homepage: https://pypi.python.org/pypi/PyDrive2

  • Documentation: Official documentation on GitHub pages

  • Github: https://github.com/gsuitedevs/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
    • Authentication
    • Creating and Updating Files
    • Listing Files
    • Creating a Folder
    • Return File ID via File Title
    • Browse Folders
  • OAuth made easy
    • Authentication in two lines
    • Automatic and custom authentication with settings.yaml
    • Building your own authentication flow
  • 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
    • Upload and update file content
    • Download file content
  • File listing made easy
    • Get all files which matches the query
    • Paginate and iterate through files
  • pydrive2 package
    • pydrive2.apiattr module
    • pydrive2.auth module
    • pydrive2.drive module
    • pydrive2.files module
    • pydrive2.settings module

Indices and tables¶

  • Index

  • Search Page

Next

© Copyright 2020, JunYoung Gwak, Scott Blevins, Robin Nabel, Google Inc, Iterative Inc

Built with Sphinx using a theme provided by Read the Docs.