Rclone config failed about onedrive

What is the problem you are having with rclone?

When I configure Microsoft onedrive, go to the following point

Use web browser to automatically authenticate rclone with remote?
 * Say Y if the machine running rclone has a web browser you can use
 * Say N if running rclone on a (remote) machine without web browser access
If not sure try Y. If Y failed, try N.

y) Yes (default)
n) No
y/n> y

2024/10/17 12:28:55 NOTICE: Make sure your Redirect URL is set to "http://localhost:53682/" in your custom config.
2024/10/17 12:28:55 NOTICE: If your browser doesn't open automatically go to the following link: http://127.0.0.1:53682/auth?state=V9r9XfpLpKPwPXfrYccHlg
2024/10/17 12:28:55 NOTICE: Log in and authorize rclone for access
2024/10/17 12:28:55 NOTICE: Waiting for code...

It pops up a web page, sometimes the page doesn't load, sometimes it shows a Microsoft account login screen and prompts you to enter“invalid_request: The provided value for the input parameter 'redirect_uri' is not valid. The expected value is a URI which matches a redirect URI registered for this client application.”

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

D:\迅雷下载\rclone-v1.68.1-windows-amd64\rclone-v1.68.1-windows-amd64>rclone version

rclone v1.68.1
- os/version: Microsoft Windows 11 Home China 22H2 (64 bit)
- os/kernel: 10.0.22621.4169 (x86_64)
- os/type: windows
- os/arch: amd64
- go/version: go1.23.1
- go/linking: static
- go/tags: cmount

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

Be about to use onedrive

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

rclone.exe config

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

[neo]
type = onedrive
client_id = XXX
client_secret = XXX

[neo666]
type = onedrive
client_id = XXX
client_secret = XXX
region = de
### 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

Paste  log here

Try:

region = global

instead

There is known issue with region de:

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