Retour à Google Drive
Connecter Knoon AI avec Google Drive (Google) pour automatiser les flux de travail AI.
Get metadata for a Google Drive file or folder.
googleDriveGetFile
Bêta
Autorisations
Autorisations optionnelles
Paramètres
| Nom | Type | Description | Requis |
|---|---|---|---|
| fileId | file | Select the file or folder to fetch metadata for. | Oui |
Retours
| Nom | Type | Description |
|---|---|---|
| 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). |




