Can't connecto to box account

What is the problem you are having with rclone?

I connected box when I set up my machine a few month ago, but I can't access it. I deleted and tried to connect again but the explorer link fails with this message:

Error: redirect_uri_mismatch

response_type=code
redirect_uri=http://localhost:53682/
state=ra0fdun7tYY0T885fVXQeQ
client_id=d0374ba6pgmaguie02ge15sv1mllndho

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

rclone v1.69.0
- os/version: ubuntu 20.04 (64 bit)
- os/kernel: 5.15.0-131-generic (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.23.4
- go/linking: static
- go/tags: none

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 config

Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.

[gkira]
type = drive
client_id = XXX
client_secret = XXX
scope = drive
token = XXX
root_folder_id = XXX
team_drive = 

[glmgg]
type = drive
client_id = XXX
client_secret = XXX
scope = drive
token = XXX
team_drive = 

[gubb]
type = drive
client_id = XXX
client_secret = XXX
scope = drive
token = XXX
root_folder_id = XXX
team_drive = 

[mega]
type = mega
user = XXX
pass = XXX

[onedrive]
type = onedrive
chunk_size = 10G
token = XXX
drive_id = XXX
drive_type = personal

[photos]
type = google photos
token = XXX

[yandex]
type = yandex
token = XXX
### Double check the config for sensitive info before posting publicly

A log from the command that you were trying to run with the -vv flag

already pasted the error in the explorer

Most likely the same issue as:

There is fix available in the latest beta if you need it urgently. Otherwise wait for the next release.

I see. Thanks!!