Use Google Drive API v3 with a python interface
Project description
GDrive Python
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 hashes)
Built Distribution
Close
Hashes for pygdrive3fixed-0.6.8-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8d7bbf80837c4d4e262e8e7530872e8d77e58efee32d50fb66fb6a8cfa892eb1 |
|
MD5 | c4d39aeb3f140bd2881027710c8e3413 |
|
BLAKE2b-256 | 3061b719ff657d3f2aa1a3996ee937ce08e299f2f4e478d65424dae62553e5bd |