read_gdrive_file
Access and retrieve the contents of any file stored in Google Drive by providing its file ID. Simplify file reading with this straightforward utility.
Instructions
Read contents of a file from Google Drive
Input Schema
Name | Required | Description | Default |
---|---|---|---|
file_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"file_id": {
"title": "File Id",
"type": "string"
}
},
"required": [
"file_id"
],
"title": "read_gdrive_fileArguments",
"type": "object"
}