I am unable to connect to microsoft onedrive & sharepoint

i am getting this error message after entering my @outlook mail.
{
“title”: “failure.details”,
“provider”: {
“endpoint”: “GET /me”,
“statusCode”: “403 (Forbidden)”,
“errorMessage”: “error - {code=UnknownError, message=, innerError={date=2025-08-19T07:36:56, request-id=08b889e5-2b07-48bb-9f2a-307688625f74, client-request-id=08b889e5-2b07-48bb-9f2a-307688625f74}}”
},
“UiPath”: {
“requestId”: “688854834603890764”,
“statusCode”: “Forbidden”,
“errorMessage”: “Failed to execute API to provider during provisioning”
}
}

Hi @gbemigaakinol

try with trial account,

Happy Automation

Hey @gbemigaakinol,

This error usually occurs because the Outlook account lacks proper permissions or consent for the Microsoft Graph API (GET /me). Recheck that the Azure AD app has User.Read delegated permission granted and admin consent applied. Then re-authenticate in UiPath with the correct Outlook/Entra ID user to resolve the 403 Forbidden issue.

Let me know if you still facing any problems

yes, i am still facing the same problems. please not that i am new in this and i am using a personal account. could this be a problem?

i am only trying to follow the official online tutorial.

Yes, that’s the problem. You can’t use personal/free account for SharePoint integration.
If you want to try and learn, you will have to subscribe for Office 365 trail or purchase it and then try.

@gbemigaakinol

Welcome to the community

As per error looks like you are trying to use personal account

If so its not supported in integration services

cheers

Hi @gbemigaakinol

pls try with trial account.