step:
一直出错写不进去,是 onedrive 有限制吗?--vfs-cache-mode 设为 full 倒是可以但是转存失败,怀疑是 rclone 的缓存才导致成功的而不是直接写进去的。
|  |      1accelerator1      2024-01-11 11:42:10 +08:00 试着加个参数“--allow-other”? | 
|  |      2defix      2024-01-11 14:28:44 +08:00 Without the use of --vfs-cache-mode this can only write files sequentially, it can only seek when reading. This means that many applications won't work with their files on an rclone mount without --vfs-cache-mode writes or --vfs-cache-mode full.  https://rclone.org/commands/rclone_mount/#vfs-cache-mode-off 个人建议至少--vfs-cache-mode writes | 
|      3kratosmy OP @accelerator1 尝试过 | 
|  |      5ISOtropy      2024-01-12 07:50:10 +08:00 via Android 我一般是 aria 下载到本地  然后 rclone move 到远程 你这种我个人感觉不太好 会造成不必要的带宽消耗与 api 请求 |