10-06-22 05:17 PM
12-06-22 12:47 PM
13-06-22 09:22 AM
13-06-22 11:39 AM
string url = "https://graph.microsoft.com/v1.0/sites/" + siteId + "/drives/" + driveId + "/" + folderPath + "/" + fileName + ":/createUploadSession";
That should take care of you.
Cheers,
13-06-22 02:21 PM
13-06-22 02:35 PM
19-01-24 11:49 AM
How did you generate access token ,Client ID, Tenant ID and Secret
19-01-24 04:02 PM
The Client ID, Client Secret, and Tenant ID would generally be provided to you by your Azure administrator when they create the application registration for you in Azure AD. Once you have those, you can use the MSAL.NET connector, available on the Digital Exchange, to request an access token.
Cheers,