Skip to content

Commit

Permalink
feat(abr_testing): added compatability with shared drives
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNASC20 committed Nov 5, 2024
1 parent b7dcc18 commit 304fbe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions abr-testing/abr_testing/automation/google_drive_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ def list_folder(self, delete: Any = False, folder: bool = False) -> Set[str]:
else "" # type: ignore
if self.parent_folder
else None,
supportsAllDrives = True,
includeItemsFromAllDrives = True,
supportsAllDrives=True,
includeItemsFromAllDrives=True,
pageSize=1000,
fields="nextPageToken, files(id, name, mimeType)",
pageToken=page_token,
Expand Down

0 comments on commit 304fbe0

Please sign in to comment.