Get Folders content using Graph SDK – C#
Actually I’m using Microsoft Graph SDK for get my SharePoint content and upload files.
Actually I’m using Microsoft Graph SDK for get my SharePoint content and upload files.
I have created online meeting using Microsoft-Graph-API and able to add attendee using below code:
I am trying to create Online Meeting using microsoft graph api without login into AzureActiveDirectory with asp.net web application.For this my app has below permissions which are required as per documentation https://docs.microsoft.com/en-us/graph/api/application-post-onlinemeetings?view=graph-rest-1.0&tabs=csharp with client credential auth flow https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-client-creds-grant-flow without immediate interaction with a user.I am able to retrive access token successfully as per client-creds-grant-flow.
I tried Micosoft.Graph and Micosoft.Graph.Beta still getting 404 error.
I’ve been struggling to successfully get data from microsoft graph, to be more precise, struggling to get valid authentication token. I followed all instructions and code samples from their github but I cannot get it to work. In image below is my code.
I have created web app to CreateOrGet, Delete, Update onlinemeeting using Microsoft Graph API in C#.
I want to access a shared mailbox via Microsoft Graph.
What I found so far to access a shared mailbox is the following GET request: “https://graph.microsoft.com/v1.0/users/{sharedmailboxmailaddress}/messages”
Scope value = “https://graph.microsoft.com/.default” OR “https://graph.microsoft.com/beta”