Pricing
Cloud Storage · Live

Documents where you'd look.

Connect Dropbox, Google Drive or OneDrive natively. Browse your existing folders, attach documents to OmniPATH records and keep the originals where your team already works. No duplicate uploads, no scattered storage.

3
Native providers
OAuth
Per-user authentication
No copy
Files stay in source
app.omnipath.ai/storage
DropboxDropbox
Google DriveGoogle Drive
OneDriveOneDrive
My DriveSuppliersFS Foodservice
2026 Q1 Invoices
42
2026 Q2 Invoices
18
Contracts & Pricing
12
Statements
24
Audit Documents
8
Recall Notices
3
Selected: 2026 Q2 Invoices · 18 files
Open Attach to PO
Three native providers

Pick what your team already runs.

OmniPATH connects to the major consumer and business storage providers via official OAuth. Per-user authentication, with separate access scoping per organisation.

Dropbox

Personal, Business and Education tiers. Folder-level granular permissions respected. Includes Smart Sync placeholders.

Google Drive

Personal Drive, Shared Drives and Workspace organisations. Comments and version history accessible from the OmniPATH document viewer.

OneDrive

Personal, Business and SharePoint sites. Microsoft 365 integration includes Office document preview without leaving OmniPATH.

How it works

The folder picker, upgraded.

The April 2026 release fixed three things about the legacy folder picker. Folder browsing now uses query params (was sending the path in a POST body). Clicking a folder selects it; a separate "Open" button navigates inside. And every provider gets its official brand SVG, not a generic file icon.

Small things - but they're the things that make a picker feel native rather than bolted-on.

  • Folder browse via clean URL params
  • Click-to-select / button-to-navigate UX (industry standard)
  • Official Dropbox / Google Drive / OneDrive brand SVGs
  • Graceful 404 handling and null-status guards
Before
POST /api/folders
{ "path": "/Suppliers/FS Foodservice" }
// 500 if path has spaces
After
GET /api/folders?path=...
// Properly encoded, cacheable
Frequently asked

The useful details.

Does OmniPATH copy our files?
No. Files stay in your storage provider - Dropbox, Google Drive or OneDrive. OmniPATH stores a reference (provider + file ID + path) and fetches the file at request time via the OAuth token. If a user revokes access or deletes the file, OmniPATH gracefully shows the broken link and offers to reconnect.
Per-user OAuth or org-level service account?
Per-user OAuth by default - the user authorises OmniPATH to access their personal/business storage, scoped to their permissions in the source. For Enterprise deployments, an org-level service account can be configured (via Google Workspace, Microsoft 365 or Dropbox Business APIs) so all users see a shared organisational set of folders without needing individual OAuth.
What about SharePoint and Box?
SharePoint is supported via the OneDrive connector (Microsoft Graph API covers both). Box is on the roadmap for Q4 2026. Other providers (Egnyte, ShareFile, etc.) can be added on request - the connector framework is designed to drop a new provider in cleanly without affecting existing ones.
What's the file size limit?
No OmniPATH-imposed limit - your provider's limit applies (typically 50GB Dropbox, 5TB Google Drive, 250GB OneDrive). For preview/extraction, files larger than 100MB use a streamed-extract path so the UI doesn't block waiting for a full download.
Ready when you are

Documents where they live. Records where they belong.

Connect Dropbox, Google Drive or OneDrive in two clicks. We'll cover it on the demo.

30-min demo · We'll connect a sandbox to your real Drive/Dropbox