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

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for simple_drive-2.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 fd3c7580af201a498043119971a11e015bb0b113b6fd5649526652be1ae256c4
MD5 e01535ad3592800540da7bca2a1a2ed7
BLAKE2b-256 57957c47a2fa6d4a8f1329685fe53bae1d3b4da1d7aaac2e7a3775413eb8b93f

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