SharePoint Files
Connect to SharePoint document libraries via Microsoft Graph OAuth. Browse-first site / library selection.
Authentication
- OAuth: Client ID + Client Secret + Redirect URI + Tenant ID.
- Browse and pick the target site and document library after connecting.
Supported actions
- List Files, Get File, Upload File(s), Write Rows To File(s), Move/Rename, Delete, Create Folder.
- CSV header inference for source actions.
Setup reference
For provider-side setup (OAuth apps, redirect URIs, tenant-side permissions), follow the File hub setup guide and the Connections guide.