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.
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.
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
POST /api/folders
{ "path": "/Suppliers/FS Foodservice" }
// 500 if path has spaces
GET /api/folders?path=...
// Properly encoded, cacheable
The useful details.
Does OmniPATH copy our files?
Per-user OAuth or org-level service account?
What about SharePoint and Box?
What's the file size limit?
Documents where they live. Records where they belong.
Connect Dropbox, Google Drive or OneDrive in two clicks. We'll cover it on the demo.