bash-onedrive-upload:通过Linux命令行将文件上传到OneDrive

时间:2021-05-02 18:07:31
【文件属性】:
文件名称:bash-onedrive-upload:通过Linux命令行将文件上传到OneDrive
文件大小:17KB
文件格式:ZIP
更新时间:2021-05-02 18:07:31
Shell bash-onedrive-upload 使用通过Linux命令行将文件上载到 。 使用git clone --recursive检出存储库,包括所有必需的子模块。 如果以.zip ./libs/json下载此存储库的内容,则还需要手动下载并将其./libs/json压缩到./libs/json ,因为ZIP文件中不包含子模块。 先决条件 curl用于访问API。 grep用于过滤解析的json输出。 cut用于从过滤后的json输出中提取值。 xargs用于多线程文件上传。 dd用于分块文件上传。 stat用于确定文件大小。 入门(OneDrive个人版) 在使用此工具之前,请在创建一个应用程序,以生成您的自定义客户端ID和客户端密钥。 注意,您需要添加一个类型为Mobile application的新平台。 如果您尚未创建Live SDK应用程序,则因为已弃用它们而不
【文件预览】:
bash-onedrive-upload-master
----.gitignore(15B)
----onedrive.cfg(942B)
----onedriveb-base(13KB)
----onedriveb-authorize(1KB)
----onedriveb.cfg(931B)
----onedrive-base(11KB)
----LICENSE(1KB)
----.gitmodules(96B)
----libs()
--------json()
----README.md(10KB)
----onedrive-upload(2KB)
----onedrive-authorize(1KB)
----onedriveb-upload(3KB)

网友评论