Top "Microsoft-graph-api" questions

Microsoft Graph is the gateway to data and intelligence in Microsoft 365.

Upload file to SharePoint drive using Microsoft Graph

We are trying to implement integration between a web application and SharePoint Online using Microsoft Graph rest API. Specifically, we …

sharepoint microsoft-graph-api onedrive
How to access shared calendars from Office REST API?

This question has been asked several times and as per answers such as this it seems the API didn't support …

azure calendar office365 microsoft-graph-api outlook-restapi
Microsoft Graph REST API invalid client secret

I have the following POST call I need to make. However, even if I provided the right client id and …

azure curl office365api microsoft-graph-api azure-ad-graph-api
Getting token in Office 365 Oauth2 authentication

I am implementing Oauth 2 authentication for Office 365 account in a java based server side application. After reading the documentation, I …

azure office365 outlook-addin office-addins microsoft-graph-api
How to refresh a token for Microsoft Graph

I'm connecting to the Microsoft Graph using: public GraphServiceClient GetAuthenticatedClient(string token) { GraphServiceClient graphClient = new GraphServiceClient( new DelegateAuthenticationProvider( async (requestMessage) =&…

c# microsoft-graph-api
Contains filter on Microsoft Graph query not working

I'm trying to user the contains filter on a /users query, like this for example: https://graph.microsoft.com/v1.0/…

microsoft-graph-api
Graph API: Either scp or roles claim need to be present in the token

I'm attempting to use MS Graph API to get a list of files/folders from OneDrive for Business. I've successfully …

onedrive microsoft-graph-api azure-ad-graph-api
Microsoft.Graph send mail with attachment

using Microsoft.Graph IMessageAttachmentsCollectionPage Message.Attachments I can not seem to get this to take any "ContentBytes" which is in …

c# microsoft-graph-api
Resource parameter when requesting access token?

I'm following this guide to authenticate with Microsoft Graph. I am able to successfully do the first request (for an …

microsoft-graph-api
Tenant does not have a SPO license

I have an error while trying to use Microsoft Graph to write a script to upload an Excel file to …

microsoft-graph-api onedrive