Назад к Google Drive
Подключите Knoon AI к Google Drive (Google), чтобы автоматизировать AI рабочие процессы.
Search for files by name in Google Drive.
googleDriveSearchFiles
Бета
Внутренний
Разрешения
Опциональные разрешения
Параметры
| Имя | Тип | Описание | Обязательно |
|---|---|---|---|
| query | mustache | File name query (e.g. "invoice" or "report"). | Да |
| includeFolders | boolean | Whether to include folders 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. |




