mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
SharePoint folder listing requests 500 items per page to cover alphabetically-late properties 🟩
This commit is contained in:
parent
d69e8c257f
commit
ff06496b8d
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue