Last update at :2024-06-20,Edit by888u
1. Introduction to UDS
UDS: short for Unlimited Drive Storage (unlimited Google Drive storage), this program splits the binary file and uses base64 to encode the text and stores it in Google Docs, thereby avoiding Google Drive counting storage space.
Source code: https://github.com/stewartmcgown/uds
Install Python3 under Windows: https://www.cnblogs.com/weven/p/7252917.html
2. UDS installation tutorial The following are all operated under centos7.
1. Get Google Drive API
Open: https://developers.google.com/drive/api/v3/quickstart/python, as shown below
2. Download the uds source code, unzip it, rename the credentials.json downloaded in the previous step to client_secret.json, and put it in the uds directory
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
3. UDS usage tutorial 1. Upload files python uds.py push file
2. List files python uds.py list
3. Download files python uds.py pull file
4. Delete files python uds.py delete file
View more commands: https://github.com/stewartmcgown/uds
Recommended site searches: foreign trade hosting, Hong Kong cloud hosting, telecommunications hosting rental, Hong Kong hosting high defense, mainland China domain name registration, registered and unregistered domain names, how to bind domain names to servers, registration-free virtual space, domain name registration query system, app server rental,
发表评论