xebn 大佬有话说 :
还是没整明白:Autorclone
2020/06/14 14:27:44 Failed to create file system for "gd:{1SQDrGVxL7AmFuD49wYXopHss-k1auI-N}": drive: failed when making oauth client: error opening service account credentials file: open fffe6407ed94ab3c4ca61d98c8ed2e8b74073412.json: no such file or directory
明明在目录里有这个文件但为什么还是报这个错呢?
service_account_file = fffe6407ed94ab3c4ca61d98c8ed2e8b74073412.json
service_account_file_path = /root/AutoRclone/accounts/
大佬请帮忙呀!
llmwxt 大佬有话说 :
错误信息写的很清楚啊,没有对应的文件和文件夹
你肯定之前安装时候,目录弄错了,要么就是在某个文件夹之下运行了rclone config
导致实际的SA存放位置不对了
wifitry 大佬有话说 :
service_account_file = /root/AutoRclone/accounts/fffe6407ed94ab3c4ca61d98c8ed2e8b74073412.json
xebn 大佬有话说 :
不就在这里吗?
xebn 大佬有话说 :
wifitry 大佬有话说 : 2020-6-14 22:42
service_account_file = /root/AutoRclone/accounts/fffe6407ed94ab3c4ca61d98c8ed2e8b74073412.json
是的,改过来了。再试试