batch_file_operations
Perform multiple file operations like upload, download, move, copy, delete, and rename in a single batch across OneDrive and SharePoint.
Instructions
Perform multiple file operations in a single batch
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operations | Yes | Array of operations to perform | |
| siteId | No | SharePoint site ID (optional) | |
| site | No | Known SharePoint site alias or canonical URL | |
| siteUrl | No | Canonical SharePoint site URL (optional alternative to siteId) | |
| driveId | No | Drive ID for a specific document library (optional) | |
| stopOnError | No | Stop processing if an operation fails | |
| parallel | No | Execute operations in parallel (faster but may hit rate limits) |