microsoftgraph / aspnet-snippets-sample

A repository of code snippets that use Microsoft Graph to perform common tasks such as sending email, managing groups, and other activities from an ASP.NET Core MVC app. This sample uses the Microsoft Graph .NET Client Library to work with data, and the Microsoft Identity Web Library for authentication on the Microsoft identity platform v2.0 endpoint.
MIT License
189 stars 101 forks source link

How to create SharePoint documentSet using onedrive api? #55

Closed spmanjunath closed 4 years ago

spmanjunath commented 4 years ago

OneDrive API's are used to interact with the SharePoint documentLibrary. In the sample i could see examples of creating files and folders within OneDrive, but i couldn't find examples for creating documentSets. Is this feasible, if so please update the examples?

jasonjoh commented 4 years ago

This isn't available on Microsoft Graph yet.