Назад к Google Drive
Подключите Knoon AI к Google Drive (Google), чтобы автоматизировать AI рабочие процессы.
Get metadata for a Google Drive file or folder.
googleDriveGetFile
Бета
Разрешения
Опциональные разрешения
Параметры
| Имя | Тип | Описание | Обязательно |
|---|---|---|---|
| fileId | file | Select the file or folder to fetch metadata for. | Да |
Возвраты
| Имя | Тип | Описание |
|---|---|---|
| status | string | DONE. |
| sensitive.fileId | string | Google Drive file ID. |
| sensitive.name | string | Name of the item. |
| sensitive.mimeType | string | File MIME type (if available). |
| sensitive.size | string | Size (bytes). |
| sensitive.parents | array | Parent folder IDs. |
| sensitive.createdTime | string | Created time (RFC 3339). |
| sensitive.modifiedTime | string | Last modified time (RFC 3339). |
| confidential.webViewLink | string | Link to open the file in Google Drive (if available). |
| confidential.webContentLink | string | Direct download link for the file content (if available). |




