Skip to main content

OneDrive

File storage

Connect to OneDrive via Microsoft Graph OAuth (popup connect). Browse folders, read files, write rows to file(s).

Authentication

  • OAuth: Client ID + Client Secret + Redirect URI + Tenant ID.
  • The Microsoft Entra redirect URI must be type Web, NOT Single-page application (SPA).

Supported actions

  • List Files, Get File, Upload File(s), Write Rows To File(s), Move/Rename, Delete, Create Folder.

Setup reference

For provider-side setup (OAuth apps, redirect URIs, tenant-side permissions), follow the File hub setup guide and the Connections guide.