Microsoft OneDrive に戻る
Microsoft OneDrive (Microsoft) と Knoon AI を接続して 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. |



