Blocks
Microsoft OneDrive
List, upload, and download files via Microsoft Graph (OneDrive).
Manage OneDrive files using Microsoft Graph API with OAuth.
Toolsonedrive
Block Preview
Microsoft OneDrive
List, upload, and download files via Microsoft Graph (OneDrive).
Usage
- Add the block to your workflow and connect it to the upstream step.
- Connect the required credentials or OAuth provider before running.
- Fill in required inputs and optional parameters for the run.
- Run a test execution, inspect outputs, and iterate before deploying.
- Deploy the onedrive block with monitoring enabled in production.
Inputs (UI)
OneDrive Account
oauth-inputPlaceholder: Select Microsoft account
Layout: full
Provider: microsoft-onedrive
Operation
dropdownLayout: full
Options: List Files, Upload File, Download File
Drive ID
short-inputPlaceholder: Optional, defaults to /me/drive
Layout: full
Item ID
short-inputPlaceholder: For download by ID
Layout: half
Path
short-inputPlaceholder: /Documents/file.txt
Layout: half
Content Type
short-inputPlaceholder: text/plain
Layout: half
Contents (upload)
long-inputPlaceholder: File contents for upload
Layout: full
Inputs (API)
credential
stringRequired
operation
stringRequired
driveId
stringOptional
itemId
stringOptional
path
stringOptional
contents
stringOptional
contentType
stringOptional
Outputs
Primary response type:
{
"data": "json"
}Tool Access
onedrive_files