ย้อนกลับไปยัง 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. |




