Variables and arguments in Studio Web - Practice 1 - Managing variables

This course is designed so you can also learn from your fellow learners, particularly through the forum topics.

If you need help, post a question as a reply in the Forum discussion below. To increase your chances of being helped, be as descriptive as possible. Include in your comment:

  • A description of your issue: when is it happening, what activity you have trouble with.
  • A screenshot of your error.
  • You can also attach your automation project.

If you can help a fellow learner, don’t be afraid to reply and make a suggestion. Participating in the conversation helps solidify the knowledge you’ve acquired in this course.

I’ve learned how to use Studio Web and Autopilot to automate tasks using Google Sheets. I faced and resolved issues with connector setup and authentication, which taught me a lot about integration. If anyone needs help, I’m happy to support other students with what I’ve learned!

Hi there,

I am able to connect successfully with Google Sheets. However, when I try to connect with Microsoft OneDrive and SharePoint. I encounter the following error.

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-08-06T16:43:27, request-id=8ff2ba77-92c0-e-e73a98c10fb4, client-request-id=8ff2ba77-92c0-45b2-8d2e-e73a98c10fb4}}
UiPath Request ID: 1692721560111456

Hi @Kunal_Gorlewar

I assume you are using personal account to connect to sharepoint connector.

if yes, its not supported at the moment. Kindly go through below post FYR.

Hi Roopa, I am following the sessions and trying to connect to MS OneDrive & SharePoint, nothing seems to work. My issue is similar to yours. Any documentation WRT to setup and authentication would be very helpful. I am working on Enterprise licensing if that makes any difference. Thanks in advance!

Hi Setty,

I had a similar issue when trying to connect to MS OneDrive & SharePoint in UiPath, and here’s what worked for me:

:one:Check your Integration Service connection

  • Go to UiPath Automation Cloud → Admin → Integration Service.
  • Search for Microsoft OneDrive & SharePoint and click Connect.
  • Make sure you’re logged in with the account that has the correct SharePoint/OneDrive access rights.

:two: Authentication method

  • For Enterprise licenses, it’s best to use OAuth 2.0 (with organizational account) instead of the personal Microsoft login.
  • If your tenant uses Azure Active Directory, ensure that UiPath’s app registration is allowed in Azure (some organizations restrict third-party app connections).
  • Your IT team may need to grant Admin Consent in Azure AD for UiPath to access SharePoint/OneDrive.

:three: Verify scopes/permissions

  • The connector should have permissions like Files.ReadWrite.All and Sites.ReadWrite.All.
  • If these are missing, ask your IT admin to update the app registration.

:four: Test connection

  • Once connected in Integration Service, go back to Studio and add an activity from the OneDrive & SharePoint package.
  • In the activity properties, choose the connection you just configured and run a small test (e.g., list files in a folder).

:page_facing_up: Official documentation:

  • UiPath OneDrive & SharePoint Connector Setup
  • Microsoft Azure App Registration for UiPath

If you still face issues, I recommend checking whether Conditional Access Policies in your organization are blocking the connection — I had to get ours updated before it worked.

Hope this helps you get it connected! Let me know if you need screenshots or step-by-step visuals, I can share what worked on my end.

Thank you,
Roopa Patel

1 Like