Atrás a Google Drive
Conectar Knoon AI con Google Drive (Google) para automatizar flujos de trabajo de AI.
Get metadata for a Google Drive file or folder.
googleDriveGetFile
Beta
Permisos
Permisos opcionales
Parámetros
| Nombre | Tipo | Descripción | Requerido |
|---|---|---|---|
| fileId | file | Select the file or folder to fetch metadata for. | Sí |
Devoluciones
| Nombre | Tipo | Descripción |
|---|---|---|
| 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). |




