Office365-REST-Python-Client
Office365-REST-Python-Client copied to clipboard
OneDrive - recursive download of files from user's drive
Looking at the docs for Onedrive, it shows how we can download files from users root folder. https://github.com/vgrem/Office365-REST-Python-Client
Is there a way to list and download all files from users root folder recursively without using any /me endpoints - can the examples be updated with it ?
The examples shows a recursive version, but using the /me endpoint. https://github.com/vgrem/Office365-REST-Python-Client/blob/master/examples/onedrive/folders/list_with_files.py https://github.com/vgrem/Office365-REST-Python-Client/blob/master/examples/onedrive/folders/list_with_files.py#L16
@vgrem