项目介绍

阿里云盘上传工具的宝塔插件,可以将服务器内的文件快速上传到阿里云盘

终端部署命令

Centos7

yum install -y wget && wget -O install.sh https://raw.githubusercontent.com/aoaostar/alidrive-uploader-for-baota/v2/install.sh && bash install.sh install

Debian

wget -O install.sh https://raw.githubusercontent.com/aoaostar/alidrive-uploader-for-baota/v2/install.sh && bash install.sh install

更新

wget -O install.sh https://raw.githubusercontent.com/aoaostar/alidrive-uploader-for-baota/v2/install.sh && bash install.sh update

3233E3BB-EFC6-4635-AB78-94F73F14C3E8.png

配置账号信息

8A440509-8F15-4F25-B710-87C874E04A47.png

控制台快速获取代码

var d = JSON.parse(localStorage.getItem('token'));
console.log(`  drive_id: ${d.default_drive_id}\n  refresh_token: ${d.refresh_token}`);

07434773-38DA-4E13-86CA-A302E29A020C.png

7504CA8F-E461-4FF7-8D60-5CA231CBD111.png

C9C029BF-644C-4976-BB24-F5BB38303469.png

THE END