UDS:基于Google Drive API创建免费无限Google Drive,并UDS安装、使用教程

一、UDS介绍UDS:即 Unlimited Drive Storage(无限的 Google Drive 存储)的简称,该程序将二进制文件分割后使用 base64 编码文本并存储到 Google Docs 中,从而避免让 Google Drive 统计存储空间。源码https://github.com/stewartmcgown/udsWindows下安装Python3:https://www.cnblogs.com/weven/p/7252917.html二、UDS安装教程 以下均在centos7下操作。1、获取Google Drive API打开:https://developers.google.com/drive/api/v3/quickstart/python,如下图操作UDS:基于Google Drive API创建免费无限Google Drive,并UDS安装、使用教程UDS:基于Google Drive API创建免费无限Google Drive,并UDS安装、使用教程2、下载uds源码,解压后,把上一步下载到的credentials.json 重命名为 client_secret.json,放到uds目录a、
yum groupinstall 'Development Tools'
yum install zlib-devel bzip2-devel openssl-devel ncurese-devel
yum install python-setuptools
easy_install pip

b、
wget https://github.com/stewartmcgown/uds/archive/master.zip
unzip master.zip
mv uds-master uds
cd uds

c、
pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib
pip install --upgrade oauth2client
pip install --upgrade tabulate
pip install --upgrade request

d、
python uds.py三、UDS使用教程
1、上传文件
python uds.py push 文件2、列出文件
python uds.py list3、下载文件
python uds.py pull 文件4、删除文件
python uds.py delete 文件更多命令查看:https://github.com/stewartmcgown/uds

© 版权声明
THE END
喜欢就支持一下吧
点赞0 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片