Skip to content

Commit

Permalink
[GDrive] Modify search parameters to search shared drives (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmx81 authored Sep 5, 2024
1 parent 5cf6d31 commit 6100dc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gdrive/provider/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ def search(query, access_token=None):
pageSize=page_size,
fields=fields,
q=q,
includeItemsFromAllDrives=True,
supportsAllDrives=True,
)
.execute()
)
Expand Down

0 comments on commit 6100dc2

Please sign in to comment.