Google Drive로 돌아가기
Knoon AI를 Google Drive (Google)과 연결하여 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. |




