drive_get_full_file_content
Retrieve the complete content of any Google Drive file for full analysis or transformation. Use only when you need the entire file, as it can be large.
Instructions
WARNING: Returns the ENTIRE file content — can be very large and may overload your context window. Only use this when you genuinely need the complete file (e.g., for analysis or transformation). Prefer drive_get_file_content (preview) for browsing, or drive_download_file to save large files to disk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileId | Yes | The file ID | |
| accountId | Yes | The Google account ID, alias, or email |