项目地址
https://github.com/aoaostar/alidrive-uploader-for-baota
说明
本项目为阿里云盘上传工具的宝塔插件
可以将服务器内的文件快速上传到阿里云盘
演示图
安装
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}`);
声明:本站大部分文章、资源,均来自网络分享的数据以及蜘蛛抓取所得,对于侵权资源请联系站长删除。
如若本站内容侵犯了原著者的合法权益,可邮件联系站长进行处理,邮箱:[email protected]。