最新版rclone 挂载gd疑问
解决方法,让cmd走代理就行了到最后一步授权,能够登录成功,但是返回token的时候显示这个,防火墙端口也开了,也试过关防火墙,但是还是没用,应该怎么挂载呢
Error: failed to get token: Post "https://oauth2.googleapis.com/token": dial tcp 172.217.160.74:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
Usage:
rclone authorize
Flags:
--auth-no-open-browser Do not automatically open auth link in default browser
-h, --help help for authorize
Use "rclone --help" for more information about a command.
Use "rclone help flags" for to see the global flags.
Use "rclone help backends" for a list of supported services.
2022/04/12 20:08:35 Fatal error: failed to get token: Post "https://oauth2.googleapis.com/token": dial tcp 172.217.160.74:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. 解析的API对应的IP地址连不上,换个DNS试试https://cdn.jsdelivr.net/gh/master-of-forums/master-of-forums/public/images/patch.gif 我也遇到了同样的问题 楼主解决了吗 新版改了授权方式了,用SSH端口转发 大佬能细说一下怎么操作吗 阿里嘎多:lol rclone 授权时 "use auto config" 选择是
然后在本机用下面代码连接ssh
ssh -L 服务器上rclone端口:localhost:服务器上rclone端口服务器用户名@服务器地址
最后在本机打开rclone给的地址完成授权就好了 给cmd走代理就能解决了。我忽略了cmd默认不走代理 受教 受教 谢谢大佬:lol 全局可破
页:
[1]