Overview
Findable can connect to OneDrive for Business through the same Microsoft Graph-based integration used for SharePoint. OneDrive for Business is technically backed by SharePoint personal sites, so the setup uses the SharePoint connector in Findable with one OneDrive-specific permission change.
Once connected, Findable can monitor selected OneDrive folders and mirror documents into the Findable platform for AI-powered classification, search, and organization.
Use this guide when your source documents live in a user’s OneDrive or in a dedicated Microsoft 365 service account’s OneDrive.
Important: This guide is for OneDrive for Business. Personal consumer OneDrive accounts are not supported.
Before You Start
You’ll need:
- Microsoft 365 Global Admin access, or help from your IT administrator
- Administrator access in your Findable organization
- A OneDrive for Business account whose folders should be synced
- About 20 minutes
For production setups, we recommend using a dedicated service account such as data@yourcompany.com instead of a personal employee account. If an employee leaves and their OneDrive is deleted, the sync will stop working.
Setup Guide
Step 1: Register the Application in Microsoft Entra
Findable first needs to be registered as a trusted application in your Microsoft tenant.
- Sign in to the Microsoft Entra admin center.
- Go to Identity → Applications → App registrations → New registration.
- Set Name to something clear, for example
Findable Integration. - Keep Supported account types set to Accounts in this organizational directory only.
- Click Register.
- Copy these values from the app overview page:
- Application (client) ID
- Directory (tenant) ID
You’ll need both when configuring Findable.
Step 2: Create the Client Secret
The client secret lets Findable authenticate with Microsoft Graph in the background.
- In the app registration, open Certificates & secrets.
- Click New client secret.
- Add a description, for example
Findable_Sync_2026. - Choose an expiry period. Most teams use 12 or 24 months.
- Click Add.
- Copy the secret Value immediately.
Critical: Copy the secret Value, not the Secret ID. Microsoft only shows the value once. Store it securely before leaving the page.
Step 3: Grant Microsoft Graph API Permissions
This is the key difference between SharePoint and OneDrive.
- In the app registration, open API permissions.
- Click Add a permission.
- Select Microsoft Graph.
- Select Application permissions. This allows Findable to sync in the background without a user being signed in.
- Search for and select
Files.Read.All. - Click Add permissions.
- Click Grant admin consent for [Your Company].
- Confirm that the permission status turns green.
Files.Read.All gives the application read access to files in OneDrive for Business across the tenant. If you also use the same app registration for SharePoint site sync, add Sites.Read.All as well.
Troubleshooting: If you cannot see the admin consent button, your account does not have the required Microsoft 365 admin rights. Ask a Global Admin to complete this step.
Step 4: Connect Findable to Microsoft
Use the SharePoint connector in Findable, even when the source is OneDrive.
- Sign in to app.findable.ai with a Findable administrator account.
- Navigate to Building Settings → Integrations → SharePoint.
- Enter the values from Microsoft Entra:
- Tenant ID — the Directory (tenant) ID
- Client ID — the Application (client) ID
- Client Secret — the secret value copied in Step 2
- Click Save.
- Click Test to verify the connection.
Step 5: Link the OneDrive Folder
After the Microsoft connection is working, choose which OneDrive location Findable should sync.
-
In Findable, open the relevant building.
-
Click Add Subscription.
-
Paste the URL for the OneDrive for Business account.
The URL usually follows this format:
https://company-my.sharepoint.com/personal/firstname_lastname_company_comFor example,
data@company.comoften becomes:https://company-my.sharepoint.com/personal/data_company_com -
Select the folder to sync, for example
/Documents/O&M Manuals. -
Click Connect.
Findable will start monitoring that folder and importing supported documents.
Checklist
Before handing this over to Findable, confirm that you have:
- Copied the Tenant ID
- Copied the Client ID
- Saved the client secret Value securely
- Added the Microsoft Graph application permission
Files.Read.All - Granted admin consent and confirmed the status is green
- Identified the OneDrive for Business URL to sync
- Selected the target folder in Findable
Common Issues
The Microsoft permission status is not green
Admin consent has not been granted. A Microsoft 365 Global Admin needs to open the app registration and click Grant admin consent for [Your Company].
The OneDrive URL does not work
Make sure you are using the OneDrive for Business personal-site URL, not the browser URL for an individual file. It normally starts with:
https://company-my.sharepoint.com/personal/
Sync stops after an employee leaves
If the subscription points to an employee’s personal OneDrive and that account is disabled or deleted, Microsoft may remove access to the files. Use a dedicated service account for long-running integrations.
Need Help?
If you run into issues during setup, contact support@findable.ai or use the chat widget in the bottom-right corner of the Findable app.