obsidian-notes/工具/rclone.md
2024-04-16 17:17:20 +08:00

23 lines
721 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: rclone-failed-to-get-token
created: 2024-04-16
tags:
- "#rclone"
- "#mount"
---
## 获取token超时
### 原因
添加远程的最后浏览器显示成功但命令窗口无法等到token原因是`命令窗口未使用代理`。[参考连接](https://makifx.com/197.html)
### 解决方案
将命令窗口使用代理,具体端口查看代理软件
```bash
# 使用sock5代理
set http_proxy=socks5://127.0.0.1:10808
set https_proxy=socks5://127.0.0.1:10808
```
## 无效API/接口
大概率是未使用最新版本的Rclone使用`rclone selfupdate`进行升级。
## VPS无法使用浏览器添加
添加过程中注意参数配置当出现选择时先N根据提示在本地获取token