google-drive-folder-upload:将文件夹内容上传到Google驱动器

时间:2024-05-19 12:38:47
【文件属性】:

文件名称:google-drive-folder-upload:将文件夹内容上传到Google驱动器

文件大小:6KB

文件格式:ZIP

更新时间:2024-05-19 12:38:47

Python

Google云端硬盘文件夹上传 Python客户端,用于将文件上传到Google云端硬盘 安装 git clone git@github.com:richtier/google-drive-folder-upload.git cd google-drive-folder-upload pip install requirements . txt 验证 登录到并生成Oauth客户端ID文件。 将“授权重定向URI”设置为 然后下载并打开凭据文件以检索client_id和client_secret。 使用client_id和client_secret更新settings.yml 首次运行脚本时,系统将提示您对应用程序进行身份验证,但从那时起,您的会话将被记住。 用法 上载单个文件 运行以下代码,将文件上传到Google云端硬盘: python google_drive_folder_


【文件预览】:
google-drive-folder-upload-master
----.gitignore(1KB)
----google_drive_folder_upload()
--------__init__.py(0B)
--------client.py(2KB)
--------main.py(772B)
----requirements.txt(43B)
----__init__.py(0B)
----settings.yaml(345B)
----monitor.sh(172B)
----LICENSE(1KB)
----readme.rst(1KB)

网友评论