Skip to main content

Use Google Drive API v3 with a python interface

Project description

GDrive Python

License PyPI PyPI - Python Version

Installing

$ pip install pygdrive3fixed

Usage

from pygdrive3fixed import service

drive_service = service.DriveService('./client_secret.json')
drive_service.auth()

folder = drive_service.create_folder('Xesque')
file = drive_service.upload_file('Arquivo Teste', './files/test.pdf', folder)
link = drive_service.anyone_permission(file)

folders = drive_service.list_folders_by_name('Xesque')
files = drive_service.list_files_by_name('Arquivo Teste')

files_from_folder = drive_service.list_files_from_folder_id(folder)

by Matheus Almeida

Use Google Drive API v3 with a python interface

MIT License

Project details


Download files

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

Source Distribution

pygdrive3fixed-0.6.8.tar.gz (3.5 kB view details)

Uploaded Source

Built Distribution

pygdrive3fixed-0.6.8-py3-none-any.whl (7.6 kB view details)

Uploaded Python 3

File details

Details for the file pygdrive3fixed-0.6.8.tar.gz.

File metadata

  • Download URL: pygdrive3fixed-0.6.8.tar.gz
  • Upload date:
  • Size: 3.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.7

File hashes

Hashes for pygdrive3fixed-0.6.8.tar.gz
Algorithm Hash digest
SHA256 dcbe54f65f398068132be4906ff8e92c607bd5c3e8fed633007f7ba4c2910db3
MD5 dade13f3ed94749c17e4575a0bef88bb
BLAKE2b-256 881b4697b8bbbb2974e818ea891b8a348945ca340f978d3d240f8883df96f0b5

See more details on using hashes here.

File details

Details for the file pygdrive3fixed-0.6.8-py3-none-any.whl.

File metadata

  • Download URL: pygdrive3fixed-0.6.8-py3-none-any.whl
  • Upload date:
  • Size: 7.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.7

File hashes

Hashes for pygdrive3fixed-0.6.8-py3-none-any.whl
Algorithm Hash digest
SHA256 8d7bbf80837c4d4e262e8e7530872e8d77e58efee32d50fb66fb6a8cfa892eb1
MD5 c4d39aeb3f140bd2881027710c8e3413
BLAKE2b-256 3061b719ff657d3f2aa1a3996ee937ce08e299f2f4e478d65424dae62553e5bd

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