返回 Microsoft OneDrive
将 Knoon AI 与 Microsoft OneDrive (Microsoft) 连接以自动化 AI 工作流。
Watch a OneDrive or SharePoint file by file ID and return a deterministic snapshot using change-signaling file fields only.
microsoftOneDriveFileWatch
测试版
权限
可选权限
参数
| 名称 | 类型 | 描述 | 必填 |
|---|---|---|---|
| fileId | file | OneDrive or SharePoint file to watch. | 是的 |
回报
| 名称 | 类型 | 描述 |
|---|---|---|
| fileId | string | OneDrive or SharePoint file ID. |
| name | string | File name. |
| mimeType | string | Detected MIME type when available. |
| parentReference | object | Parent drive and folder reference. |
| size | string | File size in bytes when available. |
| createdTime | string | Created time (ISO 8601). |
| modifiedTime | string | Last modified time (ISO 8601). |
| isFolder | boolean | Whether the item is a folder. |
| deleted | boolean | Whether the item is deleted. |



