Skip to main content
  1. Categories/

SharePoint

Implementing SharePoint File CRUD Operations using Microsoft Graph API

Deep Dive .NET · Dec 24, 2024 · 11 min read
Introduction # Storing files in SharePoint from a .NET service sounds like it should be a solved problem, and it is, as long as you make one decision early: delegated or application permissions. That single choice changes who shows up as “Created by” on every file and whether your service needs a signed-in user at all. Get it wrong and you rebuild the auth layer later.
Implementing SharePoint File CRUD Operations using Microsoft Graph API