返回 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. |




