Get a Drive file’s details
get_drive_fileFetch metadata for a single Google Drive file (name, type, size, modified time, view and download links) by supplying its file ID.
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
| Name | Required | Description | Default |
|---|---|---|---|
| fileId | Yes | the Drive file id (from list_drive_files) |