Skip to main content

Use Google Drive API in the simplest way

Project description

simple-drive

Downloads Pypi contributions welcome MIT

simple-drive.jpg

This package is designed to make it easier for Python users to utilize the Google Drive API. The syntax is concise and easy to understand, and it was developed based on the Google Drive API documentation.

Main features

Files

  • create
  • create_shortcut
  • upload
  • get
  • move
  • copy
  • rename
  • restrict
  • list
  • download
  • export
  • empty_trash
  • trash
  • delete

Perissions

  • add
  • transfer_ownership
  • get
  • update
  • list
  • remove

Comments

  • create
  • get
  • update
  • list
  • delete

Replies

  • create
  • get
  • update
  • list
  • delete

Revisions

  • get
  • list
  • delete

Installation

Install from GitHub

pip install --upgrade git+https://github.com/tranngocminhhieu/simple-drive.git

Install from PyPI

pip install --upgrade simple-drive

User manual

Please read the Documents.

Quick start example:

from simple_drive import Auth, Drive, MimeTypes, Roles

# Authorize with a service account
auth = Auth.from_service_account_file(file='service_account.json')

# Drive object
drive = Drive(auth=auth, verbose=True)

# Create a folder
folder = drive.Files.create(name='Example folder', mime_type=MimeTypes.FOLDER, dest_folder_id=None)

# Add editor permission for someone
drive.Permissions.add(file_id=folder['id'], email='her@gmail.com', role=Roles.EDITOR)

# ...

I welcome your contributions!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

simple_drive-2.0.8-py3-none-any.whl (16.6 kB view details)

Uploaded Python 3

File details

Details for the file simple_drive-2.0.8-py3-none-any.whl.

File metadata

File hashes

Hashes for simple_drive-2.0.8-py3-none-any.whl
Algorithm Hash digest
SHA256 eee3e3c55e31b1b5ac311ad32846bffcda134c2c685537a1654e60e49fac363a
MD5 2185bfbb9dd24f93cff73e634f34be60
BLAKE2b-256 63cb6eaf015378b0290aa5e188293c3e0453a77870c5efa7db061d43a3d6f979

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page