Terug naar Google Drive
Verbinding maken met Knoon AI met Google Drive (Google) om AI-workflows te automatiseren.
Get metadata for a Google Drive file or folder.
googleDriveGetFile
BÈTA
Machtigingen
Optionele machtigingen
Parameters
| Naam | Type | Beschrijving | Vereist |
|---|---|---|---|
| fileId | file | Select the file or folder to fetch metadata for. | Ja |
Retouren
| Naam | Type | Beschrijving |
|---|---|---|
| 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). |




