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

Uploaded Python 3

File details

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

File metadata

  • Download URL: simple_drive-2.0.9-py3-none-any.whl
  • Upload date:
  • Size: 16.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.11.5

File hashes

Hashes for simple_drive-2.0.9-py3-none-any.whl
Algorithm Hash digest
SHA256 5cec0f13fd4dfc521db1e323030c96ef259def9b7dd47b72e6a9ccc14db2bb3e
MD5 8f0072f5fa292b96b8c30a6ae1347926
BLAKE2b-256 970fde1f49d18e196920c44ecd645ec73f1dccf5fd7427788f4547faa8e8d2c8

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