-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
The drive_search tool in the Gemini CLI appears to have limitations when interacting with Google
Drive Shared Drives, making it difficult to list their contents reliably.
Steps to Reproduce
- Provide the tool with a URL to a folder within a Shared Drive.
- The tool extracts the folder ID.
- An attempt to list the contents using a query like '<folder_id>' in parents returns an empty
result set, even if the folder contains files. - An attempt to get metadata for the folder using a query like id = '<folder_id>' can result in an
"Invalid Value" error.
Expected Behavior
The drive_search tool should be able to list the contents of a folder within a Shared Drive, similar
to how it handles regular folders.
Actual Behavior
The tool is unable to reliably list the contents of a Shared Drive folder, likely because it is not
handling the specific API requirements for Shared Drives.
Environment
- Gemini CLI
- Google Workspace Extension
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels