参考https://hechuan.me/onedrive-upload/ 下载地址https://rclone.org/downloads/按电脑版本下载
windows
rclone authorize "onedrive"
centos7
下载安装
wget https://downloads.rclone.org/v1.54.1/rclone-v1.54.1-linux-386.zip unzip rclone-v1.54.1-linux-386.zip chmod 0777 ./rclone-/rclone cp ./rclone-/rclone /usr/bin/ rm -rf ./rclone-*
rclone配置
rclone config n onedrive 26 n n paste 1 0 y y q
vi /usr/lib/systemd/system/rclone.service
[Unit]
Description = rclone
[Service]
User = root
ExecStart = /usr/bin/rclone mount onedrive: /home/ftp/skyblue/co