webdav地址
https://[YOUR-DOMAIN]-my.sharepoint.com/personal/[YOUR-EMAIL]/Documents
grclone 挂载命令
rclone mount webdav: /home/webdav –allow-other –vfs-cache-mode writes –allow-non-empty
grclone 配置
[sharepoint]
type = webdav
url = https://[YOUR-DOMAIN]-my.sharepoint.com/personal/[YOUR-EMAIL]/Documents
vendor = other
user = YourEmailAddress
pass = encryptedpassword
新增配置的时候不要选onedrive 而是选webdav 然后接下来选sharepoint 输入webdav链接(参考上面rclone官网教程)
接着输入账号(就是邮箱)密码
完工