Onedrive
Onedrive
Configuration
OneDrive source connector integrates with the Microsoft Graph API to extract files.
Supports OneDrive personal and business accounts.
It supports various OneDrive scenarios including personal drives, business drives, and app folder access with intelligent fallback handling.
Authentication
This connector uses OAuth 2.0 authentication. You can connect through the Airweave UI or API using the OAuth flow.
Supported authentication methods:
- OAuth Browser Flow (recommended for UI)
- OAuth Token (for programmatic access)
- Auth Provider (enterprise SSO)
Configuration Options
This connector does not have any additional configuration options.
Data Models
The following data models are available for this connector:
OneDriveDriveEntity
Schema for a OneDrive Drive object.
The inherited entity_id stores the drive’s unique ID. Additional key fields come from the Microsoft Graph drive resource.
OneDriveDriveItemEntity
Schema for a OneDrive DriveItem object (file or folder).
Inherits from FileEntity to support file processing capabilities. The inherited entity_id stores the DriveItem’s unique ID.