Office365-REST-Python-Client icon indicating copy to clipboard operation
Office365-REST-Python-Client copied to clipboard

OneDrive - recursive download of files from user's drive

Open ssmails opened this issue 1 year ago • 0 comments

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

ssmails avatar Feb 25 '24 20:02 ssmails