Skip to content

OneDrive

Connects to your OneDrive account through Salt AI’s Carbon integration. This node serves as a data connector, enabling authenticated access to browse or sync files and pass them downstream in your workflow. It relies on a shared Carbon integration layer for authentication and data retrieval.
Preview

Usage

Use this node when you need to ingest or reference content stored in OneDrive within a workflow. Typically, you will first authenticate your OneDrive account via the Carbon connection modal, then use this node to expose files or file references that can be processed by subsequent nodes (e.g., document parsers, embedders, or analysis nodes).

Inputs

FieldRequiredTypeDescriptionExample
connectionFalseNot specifiedThe authenticated OneDrive connection or account context to use. If not provided, you may be prompted to connect via the Carbon modal.Not specified
path_or_scopeFalseNot specifiedOptional folder path or scope within OneDrive to target for listing or fetching files./Shared Documents/Reports
filtersFalseNot specifiedOptional filters to narrow down which files are returned (e.g., file types, updated-after timestamps).fileType=pdf; updatedAfter=2024-01-01

Outputs

FieldTypeDescriptionExample
dataNot specifiedThe OneDrive-sourced data or file references retrieved via Carbon. This is intended to be consumed by downstream nodes for parsing, indexing, or analysis.Not specified

Important Notes

  • Authentication is required: you must connect your OneDrive account using the Carbon connection flow before this node can access content.
  • Access is permission-bound: results depend on the permissions of the connected OneDrive account within your organization/tenant.
  • This node maps to the OneDrive integration type internally; behavior for listing, filtering, and retrieval is standardized across Carbon connectors.
  • If your workflow expects specific data formats, ensure downstream nodes support the structure returned by Carbon for OneDrive content.

Troubleshooting

  • No files appear: Confirm your OneDrive connection is established and that the account has access to the specified path or shared folders.
  • Authentication prompts repeatedly: Sign out and reconnect your OneDrive account via the Carbon modal, then rerun the workflow.
  • Unexpected empty results with filters: Remove or relax filters (file type, date range) to verify content is discoverable.
  • Permission errors: Verify you have the necessary OneDrive/SharePoint permissions and that the connection uses the correct account.