Indietro a Google Drive
Connetti Knoon AI con Google Drive (Google) per automatizzare i flussi di lavoro AI.
Get metadata for a Google Drive file or folder.
googleDriveGetFile
Beta
Autorizzazioni
Autorizzazioni facoltative
Parametri
| Nome | Tipo | Descrizione | Obbligatorio |
|---|---|---|---|
| fileId | file | Select the file or folder to fetch metadata for. | Sì |
Resi
| Nome | Tipo | Descrizione |
|---|---|---|
| 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). |




