Skip to main content

Guides

Help center

Short, illustrated guides for the redaction path, Fast Track, cases, integrations, and compliance.

All articles
Integrations
1 min read

OneDrive connector

OneDrive for Business via Microsoft Graph.

How it works

Connect

Admin credentials

Browse

Folder or case scope

Import

Into a Northdocs case

Apply

Then verify

Write-back

Optional, off by default

OneDrive follows the same Graph path as SharePoint: connect, import, apply, optional write-back.

Prerequisites: same Entra app setup as SharePoint. Redirect URI: {APP_URL}/api/connectors/oauth/onedrive/callback.

Open Integrations, then Connect on OneDrive. The numbered guide on that page matches the steps below.

Connect the signed-in user's OneDrive (or a pinned drive). Reuse the SharePoint Entra app when you can.

  1. 1

    Reuse or register an Entra app

    Same setup as SharePoint: delegated Files.ReadWrite.All. Add the OneDrive redirect URI shown on the left.

  2. 2

    Leave drive id blank for /me/drive

    That is the signed-in user's OneDrive. Pin a drive id only if you want a shared or SharePoint-backed drive.

  3. 3

    Optional BYOA

    Paste client id/secret if you are not using the platform MICROSOFT_OAUTH_* secrets.

  4. 4

    Authorize, then browse

    Sign in, then Browse & import into a Case. Periodic delta sync is available after connect.

Delta sync is supported when you enable periodic sync after connect.

Common issues mirror SharePoint. See Integrations troubleshooting for 403 consent problems and delta 410 resync behavior.

Related articles

Still need a hand?