upload_file
Upload base64-encoded files to SharePoint document libraries with optional folder targeting and overwrite control.
Instructions
Upload a file to a document library. Content must be base64-encoded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| libraryName | Yes | ||
| folderPath | No | Target sub-folder (optional). | |
| fileName | Yes | File name including extension. | |
| content | Yes | Base64-encoded file content. | |
| overwrite | No | Overwrite if file exists. Default: true. |