Get a Drive file’s details
get_drive_fileRead-only
Fetch a Drive file's metadata: name, type, size, modified time, web view link, and download link. Pass the file ID from list_drive_files.
Instructions
Fetch one Drive file’s metadata — name, type, size, modified time, a webViewLink to open it and a webContentLink to download it. Pass fileId (from list_drive_files). Read-only.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileId | Yes | the Drive file id (from list_drive_files) |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No | ||
| webViewLink | No | ||
| webContentLink | No |