Download and upload files in an ASP.NET Core app with Microsoft Graph
Learn how to list, download, and upload a user's files in an ASP.NET Core application by using Microsoft Graph.
Learning objectives
After completing this module, you'll be able to:
- Configure an ASP.NET Core app to list files in a user's instance of OneDrive.
- Download files from OneDrive by using Microsoft Graph.
- Upload user files from a browser into OneDrive by using Microsoft Graph.
Prerequisites
- Microsoft 365 developer tenant
- Basic understanding of authentication and authorization on Microsoft 365
- Basic understanding of HTML, C#, and ASP.NET Core
- Basic understanding of Microsoft Graph
- .NET Core 6 SDK installed