Onedrive
Onedrive
Connect your Onedrive data to Airweave
Overview
The Onedrive connector allows you to sync data from Onedrive into Airweave, making it available for search and retrieval by your agents.
Configuration
OneDriveSource
OneDrive source implementation (read-only).
Authentication
This connector uses OAuth 2.0 with refresh token.
You can connect through the Airweave UI, which will guide you through the OAuth flow.
Entities
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 OneDrive/SharePoint drive resource. Owner and quota are typically nested objects; we store them as dictionaries.
OneDriveDriveItemEntity
Schema for a OneDrive DriveItem object (file or folder).
The inherited entity_id stores the DriveItem’s unique ID. Many fields are optional because a DriveItem may represent either a file or a folder, and some properties appear only in one context.