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)