项目介绍
阿里云盘上传工具的宝塔插件,可以将服务器内的文件快速上传到阿里云盘
终端部署命令
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

配置账号信息

控制台快速获取代码
var d = JSON.parse(localStorage.getItem(‘token’));
console.log(` drive_id: ${d.default_drive_id}\n refresh_token: ${d.refresh_token}`);

声明:本站所有文章,如无特殊说明或标注,均为本站内容发布人原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。邮箱:ts@suiruo.com。