mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
Google Drive plugin does not search across all drive types (My Drive, Shared Drives, “Shared with me”) #306
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bolinzzz on GitHub (May 22, 2025).
Self Checks
Dify version
1.4.0
Plugin version
0.0.1
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
Issue:
The current implementation of the Google Drive plugin does not search all available drive types. Specifically, files and folders from Shared Drives and the "Shared with me" section are not included in search results, even when
supportsAllDrives=Trueis specified.Steps to Reproduce:
credentials.jsonfile.Example Code (based on plugin behavior):
Expected Result:
Files from My Drive, Shared Drives, and “Shared with me” should be included in the results.
Actual Result:
result only includes files from My Drive. Shared Drive files are not returned, even with supportsAllDrives=True.
Request for Help:
I’d like to submit a PR to address this issue, but I’m having trouble locating the source code for the Google Drive and Google Sheets plugins within the repository.
Could someone please point me to the relevant directory or files?
Thank you!
✔️ Error log
No response
@bolinzzz commented on GitHub (May 22, 2025):
Doc from the marketplace: https://marketplace.dify.ai/plugins/yoshiki-0428/google_drive?theme=system
@bolinzzz commented on GitHub (May 22, 2025):
The function signature should be structured as follows to ensure all drive types are included:
@moxgeek commented on GitHub (Aug 8, 2025):
@yoshiki-0428, any updates please ?
@dosubot[bot] commented on GitHub (Aug 24, 2025):
Hi, @bolinzzz. I'm Dosu, and I'm helping the dify-official-plugins team manage their backlog and am marking this issue as stale.
Issue Summary:
Next Steps:
Thank you for your understanding and contribution!
@moxgeek commented on GitHub (Aug 25, 2025):
yes, the issue need to stay open.
@dosubot[bot] commented on GitHub (Aug 25, 2025):
@crazywoola The user has confirmed that the issue with the Google Drive plugin not returning files beyond "My Drive" despite supportsAllDrives=True is still relevant and needs attention. Could you please assist with this?