pygdrive3:以pythonic方式使用Google Drive API v3

时间:2021-05-08 15:47:22
【文件属性】:
文件名称:pygdrive3:以pythonic方式使用Google Drive API v3
文件大小:9KB
文件格式:ZIP
更新时间:2021-05-08 15:47:22
Python GDrive Python 贡献 If you found any missing feature please create an issue on that github repo or make your pull request. 正在安装 $ pip install pygdrive3 用法 from pygdrive3 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' ,
【文件预览】:
pygdrive3-master
----requeriments.txt(51B)
----release(151B)
----pygdrive3()
--------__init__.py(19B)
--------service.py(8KB)
----test()
--------test.py(312B)
--------__init__.py(0B)
--------addMultipleFileShortcuts.py(333B)
--------context.py(146B)
--------list.py(282B)
--------files()
----LICENSE.md(1KB)
----setup.py(657B)
----README.md(1KB)
----.gitignore(1KB)

网友评论