Get file by id
The Google Drive Get File By ID tool enables users to retrieve detailed information about a specific file stored in Google Drive using its unique file ID. This integration streamlines the process of accessing file metadata and content attributes efficiently within workflows.
Features
- Fetch comprehensive file metadata including name, type, size, and owners.
- Supports retrieval from both 'My Drive' and Shared Drives.
- Allows customization of returned data fields to optimize API calls.
- Provides quick access to web view, download links, and thumbnail previews.
- Ensures secure and permission-aware file information retrieval aligned with Google Drive API standards.
Benefits
- Saves time by automating file information retrieval in workflows.
- Enhances data management by providing precise file details on demand.
- Improves integration capabilities with other apps through customizable fields.
- Supports robust permission checks to maintain security and privacy.
- Facilitates easy access to file previews and download links for better user experience.
Description
Get info on a specific file. See the documentation for more information
IMPORTANT: The arguments have specific formats. Please follow the instructions below:
- fields: Return JSON in this format: string[]
Parameters
3 parameters
| Name | Type | Description |
|---|---|---|
| drive | string | Defaults to |
| fileIdrequired | string | The file to obtain info for. You can select a file or use a file ID from a previous step. |
| fields | string[] | Customize the fields to obtain for the file. See the documentation for more information. |