返回 Microsoft OneDrive
將 Knoon AI 與 Microsoft OneDrive (Microsoft) 連接以自動化 AI 工作流程。
Download a file from a public URL and upload it into OneDrive or SharePoint, optionally inside a specific folder. Uses simple upload for small files and upload sessions for larger files.
microsoftOneDriveUploadURL
測試版
權限
可選權限
參數
| 名稱 | 類型 | 說明 | 必填 |
|---|---|---|---|
| parentFolderId | file | Optional. Select a OneDrive or SharePoint folder to upload into. If not set, uploads to the root of the connected drive. | 否 |
| fileUrl | mustache | Public HTTP/HTTPS URL of the file to download and upload. | 是的 |
| fileName | mustache | Optional. Name of the file in OneDrive (e.g. "invoice-123.pdf"). If omitted, derived from URL or response headers. | 否 |
| mimeType | mustache | Optional. MIME type to assign to the uploaded file. If omitted, inferred from HTTP response where possible. | 否 |
| overwriteExisting | boolean | If true, overwrite the file if it already exists at the target path. If false, return an error. | 否 |
退貨
| 名稱 | 類型 | 說明 |
|---|---|---|
| status | string | UPLOADED or ERROR. |
| sensitive.fileId | string | DriveItem ID of the uploaded file. |
| sensitive.name | string | Name of the uploaded file. |
| sensitive.mimeType | string | MIME type as stored in OneDrive. |
| sensitive.size | string | Size of the uploaded file in bytes as a string, or null if unavailable. |
| confidential.webUrl | string | Web URL to open the file (if available). |



