我想使用 shell 脚本来配置 rclone 以使用 OneDrive。我想要的唯一用户交互是用于身份验证。目前,我正在使用命令行:
$ rclone config create MyOneDrive onedrive --onedrive-drive-type business
但是,当我想列出驱动器内容时,出现错误:
$ rclone ls MyOneDrive:
2020/02/24 22:28:21 Failed to create file system for "MyOneDrive:": unable to get drive_id and drive_type - if you are upgrading from older versions of rclone, please run `rclone config` and re-configure this backend
实际上,当我点击rclone config
并编辑遥控器时,drive_id
会找到并保存在配置中。我的问题是我不想使用rclone config
第二步。为什么drive_id
运行第一个命令时找不到?谢谢
任何想法 ?