Can't get token on local PC when "rclone authorize "dropbox" "

What is the problem you are having with rclone?

I have trouble in rclone config adding Dropbox as new remote on my CentOS 7 Server.
I'm stuck in "rclone authorize "dropbox" ".
This command can run on my local PC (windows 10), the browser shows the Success! page.
but there‘s no token got on my terminal, it takes several minutes and says
“Error: failed to get token: Post "https://api.dropboxapi.com/1/oauth2/token": dial tcp 199.59.149.244: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.”
I use proxy software (Clash) to connect Internet, I'm not sure if it matters.

What is your rclone version (output from rclone version)

rclone v1.56.1 on CentOS 7 Server and local PC (windows 10)

Which cloud storage system are you using? (eg Google Drive)

Dropbox

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone authorize "dropbox" 

The rclone config contents with secrets removed.

rclone.conf not found - using defaults

A log from the command with the -vv flag

PS F:\rclone-v1.56.1-windows-amd64> .\rclone authorize "dropbox" -vv
2021/10/02 21:02:26 DEBUG : rclone: Version "v1.56.1" starting with parameters ["F:\\rclone-v1.56.1-windows-amd64\\rclone.exe" "authorize" "dropbox" "-vv"]
2021/10/02 21:02:26 DEBUG : **temp-fs**: config in: state="", result=""
2021/10/02 21:02:26 NOTICE: Config file "C:\\Users\\AppData\\Roaming\\rclone\\rclone.conf" not found - using defaults
2021/10/02 21:02:26 DEBUG : OAuth only is set - overriding return state
2021/10/02 21:02:26 DEBUG : **temp-fs**: config out: out=&{State:*oauth,,, Option:<nil> OAuth:<nil> Error: Result:}, err=<nil>
2021/10/02 21:02:26 DEBUG : **temp-fs**: config in: state="*oauth,,,", result=""
2021/10/02 21:02:26 DEBUG : **temp-fs**: config out: out=&{State:*oauth-confirm,,, Option:<nil> OAuth:<nil> Error: Result:}, err=<nil>
2021/10/02 21:02:26 DEBUG : **temp-fs**: config in: state="*oauth-confirm,,,", result=""
2021/10/02 21:02:26 DEBUG : Auto confirm is set, choosing default "true" for state "*oauth-islocal,,,", override by setting config parameter "config_is_local"
2021/10/02 21:02:26 DEBUG : **temp-fs**: config out: out=&{State:*oauth-islocal,,, Option:<nil> OAuth:<nil> Error: Result:true}, err=<nil>
2021/10/02 21:02:26 DEBUG : **temp-fs**: config in: state="*oauth-islocal,,,", result="true"
2021/10/02 21:02:26 DEBUG : **temp-fs**: config out: out=&{State:*oauth-do,,, Option:<nil> OAuth:<nil> Error: Result:}, err=<nil>
2021/10/02 21:02:26 DEBUG : **temp-fs**: config in: state="*oauth-do,,,", result=""
2021/10/02 21:02:26 DEBUG : Starting auth server on 127.0.0.1:53682
2021/10/02 21:02:27 NOTICE: If your browser doesn't open automatically go to the following link: http://127.0.0.1:53682/auth?state=OwRo517eav4AcUupDigXaQ
2021/10/02 21:02:27 NOTICE: Log in and authorize rclone for access
2021/10/02 21:02:27 NOTICE: Waiting for code...
2021/10/02 21:02:28 DEBUG : Redirecting browser to: https://www.dropbox.com/1/oauth2/authorize?client_id=5jcck7diasz0rqy&redirect_uri=http%3A%2F%2Flocalhost%3A53682%2F&response_type=code&scope=files.metadata.write+files.content.write+files.content.read+sharing.write+account_info.read&state=OwRo517eav4AcUupDigXaQ&token_access_type=offline
2021/10/02 21:02:33 DEBUG : Received GET request on auth server to "/"
2021/10/02 21:02:33 NOTICE: Got code
2021/10/02 21:02:33 DEBUG : Closing auth server
2021/10/02 21:02:33 DEBUG : Closed auth server with error: accept tcp 127.0.0.1:53682: use of closed network connection
2021/10/02 21:03:16 DEBUG : **temp-fs**: config out: out=<nil>, err=failed to get token: Post "https://api.dropboxapi.com/1/oauth2/token": dial tcp 199.96.58.177: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.
Error: failed to get token: Post "https://api.dropboxapi.com/1/oauth2/token": dial tcp 199.96.58.177: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]

Flags:
      --auth-no-open-browser   Do not automatically open auth link in default browser
  -h, --help                   help for authorize

Use "rclone [command] --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.

2021/10/02 21:03:16 Fatal error: failed to get token: Post "https://api.dropboxapi.com/1/oauth2/token": dial tcp 199.96.58.177: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.

Looks like you have a firewall or something blocking the connection on the Windows machine.

How should I check that. I have succeed on onedrive and google drive, but failed on dropbox.
There are less information about this question, I only find this one
https://github.com/rclone/rclone/issues/2444

but I don't understand what the link in the command mean

http_proxy="http://proxy.festu.khv.ru:3128"
https_proxy="proxy.festu.khv.ru:3128"

and I don't know how to do it on windows 10

Are you using a proxy server?

Yes, I also use v2ray, and I use v2ray server on CentOS 7 Server. I have to use a proxy on local pc, If I don't use one I can't open the page https://www.dropbox.com/1/oauth2/authorize.....

I think on Windows you want to run:

set http_proxy="http://proxy.festu.khv.ru:3128"
set https_proxy="proxy.festu.khv.ru:3128"
rclone authorize dropbox

What is proxy.festu.khv.ru:3128 ?
And how to restore after authorized ?

That's the proxy server you shared, no? You'd replace that with whatever your proxy server is.

Can I use ip address?

You'd use whatever you are using for a proxy as I have no idea what proxy server you are using. You can usually define a proxy server by name or IP.

Very thanks, and how to restore after authorized ?

Not sure what you mean.

Once authorized, you can use copy or sync.

I'm sorry, I mean how to restore the http_proxy and https_proxy

I'm sorry but I'm really not following.

To use authorize and if you require a proxy server, you'd run:

set http_proxy="YOUR PROXY SERVER NAME OR IP HERE"
set https_proxy="YOUR PROXY SERVER NAME OR IP HERE
rclone authorize dropbox

Run those in command prompt and that should authorize you.

It doesn't work on me. The log seems the just same.

I closed the Windows Defender firewall completely, and still failed on authorizing.

You'd have to share a new log with the command output as I can't see your screen so I can't offer much assistance.

It seems just some ip has changed in the bottom

PS F:\rclone-v1.56.1-windows-amd64> .\rclone authorize "dropbox" -vv
2021/10/02 23:59:06 DEBUG : rclone: Version "v1.56.1" starting with parameters ["F:\\rclone-v1.56.1-windows-amd64\\rclone.exe" "authorize" "dropbox" "-vv"]
2021/10/02 23:59:06 DEBUG : **temp-fs**: config in: state="", result=""
2021/10/02 23:59:06 NOTICE: Config file "C:\\Users\\AppData\\Roaming\\rclone\\rclone.conf" not found - using defaults
2021/10/02 23:59:06 DEBUG : OAuth only is set - overriding return state
2021/10/02 23:59:06 DEBUG : **temp-fs**: config out: out=&{State:*oauth,,, Option:<nil> OAuth:<nil> Error: Result:}, err=<nil>
2021/10/02 23:59:06 DEBUG : **temp-fs**: config in: state="*oauth,,,", result=""
2021/10/02 23:59:06 DEBUG : **temp-fs**: config out: out=&{State:*oauth-confirm,,, Option:<nil> OAuth:<nil> Error: Result:}, err=<nil>
2021/10/02 23:59:06 DEBUG : **temp-fs**: config in: state="*oauth-confirm,,,", result=""
2021/10/02 23:59:06 DEBUG : Auto confirm is set, choosing default "true" for state "*oauth-islocal,,,", override by setting config parameter "config_is_local"
2021/10/02 23:59:06 DEBUG : **temp-fs**: config out: out=&{State:*oauth-islocal,,, Option:<nil> OAuth:<nil> Error: Result:true}, err=<nil>
2021/10/02 23:59:06 DEBUG : **temp-fs**: config in: state="*oauth-islocal,,,", result="true"
2021/10/02 23:59:06 DEBUG : **temp-fs**: config out: out=&{State:*oauth-do,,, Option:<nil> OAuth:<nil> Error: Result:}, err=<nil>
2021/10/02 23:59:06 DEBUG : **temp-fs**: config in: state="*oauth-do,,,", result=""
2021/10/02 23:59:06 DEBUG : Starting auth server on 127.0.0.1:53682
2021/10/02 23:59:07 NOTICE: If your browser doesn't open automatically go to the following link: http://127.0.0.1:53682/auth?state=AI136ronp4HbDj4gUkxrUg
2021/10/02 23:59:07 NOTICE: Log in and authorize rclone for access
2021/10/02 23:59:07 NOTICE: Waiting for code...
2021/10/02 23:59:08 DEBUG : Redirecting browser to: https://www.dropbox.com/1/oauth2/authorize?client_id=5jcck7diasz0rqy&redirect_uri=http%3A%2F%2Flocalhost%3A53682%2F&response_type=code&scope=files.metadata.write+files.content.write+files.content.read+sharing.write+account_info.read&state=AI136ronp4HbDj4gUkxrUg&token_access_type=offline
2021/10/02 23:59:12 DEBUG : Received GET request on auth server to "/"
2021/10/02 23:59:12 NOTICE: Got code
2021/10/02 23:59:12 DEBUG : Closing auth server
2021/10/02 23:59:12 DEBUG : Closed auth server with error: accept tcp 127.0.0.1:53682: use of closed network connection
2021/10/02 23:59:54 DEBUG : **temp-fs**: config out: out=<nil>, err=failed to get token: Post "https://api.dropboxapi.com/1/oauth2/token": dial tcp 209.95.56.60: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.
Error: failed to get token: Post "https://api.dropboxapi.com/1/oauth2/token": dial tcp 209.95.56.60: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]

Flags:
      --auth-no-open-browser   Do not automatically open auth link in default browser
  -h, --help                   help for authorize

Use "rclone [command] --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.

2021/10/02 23:59:54 Fatal error: failed to get token: Post "https://api.dropboxapi.com/1/oauth2/token": dial tcp 209.95.56.60: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.

What specifically are you doing to setup the proxy server?

I have tried

set http_proxy="http://ip:port"
set https_proxy="https://ip:port"

set http_proxy="http://ip:port"
set https_proxy="ip:port"

set http_proxy="ip:port"
set https_proxy="ip:port"

The ip in the log is not mine, I don't know what it is

I test some times again, get some ips 31.13.72.17, 31.13.86.8, 157.240.2.36, 108.160.170.33
open in browser, 31.13.86.8, 157.240.2.36 jump to facebook; 31.13.72.17, 108.160.170.33 don't show anything

PS F:\rclone-v1.56.1-windows-amd64> set http_proxy="ip:port"(changed)
PS F:\rclone-v1.56.1-windows-amd64> set https_proxy="ip:port"(changed)
PS F:\rclone-v1.56.1-windows-amd64> .\rclone authorize "dropbox" -vv
2021/10/03 00:57:09 DEBUG : rclone: Version "v1.56.1" starting with parameters ["F:\\rclone-v1.56.1-windows-amd64\\rclone.exe" "authorize" "dropbox" "-vv"]
2021/10/03 00:57:09 DEBUG : **temp-fs**: config in: state="", result=""
2021/10/03 00:57:09 NOTICE: Config file "C:\\Users\\AppData\\Roaming\\rclone\\rclone.conf" not found - using defaults
2021/10/03 00:57:09 DEBUG : OAuth only is set - overriding return state
2021/10/03 00:57:09 DEBUG : **temp-fs**: config out: out=&{State:*oauth,,, Option:<nil> OAuth:<nil> Error: Result:}, err=<nil>
2021/10/03 00:57:09 DEBUG : **temp-fs**: config in: state="*oauth,,,", result=""
2021/10/03 00:57:09 DEBUG : **temp-fs**: config out: out=&{State:*oauth-confirm,,, Option:<nil> OAuth:<nil> Error: Result:}, err=<nil>
2021/10/03 00:57:09 DEBUG : **temp-fs**: config in: state="*oauth-confirm,,,", result=""
2021/10/03 00:57:09 DEBUG : Auto confirm is set, choosing default "true" for state "*oauth-islocal,,,", override by setting config parameter "config_is_local"
2021/10/03 00:57:09 DEBUG : **temp-fs**: config out: out=&{State:*oauth-islocal,,, Option:<nil> OAuth:<nil> Error: Result:true}, err=<nil>
2021/10/03 00:57:09 DEBUG : **temp-fs**: config in: state="*oauth-islocal,,,", result="true"
2021/10/03 00:57:09 DEBUG : **temp-fs**: config out: out=&{State:*oauth-do,,, Option:<nil> OAuth:<nil> Error: Result:}, err=<nil>
2021/10/03 00:57:09 DEBUG : **temp-fs**: config in: state="*oauth-do,,,", result=""
2021/10/03 00:57:09 DEBUG : Starting auth server on 127.0.0.1:53682
2021/10/03 00:57:10 NOTICE: If your browser doesn't open automatically go to the following link: http://127.0.0.1:53682/auth?state=Bh5AWFqbuzPH6fImS0VGIw
2021/10/03 00:57:10 NOTICE: Log in and authorize rclone for access
2021/10/03 00:57:10 NOTICE: Waiting for code...
2021/10/03 00:57:11 DEBUG : Redirecting browser to: https://www.dropbox.com/1/oauth2/authorize?client_id=5jcck7diasz0rqy&redirect_uri=http%3A%2F%2Flocalhost%3A53682%2F&response_type=code&scope=files.metadata.write+files.content.write+files.content.read+sharing.write+account_info.read&state=Bh5AWFqbuzPH6fImS0VGIw&token_access_type=offline
2021/10/03 00:57:14 DEBUG : Received GET request on auth server to "/"
2021/10/03 00:57:14 NOTICE: Got code
2021/10/03 00:57:14 DEBUG : Closing auth server
2021/10/03 00:57:14 DEBUG : Closed auth server with error: accept tcp 127.0.0.1:53682: use of closed network connection
2021/10/03 00:57:57 DEBUG : **temp-fs**: config out: out=<nil>, err=failed to get token: Post "https://api.dropboxapi.com/1/oauth2/token": dial tcp 31.13.72.17: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.
Error: failed to get token: Post "https://api.dropboxapi.com/1/oauth2/token": dial tcp 31.13.72.17: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]

Flags:
      --auth-no-open-browser   Do not automatically open auth link in default browser
  -h, --help                   help for authorize

Use "rclone [command] --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.

2021/10/03 00:57:57 Fatal error: failed to get token: Post "https://api.dropboxapi.com/1/oauth2/token": dial tcp 31.13.72.17: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.
PS F:\rclone-v1.56.1-windows-amd64> set http_proxy="ip:port"(changed)
PS F:\rclone-v1.56.1-windows-amd64> set https_proxy="https://ip:port"(changed)
PS F:\rclone-v1.56.1-windows-amd64> .\rclone authorize "dropbox" -vv
2021/10/03 00:58:22 DEBUG : rclone: Version "v1.56.1" starting with parameters ["F:\\rclone-v1.56.1-windows-amd64\\rclone.exe" "authorize" "dropbox" "-vv"]
2021/10/03 00:58:22 DEBUG : **temp-fs**: config in: state="", result=""
2021/10/03 00:58:22 NOTICE: Config file "C:\\Users\\AppData\\Roaming\\rclone\\rclone.conf" not found - using defaults
2021/10/03 00:58:22 DEBUG : OAuth only is set - overriding return state
2021/10/03 00:58:22 DEBUG : **temp-fs**: config out: out=&{State:*oauth,,, Option:<nil> OAuth:<nil> Error: Result:}, err=<nil>
2021/10/03 00:58:22 DEBUG : **temp-fs**: config in: state="*oauth,,,", result=""
2021/10/03 00:58:22 DEBUG : **temp-fs**: config out: out=&{State:*oauth-confirm,,, Option:<nil> OAuth:<nil> Error: Result:}, err=<nil>
2021/10/03 00:58:22 DEBUG : **temp-fs**: config in: state="*oauth-confirm,,,", result=""
2021/10/03 00:58:22 DEBUG : Auto confirm is set, choosing default "true" for state "*oauth-islocal,,,", override by setting config parameter "config_is_local"
2021/10/03 00:58:22 DEBUG : **temp-fs**: config out: out=&{State:*oauth-islocal,,, Option:<nil> OAuth:<nil> Error: Result:true}, err=<nil>
2021/10/03 00:58:22 DEBUG : **temp-fs**: config in: state="*oauth-islocal,,,", result="true"
2021/10/03 00:58:22 DEBUG : **temp-fs**: config out: out=&{State:*oauth-do,,, Option:<nil> OAuth:<nil> Error: Result:}, err=<nil>
2021/10/03 00:58:22 DEBUG : **temp-fs**: config in: state="*oauth-do,,,", result=""
2021/10/03 00:58:22 DEBUG : Starting auth server on 127.0.0.1:53682
2021/10/03 00:58:23 NOTICE: If your browser doesn't open automatically go to the following link: http://127.0.0.1:53682/auth?state=_sj0BYDeuo3fNmAA5Tzx0A
2021/10/03 00:58:23 NOTICE: Log in and authorize rclone for access
2021/10/03 00:58:23 NOTICE: Waiting for code...
2021/10/03 00:58:24 DEBUG : Redirecting browser to: https://www.dropbox.com/1/oauth2/authorize?client_id=5jcck7diasz0rqy&redirect_uri=http%3A%2F%2Flocalhost%3A53682%2F&response_type=code&scope=files.metadata.write+files.content.write+files.content.read+sharing.write+account_info.read&state=_sj0BYDeuo3fNmAA5Tzx0A&token_access_type=offline
2021/10/03 00:58:27 DEBUG : Received GET request on auth server to "/"
2021/10/03 00:58:27 NOTICE: Got code
2021/10/03 00:58:27 DEBUG : Closing auth server
2021/10/03 00:58:27 DEBUG : Closed auth server with error: accept tcp 127.0.0.1:53682: use of closed network connection
2021/10/03 00:59:09 DEBUG : **temp-fs**: config out: out=<nil>, err=failed to get token: Post "https://api.dropboxapi.com/1/oauth2/token": dial tcp 31.13.72.17: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.
Error: failed to get token: Post "https://api.dropboxapi.com/1/oauth2/token": dial tcp 31.13.72.17: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]

Flags:
      --auth-no-open-browser   Do not automatically open auth link in default browser
  -h, --help                   help for authorize

Use "rclone [command] --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.

2021/10/03 00:59:09 Fatal error: failed to get token: Post "https://api.dropboxapi.com/1/oauth2/token": dial tcp 31.13.72.17: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.
PS F:\rclone-v1.56.1-windows-amd64> set http_proxy="http://ip:port"(changed)
PS F:\rclone-v1.56.1-windows-amd64> set https_proxy="ip:port"(changed)
PS F:\rclone-v1.56.1-windows-amd64> .\rclone authorize "dropbox" -vv
2021/10/03 01:00:23 DEBUG : rclone: Version "v1.56.1" starting with parameters ["F:\\rclone-v1.56.1-windows-amd64\\rclone.exe" "authorize" "dropbox" "-vv"]
2021/10/03 01:00:23 DEBUG : **temp-fs**: config in: state="", result=""
2021/10/03 01:00:23 NOTICE: Config file "C:\\Users\\AppData\\Roaming\\rclone\\rclone.conf" not found - using defaults
2021/10/03 01:00:23 DEBUG : OAuth only is set - overriding return state
2021/10/03 01:00:23 DEBUG : **temp-fs**: config out: out=&{State:*oauth,,, Option:<nil> OAuth:<nil> Error: Result:}, err=<nil>
2021/10/03 01:00:23 DEBUG : **temp-fs**: config in: state="*oauth,,,", result=""
2021/10/03 01:00:23 DEBUG : **temp-fs**: config out: out=&{State:*oauth-confirm,,, Option:<nil> OAuth:<nil> Error: Result:}, err=<nil>
2021/10/03 01:00:23 DEBUG : **temp-fs**: config in: state="*oauth-confirm,,,", result=""
2021/10/03 01:00:23 DEBUG : Auto confirm is set, choosing default "true" for state "*oauth-islocal,,,", override by setting config parameter "config_is_local"
2021/10/03 01:00:23 DEBUG : **temp-fs**: config out: out=&{State:*oauth-islocal,,, Option:<nil> OAuth:<nil> Error: Result:true}, err=<nil>
2021/10/03 01:00:23 DEBUG : **temp-fs**: config in: state="*oauth-islocal,,,", result="true"
2021/10/03 01:00:23 DEBUG : **temp-fs**: config out: out=&{State:*oauth-do,,, Option:<nil> OAuth:<nil> Error: Result:}, err=<nil>
2021/10/03 01:00:23 DEBUG : **temp-fs**: config in: state="*oauth-do,,,", result=""
2021/10/03 01:00:23 DEBUG : Starting auth server on 127.0.0.1:53682
2021/10/03 01:00:24 NOTICE: If your browser doesn't open automatically go to the following link: http://127.0.0.1:53682/auth?state=csS8KIBA5BshrVilt8QVhg
2021/10/03 01:00:24 NOTICE: Log in and authorize rclone for access
2021/10/03 01:00:24 NOTICE: Waiting for code...
2021/10/03 01:00:24 DEBUG : Redirecting browser to: https://www.dropbox.com/1/oauth2/authorize?client_id=5jcck7diasz0rqy&redirect_uri=http%3A%2F%2Flocalhost%3A53682%2F&response_type=code&scope=files.metadata.write+files.content.write+files.content.read+sharing.write+account_info.read&state=csS8KIBA5BshrVilt8QVhg&token_access_type=offline
2021/10/03 01:00:30 DEBUG : Received GET request on auth server to "/"
2021/10/03 01:00:30 NOTICE: Got code
2021/10/03 01:00:30 DEBUG : Closing auth server
2021/10/03 01:00:30 DEBUG : Closed auth server with error: accept tcp 127.0.0.1:53682: use of closed network connection
2021/10/03 01:01:13 DEBUG : **temp-fs**: config out: out=<nil>, err=failed to get token: Post "https://api.dropboxapi.com/1/oauth2/token": dial tcp 31.13.86.8: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.
Error: failed to get token: Post "https://api.dropboxapi.com/1/oauth2/token": dial tcp 31.13.86.8: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]

Flags:
      --auth-no-open-browser   Do not automatically open auth link in default browser
  -h, --help                   help for authorize

Use "rclone [command] --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.

2021/10/03 01:01:13 Fatal error: failed to get token: Post "https://api.dropboxapi.com/1/oauth2/token": dial tcp 31.13.86.8: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.
PS F:\rclone-v1.56.1-windows-amd64> set http_proxy="http://ip:port"(changed)
PS F:\rclone-v1.56.1-windows-amd64> set https_proxy="https://ip:port"(changed)
PS F:\rclone-v1.56.1-windows-amd64> .\rclone authorize "dropbox" -vv
2021/10/03 01:01:57 DEBUG : rclone: Version "v1.56.1" starting with parameters ["F:\\rclone-v1.56.1-windows-amd64\\rclone.exe" "authorize" "dropbox" "-vv"]
2021/10/03 01:01:57 DEBUG : **temp-fs**: config in: state="", result=""
2021/10/03 01:01:57 NOTICE: Config file "C:\\Users\\AppData\\Roaming\\rclone\\rclone.conf" not found - using defaults
2021/10/03 01:01:57 DEBUG : OAuth only is set - overriding return state
2021/10/03 01:01:57 DEBUG : **temp-fs**: config out: out=&{State:*oauth,,, Option:<nil> OAuth:<nil> Error: Result:}, err=<nil>
2021/10/03 01:01:57 DEBUG : **temp-fs**: config in: state="*oauth,,,", result=""
2021/10/03 01:01:57 DEBUG : **temp-fs**: config out: out=&{State:*oauth-confirm,,, Option:<nil> OAuth:<nil> Error: Result:}, err=<nil>
2021/10/03 01:01:57 DEBUG : **temp-fs**: config in: state="*oauth-confirm,,,", result=""
2021/10/03 01:01:57 DEBUG : Auto confirm is set, choosing default "true" for state "*oauth-islocal,,,", override by setting config parameter "config_is_local"
2021/10/03 01:01:57 DEBUG : **temp-fs**: config out: out=&{State:*oauth-islocal,,, Option:<nil> OAuth:<nil> Error: Result:true}, err=<nil>
2021/10/03 01:01:57 DEBUG : **temp-fs**: config in: state="*oauth-islocal,,,", result="true"
2021/10/03 01:01:57 DEBUG : **temp-fs**: config out: out=&{State:*oauth-do,,, Option:<nil> OAuth:<nil> Error: Result:}, err=<nil>
2021/10/03 01:01:57 DEBUG : **temp-fs**: config in: state="*oauth-do,,,", result=""
2021/10/03 01:01:57 DEBUG : Starting auth server on 127.0.0.1:53682
2021/10/03 01:01:58 NOTICE: If your browser doesn't open automatically go to the following link: http://127.0.0.1:53682/auth?state=QxpeH2q8cYJsx8yZRDZ_ZA
2021/10/03 01:01:58 NOTICE: Log in and authorize rclone for access
2021/10/03 01:01:58 NOTICE: Waiting for code...
2021/10/03 01:01:59 DEBUG : Redirecting browser to: https://www.dropbox.com/1/oauth2/authorize?client_id=5jcck7diasz0rqy&redirect_uri=http%3A%2F%2Flocalhost%3A53682%2F&response_type=code&scope=files.metadata.write+files.content.write+files.content.read+sharing.write+account_info.read&state=QxpeH2q8cYJsx8yZRDZ_ZA&token_access_type=offline
2021/10/03 01:02:03 DEBUG : Received GET request on auth server to "/"
2021/10/03 01:02:03 NOTICE: Got code
2021/10/03 01:02:03 DEBUG : Closing auth server
2021/10/03 01:02:03 DEBUG : Closed auth server with error: accept tcp 127.0.0.1:53682: use of closed network connection
2021/10/03 01:02:46 DEBUG : **temp-fs**: config out: out=<nil>, err=failed to get token: Post "https://api.dropboxapi.com/1/oauth2/token": dial tcp 31.13.86.8: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.
Error: failed to get token: Post "https://api.dropboxapi.com/1/oauth2/token": dial tcp 31.13.86.8: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]

Flags:
      --auth-no-open-browser   Do not automatically open auth link in default browser
  -h, --help                   help for authorize

Use "rclone [command] --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.

2021/10/03 01:02:46 Fatal error: failed to get token: Post "https://api.dropboxapi.com/1/oauth2/token": dial tcp 31.13.86.8: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.
PS F:\rclone-v1.56.1-windows-amd64> set http_proxy="ip:port"(changed)
PS F:\rclone-v1.56.1-windows-amd64> set https_proxy="ip:port"(changed)
PS F:\rclone-v1.56.1-windows-amd64> .\rclone authorize "dropbox" -vv
2021/10/03 01:03:49 DEBUG : rclone: Version "v1.56.1" starting with parameters ["F:\\rclone-v1.56.1-windows-amd64\\rclone.exe" "authorize" "dropbox" "-vv"]
2021/10/03 01:03:49 DEBUG : **temp-fs**: config in: state="", result=""
2021/10/03 01:03:49 NOTICE: Config file "C:\\Users\\AppData\\Roaming\\rclone\\rclone.conf" not found - using defaults
2021/10/03 01:03:49 DEBUG : OAuth only is set - overriding return state
2021/10/03 01:03:49 DEBUG : **temp-fs**: config out: out=&{State:*oauth,,, Option:<nil> OAuth:<nil> Error: Result:}, err=<nil>
2021/10/03 01:03:49 DEBUG : **temp-fs**: config in: state="*oauth,,,", result=""
2021/10/03 01:03:49 DEBUG : **temp-fs**: config out: out=&{State:*oauth-confirm,,, Option:<nil> OAuth:<nil> Error: Result:}, err=<nil>
2021/10/03 01:03:49 DEBUG : **temp-fs**: config in: state="*oauth-confirm,,,", result=""
2021/10/03 01:03:49 DEBUG : Auto confirm is set, choosing default "true" for state "*oauth-islocal,,,", override by setting config parameter "config_is_local"
2021/10/03 01:03:49 DEBUG : **temp-fs**: config out: out=&{State:*oauth-islocal,,, Option:<nil> OAuth:<nil> Error: Result:true}, err=<nil>
2021/10/03 01:03:49 DEBUG : **temp-fs**: config in: state="*oauth-islocal,,,", result="true"
2021/10/03 01:03:49 DEBUG : **temp-fs**: config out: out=&{State:*oauth-do,,, Option:<nil> OAuth:<nil> Error: Result:}, err=<nil>
2021/10/03 01:03:49 DEBUG : **temp-fs**: config in: state="*oauth-do,,,", result=""
2021/10/03 01:03:49 DEBUG : Starting auth server on 127.0.0.1:53682
2021/10/03 01:03:50 NOTICE: If your browser doesn't open automatically go to the following link: http://127.0.0.1:53682/auth?state=lyCRnQFTwMWOfHDk0zin2Q
2021/10/03 01:03:50 NOTICE: Log in and authorize rclone for access
2021/10/03 01:03:50 NOTICE: Waiting for code...
2021/10/03 01:03:51 DEBUG : Redirecting browser to: https://www.dropbox.com/1/oauth2/authorize?client_id=5jcck7diasz0rqy&redirect_uri=http%3A%2F%2Flocalhost%3A53682%2F&response_type=code&scope=files.metadata.write+files.content.write+files.content.read+sharing.write+account_info.read&state=lyCRnQFTwMWOfHDk0zin2Q&token_access_type=offline
2021/10/03 01:03:55 DEBUG : Received GET request on auth server to "/"
2021/10/03 01:03:55 NOTICE: Got code
2021/10/03 01:03:55 DEBUG : Closing auth server
2021/10/03 01:03:55 DEBUG : Closed auth server with error: accept tcp 127.0.0.1:53682: use of closed network connection
2021/10/03 01:04:38 DEBUG : **temp-fs**: config out: out=<nil>, err=failed to get token: Post "https://api.dropboxapi.com/1/oauth2/token": dial tcp 31.13.86.8: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.
Error: failed to get token: Post "https://api.dropboxapi.com/1/oauth2/token": dial tcp 31.13.86.8: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]

Flags:
      --auth-no-open-browser   Do not automatically open auth link in default browser
  -h, --help                   help for authorize

Use "rclone [command] --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.

2021/10/03 01:04:38 Fatal error: failed to get token: Post "https://api.dropboxapi.com/1/oauth2/token": dial tcp 31.13.86.8: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.
PS F:\rclone-v1.56.1-windows-amd64> set http_proxy="http://ip:port"(changed)
PS F:\rclone-v1.56.1-windows-amd64> set https_proxy="https://ip:port"(changed)
PS F:\rclone-v1.56.1-windows-amd64> .\rclone authorize "dropbox" -vv
2021/10/03 01:09:02 DEBUG : rclone: Version "v1.56.1" starting with parameters ["F:\\rclone-v1.56.1-windows-amd64\\rclone.exe" "authorize" "dropbox" "-vv"]
2021/10/03 01:09:02 DEBUG : **temp-fs**: config in: state="", result=""
2021/10/03 01:09:02 NOTICE: Config file "C:\\Users\\AppData\\Roaming\\rclone\\rclone.conf" not found - using defaults
2021/10/03 01:09:02 DEBUG : OAuth only is set - overriding return state
2021/10/03 01:09:02 DEBUG : **temp-fs**: config out: out=&{State:*oauth,,, Option:<nil> OAuth:<nil> Error: Result:}, err=<nil>
2021/10/03 01:09:02 DEBUG : **temp-fs**: config in: state="*oauth,,,", result=""
2021/10/03 01:09:02 DEBUG : **temp-fs**: config out: out=&{State:*oauth-confirm,,, Option:<nil> OAuth:<nil> Error: Result:}, err=<nil>
2021/10/03 01:09:02 DEBUG : **temp-fs**: config in: state="*oauth-confirm,,,", result=""
2021/10/03 01:09:02 DEBUG : Auto confirm is set, choosing default "true" for state "*oauth-islocal,,,", override by setting config parameter "config_is_local"
2021/10/03 01:09:02 DEBUG : **temp-fs**: config out: out=&{State:*oauth-islocal,,, Option:<nil> OAuth:<nil> Error: Result:true}, err=<nil>
2021/10/03 01:09:02 DEBUG : **temp-fs**: config in: state="*oauth-islocal,,,", result="true"
2021/10/03 01:09:02 DEBUG : **temp-fs**: config out: out=&{State:*oauth-do,,, Option:<nil> OAuth:<nil> Error: Result:}, err=<nil>
2021/10/03 01:09:02 DEBUG : **temp-fs**: config in: state="*oauth-do,,,", result=""
2021/10/03 01:09:02 DEBUG : Starting auth server on 127.0.0.1:53682
2021/10/03 01:09:03 NOTICE: If your browser doesn't open automatically go to the following link: http://127.0.0.1:53682/auth?state=EwObA9vi5NLInKDUmVNiYA
2021/10/03 01:09:03 NOTICE: Log in and authorize rclone for access
2021/10/03 01:09:03 NOTICE: Waiting for code...
2021/10/03 01:09:04 DEBUG : Redirecting browser to: https://www.dropbox.com/1/oauth2/authorize?client_id=5jcck7diasz0rqy&redirect_uri=http%3A%2F%2Flocalhost%3A53682%2F&response_type=code&scope=files.metadata.write+files.content.write+files.content.read+sharing.write+account_info.read&state=EwObA9vi5NLInKDUmVNiYA&token_access_type=offline
2021/10/03 01:09:09 DEBUG : Received GET request on auth server to "/"
2021/10/03 01:09:09 NOTICE: Got code
2021/10/03 01:09:09 DEBUG : Closing auth server
2021/10/03 01:09:09 DEBUG : Closed auth server with error: accept tcp 127.0.0.1:53682: use of closed network connection
2021/10/03 01:09:52 DEBUG : **temp-fs**: config out: out=<nil>, err=failed to get token: Post "https://api.dropboxapi.com/1/oauth2/token": dial tcp 157.240.2.36: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.
Error: failed to get token: Post "https://api.dropboxapi.com/1/oauth2/token": dial tcp 157.240.2.36: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]

Flags:
      --auth-no-open-browser   Do not automatically open auth link in default browser
  -h, --help                   help for authorize

Use "rclone [command] --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.

2021/10/03 01:09:52 Fatal error: failed to get token: Post "https://api.dropboxapi.com/1/oauth2/token": dial tcp 157.240.2.36: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.
PS F:\rclone-v1.56.1-windows-amd64> set http_proxy="http://ip:port"(changed)
PS F:\rclone-v1.56.1-windows-amd64> set https_proxy="https://ip:port"(changed)
PS F:\rclone-v1.56.1-windows-amd64> .\rclone authorize "dropbox" -vv
2021/10/03 01:13:32 DEBUG : rclone: Version "v1.56.1" starting with parameters ["F:\\rclone-v1.56.1-windows-amd64\\rclone.exe" "authorize" "dropbox" "-vv"]
2021/10/03 01:13:32 DEBUG : **temp-fs**: config in: state="", result=""
2021/10/03 01:13:32 NOTICE: Config file "C:\\Users\\AppData\\Roaming\\rclone\\rclone.conf" not found - using defaults
2021/10/03 01:13:32 DEBUG : OAuth only is set - overriding return state
2021/10/03 01:13:32 DEBUG : **temp-fs**: config out: out=&{State:*oauth,,, Option:<nil> OAuth:<nil> Error: Result:}, err=<nil>
2021/10/03 01:13:32 DEBUG : **temp-fs**: config in: state="*oauth,,,", result=""
2021/10/03 01:13:32 DEBUG : **temp-fs**: config out: out=&{State:*oauth-confirm,,, Option:<nil> OAuth:<nil> Error: Result:}, err=<nil>
2021/10/03 01:13:32 DEBUG : **temp-fs**: config in: state="*oauth-confirm,,,", result=""
2021/10/03 01:13:32 DEBUG : Auto confirm is set, choosing default "true" for state "*oauth-islocal,,,", override by setting config parameter "config_is_local"
2021/10/03 01:13:32 DEBUG : **temp-fs**: config out: out=&{State:*oauth-islocal,,, Option:<nil> OAuth:<nil> Error: Result:true}, err=<nil>
2021/10/03 01:13:32 DEBUG : **temp-fs**: config in: state="*oauth-islocal,,,", result="true"
2021/10/03 01:13:32 DEBUG : **temp-fs**: config out: out=&{State:*oauth-do,,, Option:<nil> OAuth:<nil> Error: Result:}, err=<nil>
2021/10/03 01:13:32 DEBUG : **temp-fs**: config in: state="*oauth-do,,,", result=""
2021/10/03 01:13:32 DEBUG : Starting auth server on 127.0.0.1:53682
2021/10/03 01:13:33 NOTICE: If your browser doesn't open automatically go to the following link: http://127.0.0.1:53682/auth?state=XE_AV7AoWbKCi9ZDSHB9VQ
2021/10/03 01:13:33 NOTICE: Log in and authorize rclone for access
2021/10/03 01:13:33 NOTICE: Waiting for code...
2021/10/03 01:13:33 DEBUG : Redirecting browser to: https://www.dropbox.com/1/oauth2/authorize?client_id=5jcck7diasz0rqy&redirect_uri=http%3A%2F%2Flocalhost%3A53682%2F&response_type=code&scope=files.metadata.write+files.content.write+files.content.read+sharing.write+account_info.read&state=XE_AV7AoWbKCi9ZDSHB9VQ&token_access_type=offline
2021/10/03 01:13:39 DEBUG : Received GET request on auth server to "/"
2021/10/03 01:13:39 NOTICE: Got code
2021/10/03 01:13:39 DEBUG : Closing auth server
2021/10/03 01:13:39 DEBUG : Closed auth server with error: accept tcp 127.0.0.1:53682: use of closed network connection
2021/10/03 01:14:22 DEBUG : **temp-fs**: config out: out=<nil>, err=failed to get token: Post "https://api.dropboxapi.com/1/oauth2/token": dial tcp 108.160.170.33: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.
Error: failed to get token: Post "https://api.dropboxapi.com/1/oauth2/token": dial tcp 108.160.170.33: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]

Flags:
      --auth-no-open-browser   Do not automatically open auth link in default browser
  -h, --help                   help for authorize

Use "rclone [command] --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.

2021/10/03 01:14:22 Fatal error: failed to get token: Post "https://api.dropboxapi.com/1/oauth2/token": dial tcp 108.160.170.33: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.