This connector enables AI agents and RAG systems to retrieve context from Onedrive through Airweave’s unified search layer.
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.
This connector uses OAuth 2.0 authentication. You can connect through the Airweave UI or API using the OAuth flow.
Supported authentication methods:
This connector does not have any additional configuration options.
The following data models are available for this connector:
Schema for a OneDrive Drive object.
Reference: https://learn.microsoft.com/en-us/graph/api/resources/drive?view=graph-rest-1.0
Schema for a OneDrive DriveItem object (file or folder).
Inherits from FileEntity to support file processing capabilities.
Reference: https://learn.microsoft.com/en-us/graph/api/resources/driveitem?view=graph-rest-1.0