Can n8n connect to OneDrive personal account?

My purpose: Sync all records and attachment to Onedrive
Issue: I cannot connect n8n with Onedrive Personal Account.
After Create App in Azure → Take App ID & Secret → Paste to n8n Credentials → When connecting to My Account , errors happened as photo below

Please help me confirm whether n8n connect to Onedrive Personal Account? If Yes, Pls guide me.
Much Appreciated !

1 Like

Change the endpoint to /consumers/ in the n8n credential settings. Replace the token URL:

https://login.microsoftonline.com/common/oauth2/v2.0/token
with:
https://login.microsoftonline.com/consumers/oauth2/v2.0/token

This will force the use of personal accounts only.

I recommend you check out the endpoint documentation.

1 Like