执行rclone sync时出现了以下错误



2020/01/01 16:16:02 ERROR : : error listing: directory not found
2020/01/01 16:16:02 Failed to lsd with 2 errors: last error was: directory not found

执行的命令如下

rclone sync /usr/local/etc/ test:file

解决方法很简单,执行下面命令即可

rclone sync /usr/local/etc/ test:/file

但是有时候执行的时候还会出现上面的错误,初步是怀疑OneDrive的API限制了次数

但是在目录后面加上/又可以了,不知道什么鬼~~

标签: directory, error, not, rclone, listing

添加新评论