OneDrive own client id guide is outdated

What is the problem you are having with rclone?

I am unable to obtain own client id and secret following the guide in the documentation.

Getting these error messages after logging in with Microsoft account in step 1:

Extension: Microsoft_AAD_IAM
Resource: identity.diagnostics
Details: interaction_required: AADSTS16000: User account '{EUII Hidden}' from identity provider 'live.com' does not exist in tenant 'Microsoft Services' and cannot access the application 'XXX-XXX-XXX-XXX-XXX'(ADIbizaUX) in that tenant. The account needs to be added as an external user in the tenant first. Sign out and sign in again with a different Azure Active Directory user account.
Extension: Microsoft_AAD_IAM
Resource: identity.diagnostics
Details: interaction_required: AADSTS160021: Application requested a user session which does not exist.

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

Not relevant

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

OneDrive

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

Not relevant

Not relevant

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

Not relevant

Not relevant

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

Not relevant

Not relevant
rclone --version
rclone v1.71.2
- os/version: Microsoft Windows 11 Home 24H2 24H2 (64 bit)
- os/kernel: 10.0.26100.7623 (x86_64)
- os/type: windows
- os/arch: amd64
- go/version: go1.25.3
- go/linking: static
- go/tags: cmount

My issue is not related to running rclone command but to obtaining the own client and secret:

Going to the provided URL prompts me to login then after doing that I see one of those two errors in the middle of the screen (Azure page).

There is no way to continue with the guide.

I want to use my own client and secret to work around throttledRequest: Too Many Requests error, I use –checkers 4 and –transfers 4 and it still is getting throttled.

Microsoft removed the ability to register applications with a personal account:

How to register an app in Microsoft Entra ID - Microsoft identity platform | Microsoft Learn

and

Error AADSTS50020 - User account from identity provider does not exist in tenant | Microsoft Learn

1 Like

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