get_file_content
Get content of a Google Drive file. Supports export to formats like text/plain or application/pdf with specified encoding.
Instructions
Get file content in various formats
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileId | Yes | ID of the file to get content from | |
| mimeType | No | MIME type for export (e.g., 'text/plain', 'application/pdf') | |
| encoding | No | Encoding for text files (e.g., 'utf-8', 'latin1') |