Hi,
I’ve been setting up client automations with Onedrive by using their account details. Is it possible to do this another rather than rely on user accounts. Is there any documentation of creating an app or some other way?
Thanks
Hi,
I’ve been setting up client automations with Onedrive by using their account details. Is it possible to do this another rather than rely on user accounts. Is there any documentation of creating an app or some other way?
Thanks
You could try the “access without a user” route to access the Graph API, but I’m not sure if this works well.
Here is the documentation on the Microsoft side: Get access without a user - Microsoft Graph | Microsoft Learn
When setting up a connection within Make, use the advanced options to enter tenantID, clientID and clientSecret.
However my guess is you really need to know how to set permissions for these things in Microsoft. In my experience clients that understand how to set these user privileges are rare, so setting up app accesstokens in their server, will be even a bigger hurdle.
Thanks, I think you’re right. Navigating permissions in Microsoft Products is not a user level tasks unfortunately. I’ll probably stick to the user account for now