Google Drive に戻る
Google Drive (Google) と Knoon AI を接続して AI ワークフローを自動化します。
Watch a Google Drive file by file ID and return a deterministic snapshot using change-signaling file fields only.
googleDriveFileWatch
ベータ
内部
権限
オプション権限
表示する項目がありません。
パラメータ
| 名前 | タイプ | 説明 | 必須 |
|---|---|---|---|
| fileId | string | Google Drive file ID to watch. | はい |
返品
| 名前 | タイプ | 説明 |
|---|---|---|
| fileId | string | Google Drive file ID. |
| name | string | File name. |
| mimeType | string | Google Drive MIME type. |
| parents | array | Parent folder IDs. |
| size | string | File size in bytes when available. |
| modifiedTime | string | Last modified time (RFC 3339). |
| version | string | Drive file version. |
| trashed | boolean | Whether the file is trashed. |




