From 304fbe032efec12b3633f568fd24006bfddd63cb Mon Sep 17 00:00:00 2001 From: Tony Ngumah Date: Tue, 5 Nov 2024 12:10:04 -0500 Subject: [PATCH] feat(abr_testing): added compatability with shared drives --- abr-testing/abr_testing/automation/google_drive_tool.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/abr-testing/abr_testing/automation/google_drive_tool.py b/abr-testing/abr_testing/automation/google_drive_tool.py index 573b4413673..d9ac35f76d1 100644 --- a/abr-testing/abr_testing/automation/google_drive_tool.py +++ b/abr-testing/abr_testing/automation/google_drive_tool.py @@ -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,