Skip to content

OneDrive Integration

OneDrive integration gives DBModeler a Microsoft-backed cloud storage path through OAuth 2.0 PKCE and Microsoft Graph.

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.

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.

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.

  • 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