> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zocomputer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Use OneDrive

> Work with the user's connected Microsoft OneDrive account via Pipedream.

{/* Tool: use_app_microsoft_onedrive */}

## Parameters

<ParamField path="tool_name" type="string" required={true}>
  Exact tool name returned by `list_app_tools`.
</ParamField>

<ParamField path="configured_props" type="object" required={true}>
  The configured props for the action (e.g., `{"fileId": "abc123"}` or `{"filePath": "/home/workspace/doc.pdf"}`)
</ParamField>

<ParamField path="download_path" type="string" default={""}>
  Optional absolute path to save downloaded file. Falls back to configured\_props\["filePath"].
</ParamField>

<ParamField path="email" type="string" default={""}>
  Optional email address to select a specific connected account.
</ParamField>
