Πίσω στο 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. |




