Relative Content

Tag Archive for c#asp.net-coremicrosoft-graph-api

Using MS Graph API to create a new folder by path

I am not sure if this is even possible but if I were to know the path of some premade folders such as “Online Archive/Inbox/TestParentFolder/” and I wanted to create a new folder inside TestParentFolder.How would I go about doing this with ms graph api in c#? Also not sure if its important but these subfolders/path are in the Online Archive as indicated in the path above but from my research that is handled similar to any other folder.

Uploading files via MS Graph SDK for .NET

I have been trying to follow the examples to upload large files for onedrive from Ms Graph SDK but I cannot seem to figure out where the DriveUpload object resides or what nuget package I need to install to make this work. My code is as follows: