onedrive家庭版包含office365一年的使用权+1T onedrive空间+60分钟skype通话分钟数
这期主要将把1T onedrive挂载至linux中给自己的小鸡扩容,实现备份、网盘、图床的功能。
API 权限
,按照图示进行操作,添加Files.Read
、Files.ReadWrite
、Files.Read.All
、Files.ReadWrite.All
、offline_access
、User.Read
这些权限。Client_ID
、Client_secret
并执行。rclone authorize "onedrive" "Client_ID" "Client_secret"
If your browser doesn't open automatically go to the following link: http://127.0.0.1:53682/auth Log in and authorize rclone for access Waiting for code... Got code Paste the following into your remote machine ---> {"access_token":"xxxxxxxxxxxxxxxxxx","expiry":"2020-02-22T21:18:39.5036298+08:00"} <---End paste
{"access_token":"xxxxxxxxxxxxxxxxxx","expiry":"2020-02-22T21:18:39.5036298+08:00"}
整个内容(包含括号)就是 token ,复制并保存好。