-
翻了翻之前的 issues 也没见相关讨论,discussion 里倒是有提到过 #110 (comment) 就是不指定 refresh_token 时从工作目录读取,这样可以实现开机自启(?)不然还要手动填token |
Beta Was this translation helpful? Give feedback.
Answered by
MiaowFISH
Jan 21, 2022
Replies: 3 comments 2 replies
-
我已添加了 --workdir 参数,但 --refresh_token 是强制的. VM-8-7-ubuntu:~# aliyundrive-webdav --auto-index --workdir /etc/aliyundrive-webdav
error: The following required arguments were not provided:
--refresh-token <REFRESH_TOKEN>
USAGE:
aliyundrive-webdav --refresh-token <REFRESH_TOKEN> --auto-index --auth-user <AUTH_USER> --auth-password <AUTH_PASSWORD> --workdir <WORKDIR>
For more information try --help |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
messense
-
唔,用命令行解决了 使用 |
Beta Was this translation helpful? Give feedback.
0 replies
-
新的问题,配置 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
我已添加了 --workdir 参数,但 --refresh_token 是强制的.