Upload Small SharePoint File
sharepoint_upload_small_fileUpload a small file to a SharePoint document library using a path relative to the library root. Resolve name conflicts with replace, rename, or fail options.
Instructions
Upload a small file to a SharePoint document library using a path relative to the library root. Requires delegated Files.ReadWrite.All. Chinese intents / 中文意图: 上传SharePoint文件, 上传文档到站点, 保��文件到团队文档库.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Target path relative to the library root, for example Reports/demo.txt. | |
| content | Yes | File content. Use raw text for text mode or base64 for base64 mode. | |
| driveId | Yes | SharePoint document-library drive ID. | |
| contentType | No | Optional MIME type. | |
| contentEncoding | No | Content encoding. Defaults to text. | |
| conflictBehavior | No | Name conflict behavior. Defaults to replace. |