חזרה אל Google Drive
התחבר ל-Knoon AI עם Google Drive (Google) כדי לאוטומטי תהליכי עבודה של AI.
Search for files by name within a specific Google Drive folder.
googleDriveSearchFilesInFolder
בטא
פנימי
הרשאות
הרשאות אופציונליות
פרמטרים
| שם | סוג | תיאור | נדרש |
|---|---|---|---|
| parentFolderId | file | Folder to search within. | כן |
| query | mustache | File name query (e.g. "invoice" or "report"). | כן |
| includeFolders | boolean | Whether to include subfolders in results. | לא |
| pageSize | number | Maximum number of files to return (max 1000). | לא |
| pageToken | string | Optional. Token for fetching the next page of results. | לא |
| includeTrashed | boolean | Whether to include trashed files. | לא |
החזרות
| שם | סוג | תיאור |
|---|---|---|
| status | string | DONE when files are returned. |
| sensitive.files.fileId | string | File ID. |
| sensitive.files.name | string | File name. |
| sensitive.files.mimeType | string | File MIME type. |
| sensitive.files.parents | array | Parent folder IDs. |
| sensitive.files.size | string | File size in bytes, if available. |
| sensitive.files.webViewLink | string | Link to open the file in Google Drive. |
| sensitive.files.webContentLink | string | Direct download link for the file content (if available). |
| sensitive.files.createdTime | string | File creation time (RFC 3339). |
| sensitive.files.modifiedTime | string | File last modified time (RFC 3339). |
| sensitive.nextPageToken | string | Token for fetching the next page of results. |




