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. Connect this source through the Airweave UI, which will guide you through the OAuth flow.
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.