Google Drive로 돌아가기
Knoon AI를 Google Drive (Google)과 연결하여 AI 워크플로우를 자동화하세요.
Watch matching files inside a Google Drive folder and return deterministic change groups. Limitation: only the first 1000 sorted matches are compared on each poll. Recursive mode is limited to depth 5 and up to 100 child folders per folder.
googleDriveFilesSearchInFolderWatch
베타
내부
권한
선택사항 권한
표시할 항목이 없습니다.
매개변수
| 이름 | 유형 | 설명 | 필수 |
|---|---|---|---|
| parentFolderId | string | Google Drive folder ID to search within. | 네 |
| recursive | boolean | When true, recursively search matching files and folders in all nested subfolders. | 아니요 |
| query | string | Google Drive file search query using Drive API search terms and operators. Do not include parents filtering; use parentFolderId and recursive instead. | 네 |
반환값
| 이름 | 유형 | 설명 |
|---|---|---|
| added | array | New matching files detected in the watched folder. |
| trashed | array | Matching files removed from the watched folder or newly marked as trashed. |
| modified | array | Existing matching files whose change-signaling fields changed. |




