Office365-REST-Python-Client
Office365-REST-Python-Client copied to clipboard
get_files.py example does not work with too much files inside the folder
get_files.py example does not work with too much files inside the folder. I am guessing this is related to this issue: https://github.com/vgrem/Office365-REST-Python-Client/issues/392
The only workaround i found so far is to use get_all_items.py and filter out the folder results you need.