question

AllanFernandes-9657 avatar image
0 Votes"
AllanFernandes-9657 asked saldana-msft edited

Which license of Onedrive/M365 needed to store certain data files on it's Cloud Storage from Win Server OS using MS Graph API

I have a application which uses MS Graph API to copy required data files to Onedrive's Cloud Storage.
For Win desktop OS, an M365 Business Essentials seems to suffice,
What if someone wants to copy data from a Win Server OS, what license will be needed ?
eg: E3 license / Plan 2

windows-serversharepoint-devmicrosoft-graph-filesmicrosoft-graph-search
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

JanardhanaVedham-MSFT avatar image
0 Votes"
JanardhanaVedham-MSFT answered

Hi @AllanFernandes-9657 ,

Microsoft Graph is a RESTful web API that enables us to access Microsoft Cloud service resources. After you register your app and get authentication tokens for a user or service, you can make requests to the Microsoft Graph API. Microsoft Graph OneDrive API can be used with any valid M365 license with OneDrive workload/service included. As far as I know, there is no depency on the operating system for using Microsoft Graph API.

Sources :

https://docs.microsoft.com/en-us/graph/use-the-api
https://docs.microsoft.com/en-us/onedrive/developer/rest-api/getting-started/?view=odsp-graph-online
https://docs.microsoft.com/en-us/onedrive/developer/rest-api/?view=odsp-graph-online

Hope this helps.

If the answer is helpful, please click Accept Answer and kindly upvote it. If you have any further questions about this answer, please click Comment.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.