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.4-py3-none-any.whl (16.3 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for simple_drive-2.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 8c66190c08bc5942db13eacca7e248edc7f00bd67cac84764a5d2ba3ed954e93
MD5 870459fce30d9cf1f9b530763c5131bf
BLAKE2b-256 d5f2123bf85bbf1eef5055ba03f0a8b1f121cf7d67db0b11e1dc0f4c947397e9

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