What is the problem you are having with rclone?
When trying to set up a default Box remote using Rclone v1.69.0 on Arch linux with kernel 6.12.9, I receive a URI mismatch error when the browser loads for me to sign in to my account (specific error is "redirect_uri_mismatch"). I did not have this problem on another machine a week ago, nor am I experiencing any issues setting up Dropbox, Google, and OneDrive remote mounts.
Run the command 'rclone version' and share the full output of the command.
I am on the latest version of rclone, installed yesterday (January 13, 2025).
rclone v1.69.0
- os/version: arch (64 bit)
- os/kernel: 6.12.9-arch1-1 (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.23.4
- go/linking: dynamic
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
I am setting up a remote connection with a Box account; option 7 in the new storage configuration.
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
There are no commands being used, specifically. I am trying to establish a connection to a Box account using the default settings and selecting that "rclone should act on behalf of a user". This is how I've set up this Box account in the past successfully with rclone.
My mount commands for the other established remote storages (mentioned previously) work as they should.
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
Here is the output from that command - again, these remote drives work as intended and mount correctly.
[dropbox]
type = dropbox
token = XXX
[google]
type = drive
scope = drive
token = XXX
team_drive =
[odpers]
type = onedrive
token = XXX
drive_id = XXX
drive_type = personal
[odumkc]
type = onedrive
token = XXX
drive_id = XXX
drive_type = business
A log from the command that you were trying to run with the -vv
flag
No log outside of the error message on the Box website indicating that there is an error and it not allowing me to log in.