OneDrive

Search, read, upload, and create files in a personal/per-user OneDrive.

Overview

Automate file management in a personal/per-user OneDrive: search and list content, download files and extract their text, upload files, and generate Word documents from Markdown. Use OneDrive for an individual's own files; use the SharePoint node for shared team-site libraries.

Connections

  • OAuth (delegated) — the signed-in user's own OneDrive (/me/drive).
  • App-Only — a service account targeting a specific user's OneDrive (/users/{id}/drive); set a default User on the credential or per-node.

Actions

  • Search / List Content — query + optional file-type filter + max results.
  • Get File — by path or ID; extracts text (DOCX, PDF, text formats) and returns a download URL.
  • Upload File — from a URL or base64 (chunked for large files).
  • Create Word Document — Markdown converted to a .docx.

Paths

File/folder paths are relative to the OneDrive root — don't include the “Documents” library name. For example, the web folder …/Documents/Clients/OptiCall is just Clients/OptiCall here.