szpaqPL
Results
2
comments of
szpaqPL
Same here. I don't think I can fetch more than 5000 items (in my case files) with 2.3.14 method (I've tried 2.3.14 and 2.3.16). ``` page_size = 5000 files =...
And when filecount exceedes 5000 I've got Microsoft.SharePoint.SPQueryThrottledException. code: ``` page_size = 5000 files = folder.files.get_all(page_size, print_progress).execute_query() ``` folder has 31137 files according to `folder.storage_metrics.properties['TotalFileCount']`