العودة إلى Google Drive
اتصل بـ Knoon AI مع Google Drive (Google) لأتمتة تدفقات عمل الذكاء الاصطناعي.
Watch files inside a Google Drive folder and return deterministic change groups. Limitation: only the first 1000 sorted items are compared on each poll. Recursive mode is limited to depth 5 and up to 100 child folders per folder.
googleDriveFolderWatch
بيتا
داخلي
الأذونات
الأذونات الاختيارية
لا توجد عناصر للعرض.
المعلمات
| الاسم | النوع | الوصف | مطلوب |
|---|---|---|---|
| parentFolderId | string | Google Drive folder ID to watch. | نعم |
| recursive | boolean | When true, recursively watch files and folders in all nested subfolders. | لا |
العائدات
| الاسم | النوع | الوصف |
|---|---|---|
| added | array | New files detected in the watched folder. |
| trashed | array | Files removed from the watched folder or newly marked as trashed. |
| modified | array | Existing files whose change-signaling fields changed. |




