OneDrive¶
Connects Salt AI to Microsoft OneDrive via the Carbon integration layer. This node selects the OneDrive integration and delegates all connection/authentication to Carbon, enabling access to OneDrive files and folders for downstream data and retrieval workflows.

Usage¶
Use this node when you need to ingest or reference content from a Microsoft OneDrive account within a workflow (for example, to search, index, or use documents in retrieval-augmented tasks). Typically placed early in a pipeline to establish the OneDrive data source that subsequent Carbon/knowledge or retrieval nodes will operate on.
Inputs¶
| Field | Required | Type | Description | Example | 
|---|---|---|---|---|
| Not specified | False | Not specified | Inputs are defined by the shared Carbon data node base. This node specifically targets the OneDrive integration. | Not specified | 
Outputs¶
| Field | Type | Description | Example | 
|---|---|---|---|
| Not specified | Not specified | Outputs are defined by the shared Carbon data node base. The output typically represents a reference/handle to connected OneDrive content for downstream nodes. | Not specified | 
Important Notes¶
- This node is a thin selector around the Carbon OneDrive integration; authentication and permissions are handled by Carbon.
- Your organization must have the OneDrive integration enabled in Carbon, and the user must grant appropriate permissions to access files and folders.
- The visible content and indexing scope depend on the permissions granted during the connection flow.
- If your workflow includes search or retrieval over OneDrive files, ensure appropriate downstream nodes are configured to query Carbon-managed content.
Troubleshooting¶
- Authentication prompts do not appear: Ensure Carbon is reachable and the OneDrive integration is enabled for your organization.
- No files found after connecting: Verify the connected OneDrive account has accessible files and that permissions were granted for the correct folders.
- Access denied or partial content: Confirm the user granted the required scopes and has permission to the target files/folders in OneDrive.
- Downstream nodes fail to use the connection: Ensure the downstream nodes are compatible with Carbon data references and are configured to query the connected source.