Box getting 403 errors

STOP and READ USE THIS TEMPLATE NO EXCEPTIONS - By not using this, you waste your time, our time and really hate puppies. Please remove these two lines and that will confirm you have read them.

What is the problem you are having with rclone?

I have a remote on Box that works OK with other hosts but when I try & configure on a particular VPS it does not work with Box. It works OK with Google Drive & Dropbox

Run the command 'rclone version' and share the full output of the command.

rclone version

rclone v1.63.1

  • os/version: almalinux 8.8 (64 bit)

  • os/kernel: 4.18.0-348.12.2.el8_5.x86_64 (x86_64)

  • os/type: linux

  • os/arch: amd64

  • go/version: go1.20.6

  • go/linking: static

  • go/tags: none

Are you on the latest version of rclone? You can validate by checking the version listed here: Rclone downloads
-->

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

Box

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

 rclone lsd Box2:
2023/08/07 06:46:45 ERROR : : error listing: couldn't list files: Error "403 Forbidden" (403)
2023/08/07 06:46:45 Failed to lsd with 2 errors: last error was: couldn't list files: Error "403 Forbidden" (403)```


#### The rclone config contents with secrets removed.  
<!--  You should use 3 backticks to begin and end your paste to make it readable.   -->

[Box2]

type = box

token = {"access_token":"y495tRAjS3okjtTVeNbKGKhYu5B2f0ta","token_type":"bearer","refresh_token":"QaVFavgtIyfKceJoPRA0LxdOhd21pm9aKvTPDfbrgV

nPMCdFH1JvlT0muTuPZ97W","expiry":"2023-08-07T12:39:37.722425+01:00"}




#### A log from the command with the `-vv` flag  
<!-- You should use 3 backticks to begin and end your paste to make it readable.  Or use a service such as https://pastebin.com or https://gist.github.com/   -->

rclone lsd Box2: -vv

2023/08/07 06:48:33 DEBUG : rclone: Version "v1.63.1" starting with parameters ["rclone" "lsd" "Box2:" "-vv"]

2023/08/07 06:48:33 DEBUG : Creating backend with remote "Box2:"

2023/08/07 06:48:33 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"

2023/08/07 06:48:33 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value

2023/08/07 06:48:33 ERROR : : error listing: couldn't list files: Error "403 Forbidden" (403)

2023/08/07 06:48:33 DEBUG : 6 go routines active

2023/08/07 06:48:33 Failed to lsd with 2 errors: last error was: couldn't list files: Error "403 Forbidden" (403)

There is problem with you box account permissions. Maybe during remote creation you chose user vs enterprise or vice versa?

It's not that. I tried copying the rclone.conf from a working host & still get the error. I tried configuring the remote from scratch on this host & get the error. It's some problem with this host. The other remotes (Google Drive & Dropbox) work OK on all hosts.

means that Box is not replying usual json but pure html - they should not do it.

Would you mind to run:

rclone lsd Box2: -vv --dump headers

It should show us more details what is happening.

rclone lsd Box2: -vv --dump headers
2023/08/08 03:15:40 DEBUG : rclone: Version "v1.63.1" starting with parameters ["rclone" "lsd" "Box2:" "-vv" "--dump" "headers"]
2023/08/08 03:15:40 DEBUG : Creating backend with remote "Box2:"
2023/08/08 03:15:40 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2023/08/08 03:15:40 DEBUG : You have specified to dump information. Please be noted that the Accept-Encoding as shown may not be correct in the request and the response may not show Content-Encoding if the go standard libraries auto gzip encoding was in effect. In this case the body of the request will be gunzipped before showing it.
2023/08/08 03:15:40 DEBUG : Box2: Loaded invalid token from config file - ignoring
2023/08/08 03:15:40 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2023/08/08 03:15:40 DEBUG : HTTP REQUEST (req 0xc000843200)
2023/08/08 03:15:40 DEBUG : POST /api/oauth2/token HTTP/1.1
Host: app.box.com
User-Agent: rclone/v1.63.1
Content-Length: 103
Authorization: XXXX
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip

2023/08/08 03:15:40 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2023/08/08 03:15:41 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2023/08/08 03:15:41 DEBUG : HTTP RESPONSE (req 0xc000843200)
2023/08/08 03:15:41 DEBUG : HTTP/2.0 403 Forbidden
Content-Length: 311
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Content-Type: text/html; charset=UTF-8
Referrer-Policy: no-referrer

2023/08/08 03:15:41 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2023/08/08 03:15:41 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2023/08/08 03:15:41 DEBUG : HTTP REQUEST (req 0xc000842600)
2023/08/08 03:15:41 DEBUG : POST /api/oauth2/token HTTP/1.1
Host: app.box.com
User-Agent: rclone/v1.63.1
Content-Length: 193
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip

2023/08/08 03:15:41 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2023/08/08 03:15:41 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2023/08/08 03:15:41 DEBUG : HTTP RESPONSE (req 0xc000842600)
2023/08/08 03:15:41 DEBUG : HTTP/2.0 403 Forbidden
Content-Length: 311
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Content-Type: text/html; charset=UTF-8
Referrer-Policy: no-referrer

2023/08/08 03:15:41 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2023/08/08 03:15:41 DEBUG : Box2: Token refresh failed try 1/5: oauth2: cannot fetch token: 403 Forbidden
Response: 
<html><head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>403 Forbidden</title>
</head>
<body text=#000000 bgcolor=#ffffff>
<h1>Error: Forbidden</h1>
<h2>Your client does not have permission to get URL <code>/api/oauth2/token</code> from this server.</h2>
<h2></h2>
</body></html>
2023/08/08 03:15:42 DEBUG : Box2: Loaded invalid token from config file - ignoring
2023/08/08 03:15:42 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2023/08/08 03:15:42 DEBUG : HTTP REQUEST (req 0xc000842200)
2023/08/08 03:15:42 DEBUG : POST /api/oauth2/token HTTP/1.1
Host: app.box.com
User-Agent: rclone/v1.63.1
Content-Length: 103
Authorization: XXXX
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip

2023/08/08 03:15:42 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2023/08/08 03:15:42 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2023/08/08 03:15:42 DEBUG : HTTP RESPONSE (req 0xc000842200)
2023/08/08 03:15:42 DEBUG : HTTP/2.0 403 Forbidden
Content-Length: 311
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Content-Type: text/html; charset=UTF-8
Referrer-Policy: no-referrer

2023/08/08 03:15:42 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2023/08/08 03:15:42 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2023/08/08 03:15:42 DEBUG : HTTP REQUEST (req 0xc000843400)
2023/08/08 03:15:42 DEBUG : POST /api/oauth2/token HTTP/1.1
Host: app.box.com
User-Agent: rclone/v1.63.1
Content-Length: 193
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip

2023/08/08 03:15:42 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2023/08/08 03:15:42 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2023/08/08 03:15:42 DEBUG : HTTP RESPONSE (req 0xc000843400)
2023/08/08 03:15:42 DEBUG : HTTP/2.0 403 Forbidden
Content-Length: 311
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Content-Type: text/html; charset=UTF-8
Referrer-Policy: no-referrer

2023/08/08 03:15:42 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2023/08/08 03:15:42 DEBUG : Box2: Token refresh failed try 2/5: oauth2: cannot fetch token: 403 Forbidden
Response: 
<html><head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>403 Forbidden</title>
</head>
<body text=#000000 bgcolor=#ffffff>
<h1>Error: Forbidden</h1>
<h2>Your client does not have permission to get URL <code>/api/oauth2/token</code> from this server.</h2>
<h2></h2>
</body></html>
2023/08/08 03:15:43 DEBUG : Box2: Loaded invalid token from config file - ignoring
2023/08/08 03:15:43 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2023/08/08 03:15:43 DEBUG : HTTP REQUEST (req 0xc000843f00)
2023/08/08 03:15:43 DEBUG : POST /api/oauth2/token HTTP/1.1
Host: app.box.com
User-Agent: rclone/v1.63.1
Content-Length: 103
Authorization: XXXX
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip

2023/08/08 03:15:43 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2023/08/08 03:15:43 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2023/08/08 03:15:43 DEBUG : HTTP RESPONSE (req 0xc000843f00)
2023/08/08 03:15:43 DEBUG : HTTP/2.0 403 Forbidden
Content-Length: 311
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Content-Type: text/html; charset=UTF-8
Referrer-Policy: no-referrer

2023/08/08 03:15:43 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2023/08/08 03:15:43 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2023/08/08 03:15:43 DEBUG : HTTP REQUEST (req 0xc000588400)
2023/08/08 03:15:43 DEBUG : POST /api/oauth2/token HTTP/1.1
Host: app.box.com
User-Agent: rclone/v1.63.1
Content-Length: 193
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip

2023/08/08 03:15:43 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2023/08/08 03:15:43 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2023/08/08 03:15:43 DEBUG : HTTP RESPONSE (req 0xc000588400)
2023/08/08 03:15:43 DEBUG : HTTP/2.0 403 Forbidden
Content-Length: 311
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Content-Type: text/html; charset=UTF-8
Referrer-Policy: no-referrer

2023/08/08 03:15:43 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2023/08/08 03:15:43 DEBUG : Box2: Token refresh failed try 3/5: oauth2: cannot fetch token: 403 Forbidden
Response: 
<html><head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>403 Forbidden</title>
</head>
<body text=#000000 bgcolor=#ffffff>
<h1>Error: Forbidden</h1>
<h2>Your client does not have permission to get URL <code>/api/oauth2/token</code> from this server.</h2>
<h2></h2>
</body></html>
2023/08/08 03:15:44 DEBUG : Box2: Loaded invalid token from config file - ignoring
2023/08/08 03:15:44 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2023/08/08 03:15:44 DEBUG : HTTP REQUEST (req 0xc000589c00)
2023/08/08 03:15:44 DEBUG : POST /api/oauth2/token HTTP/1.1
Host: app.box.com
User-Agent: rclone/v1.63.1
Content-Length: 103
Authorization: XXXX
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip

2023/08/08 03:15:44 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2023/08/08 03:15:44 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2023/08/08 03:15:44 DEBUG : HTTP RESPONSE (req 0xc000589c00)
2023/08/08 03:15:44 DEBUG : HTTP/2.0 403 Forbidden
Content-Length: 311
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Content-Type: text/html; charset=UTF-8
Referrer-Policy: no-referrer

2023/08/08 03:15:44 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2023/08/08 03:15:44 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2023/08/08 03:15:44 DEBUG : HTTP REQUEST (req 0xc0006e2400)
2023/08/08 03:15:44 DEBUG : POST /api/oauth2/token HTTP/1.1
Host: app.box.com
User-Agent: rclone/v1.63.1
Content-Length: 193
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip

2023/08/08 03:15:44 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2023/08/08 03:15:44 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2023/08/08 03:15:44 DEBUG : HTTP RESPONSE (req 0xc0006e2400)
2023/08/08 03:15:44 DEBUG : HTTP/2.0 403 Forbidden
Content-Length: 311
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Content-Type: text/html; charset=UTF-8
Referrer-Policy: no-referrer

2023/08/08 03:15:44 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2023/08/08 03:15:44 DEBUG : Box2: Token refresh failed try 4/5: oauth2: cannot fetch token: 403 Forbidden
Response: 
<html><head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>403 Forbidden</title>
</head>
<body text=#000000 bgcolor=#ffffff>
<h1>Error: Forbidden</h1>
<h2>Your client does not have permission to get URL <code>/api/oauth2/token</code> from this server.</h2>
<h2></h2>
</body></html>
2023/08/08 03:15:45 DEBUG : Box2: Loaded invalid token from config file - ignoring
2023/08/08 03:15:45 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2023/08/08 03:15:45 DEBUG : HTTP REQUEST (req 0xc0006e3900)
2023/08/08 03:15:45 DEBUG : POST /api/oauth2/token HTTP/1.1
Host: app.box.com
User-Agent: rclone/v1.63.1
Content-Length: 103
Authorization: XXXX
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip

2023/08/08 03:15:45 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2023/08/08 03:15:45 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2023/08/08 03:15:45 DEBUG : HTTP RESPONSE (req 0xc0006e3900)
2023/08/08 03:15:45 DEBUG : HTTP/2.0 403 Forbidden
Content-Length: 311
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Content-Type: text/html; charset=UTF-8
Referrer-Policy: no-referrer

2023/08/08 03:15:45 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2023/08/08 03:15:45 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2023/08/08 03:15:45 DEBUG : HTTP REQUEST (req 0xc0006e3f00)
2023/08/08 03:15:45 DEBUG : POST /api/oauth2/token HTTP/1.1
Host: app.box.com
User-Agent: rclone/v1.63.1
Content-Length: 193
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip

2023/08/08 03:15:45 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2023/08/08 03:15:45 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2023/08/08 03:15:45 DEBUG : HTTP RESPONSE (req 0xc0006e3f00)
2023/08/08 03:15:45 DEBUG : HTTP/2.0 403 Forbidden
Content-Length: 311
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Content-Type: text/html; charset=UTF-8
Referrer-Policy: no-referrer

2023/08/08 03:15:45 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2023/08/08 03:15:45 DEBUG : Box2: Token refresh failed try 5/5: oauth2: cannot fetch token: 403 Forbidden
Response: 
<html><head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>403 Forbidden</title>
</head>
<body text=#000000 bgcolor=#ffffff>
<h1>Error: Forbidden</h1>
<h2>Your client does not have permission to get URL <code>/api/oauth2/token</code> from this server.</h2>
<h2></h2>
</body></html>
2023/08/08 03:15:46 ERROR : : error listing: couldn't list files: Get "https://api.box.com/2.0/folders/0/items?fields=type%2Cid%2Csequence_id%2Cetag%2Csha1%2Cname%2Csize%2Ccreated_at%2Cmodified_at%2Ccontent_created_at%2Ccontent_modified_at%2Citem_status%2Cshared_link%2Cowned_by&limit=1000&usemarker=true": couldn't fetch token: oauth2: cannot fetch token: 403 Forbidden
Response: 
<html><head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>403 Forbidden</title>
</head>
<body text=#000000 bgcolor=#ffffff>
<h1>Error: Forbidden</h1>
<h2>Your client does not have permission to get URL <code>/api/oauth2/token</code> from this server.</h2>
<h2></h2>
</body></html>
2023/08/08 03:15:46 DEBUG : box root '': Token expired but no uploads in progress - doing nothing
2023/08/08 03:15:46 DEBUG : 6 go routines active
2023/08/08 03:15:46 Failed to lsd with 2 errors: last error was: couldn't list files: Get "https://api.box.com/2.0/folders/0/items?fields=type%2Cid%2Csequence_id%2Cetag%2Csha1%2Cname%2Csize%2Ccreated_at%2Cmodified_at%2Ccontent_created_at%2Ccontent_modified_at%2Citem_status%2Cshared_link%2Cowned_by&limit=1000&usemarker=true": couldn't fetch token: oauth2: cannot fetch token: 403 Forbidden
Response: 
<html><head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>403 Forbidden</title>
</head>
<body text=#000000 bgcolor=#ffffff>
<h1>Error: Forbidden</h1>
<h2>Your client does not have permission to get URL <code>/api/oauth2/token</code> from this server.</h2>
<h2></h2>
</body></html>
[root@BH ~]# 

1 Like

I wonder if it has anything to do with this description from docs:

This means that if you

Don't use the box remote for 60 days
Copy the config file with a box refresh token in and use it in two places
Get an error on a token refresh

then rclone will return an error

I am not Box expert and frankly this is not entirely clear for me why it fails if used on two different machines.

Maybe somebody can explain it.

In the meantime we have documented (it is on beta release docs site) how to create Box client_id/secret. This might be the way to go for you to create separate ones for each machine you use Box from.

When you create them then you have to run rclone config and create new Box remote providing client_id/secret in the process. Web browser authentication should now mention your own app name instead of default rclone

I tried creating a new Box remote specifying Client ID & secret but get just the same error.

I think that I am going to have to give up on getting this running on this particular host. I have one seedbox off in the cloud & several Macs here at home that don't exhibit the problem. There is just this one seedbox that doesn't work as advertised. I only paid $11 to rent it for a month so I think that I am just going to cancel it & write off the $11.

I am puzzled what can be different on this particular host? Maybe date and time are out of sync?

It's obviously a problem with the VPS from Black Host. I just rented a VPS from OVH & copied over my rclone.conf. Everything works fine with Box on the OVH VPS.

Only what I can think of is that either Box blocks some IP addresses or Black Host has some misconfigured network (proxy or similar).


fwiw, for me, box works fine on blackhost.

user01@BH:~$ rclone ls box02:zork
        1 file.ext

have you tried rclone reconnect?

I ran rclone config reconnect Box: but still get the same error after reauthenticating.

[quote="asdffdsa, post:11, topic:40659, full:true"]


fwiw, for me, box works fine on blackhost.

I originally had a VPS from Black Host that worked OK with Box but the network speed seemed slo so they moved me to my current VPS. I have asked them to move me back to the VPS that works OK.

I got Black Host to migrate my VPS back to their Chicago data centre & I don't now get any errors when copying from Google Drive to Box.

ok, good to know.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.