SharePoint folder listing requests 500 items per page to cover alphabetically-late properties 🟩

This commit is contained in:
Daniel Roth 2026-06-04 12:52:07 +00:00 committed by Jun-te Kim
parent d69e8c257f
commit ff06496b8d

View file

@ -37,7 +37,7 @@ class DomnaSharepointClient:
site_id=self.sharepoint_drive.value,
)
return sharepoint_client.list_folder_contents(path)
return sharepoint_client.list_folder_contents(path, page_size=500)
def does_folder_exists_at(self, file_name: str, file_path: str):
folders: Dict[str, Any] = self.get_folders_in_path(file_path)