refresh token failed: HTTP status client error: (405 Method Not Allowed)
leiless opened this issue · 1 comments
leiless commented
I just found this error, the refresh token was retrieved from https://www.aliyundrive.com/ and I can assure it's valid and not expired. Maybe the API was changed.
$ aliyundrive-fuse --allow-other --refresh-token xxx -w /var/run/aliyundrive-fuse /mnt/aliyundrive
2022-07-02T00:10:24.238516Z ERROR aliyundrive_fuse::drive: refresh token failed: HTTP status client error (405 Method Not Allowed) for url (https://www.aliyundrive.com/): Method POST not allowed
Error: initialize aliyundrive client failed
$ aliyundrive-fuse --help
aliyundrive-fuse 0.1.12
FUSE for AliyunDrive
leiless commented
Updated to aliyundrive-fuse 0.1.14
, and the problem was resolved.