OneDrive Integration
OneDrive integration gives DBModeler a Microsoft-backed cloud storage path through OAuth 2.0 PKCE and Microsoft Graph.
How OneDrive support works
Section titled “How OneDrive support works”DBModeler authenticates with Microsoft, then reads and writes project files through Graph API calls and app-folder-oriented storage rules.
The project remains a browser-side model; OneDrive acts as the remote storage and sync target.
Sync model
Section titled “Sync model”As with the other cloud providers, DBModeler keeps enough local sync state to compare the current project with the last synchronized baseline.
That baseline is what enables conflict detection instead of blind overwrite.
When to use OneDrive
Section titled “When to use OneDrive”Choose OneDrive if your day-to-day environment already depends on Microsoft accounts and you want your DBModeler projects to live in that storage ecosystem.
Caveats
Section titled “Caveats”- OAuth client configuration must exist in the running build.
- The implementation is aimed at the app-folder style workflow, not generic arbitrary folder editing.
- Network access is still required for cloud-backed sync behavior.
Next: Dropbox Integration