Open
Description
I'm using this example to extract all the sites of sharepoint :
https://github.com/vgrem/Office365-REST-Python-Client/blob/e17872624cbf814fff58e9a5a870f3eddbad55e5/examples/sharepoint/tenant/get_all_sites.py
but In this line of code ->
the startIndex is non defined ..
So how can i read huge list of sites ?
look at this solution : https://sharepoint.stackexchange.com/questions/262400/fetch-all-site-collections-using-csom
Thanks .