Hi everyone,
I’m trying to integrate Microsoft OneDrive and SharePoint using UiPath Integration Service, but I’m running into a persistent error while creating the connection. This is for practice purposes, and I’m currently using my personal Microsoft account.
Error Details:
Failed to create the connection. Please close this browser tab and try again.
Details:
Provider Endpoint: GET /me
Provider Status Code: 403 (Forbidden)
Provider Error Message:
error - {
code=UnknownError,
message=,
innerError={
date=2025-07-16T09:19:48,
request-id=3b564c66-5a54-4b82-aa10-a1f7ef0a2b71,
client-request-id=3b564c66-5a54-4b82-aa10-a1f7ef0a2b71
}
}
UiPath Request ID: 3125510380636037800
What I’ve Tried:
- I’m using this setup only for learning/practice with personal Microsoft accounts.
- I’ve tested with two different personal Microsoft accounts, but I’m still getting the same error.
- Verified basic access to OneDrive and SharePoint.
- Made sure I logged in successfully when prompted.
**Looking For Help: **
- Does Integration Service support personal Microsoft accounts, or is it strictly for work/school (Azure AD) accounts?
- What causes the
403 Forbidden
error on theGET /me
endpoint? - Are there specific permissions or admin consents required even for testing?
Any guidance from the community would be greatly appreciated. Thank you!