Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OneDrive - recursive download of files from user's drive #831

Open
ssmails opened this issue Feb 25, 2024 · 0 comments
Open

OneDrive - recursive download of files from user's drive #831

ssmails opened this issue Feb 25, 2024 · 0 comments
Labels

Comments

@ssmails
Copy link

ssmails commented Feb 25, 2024

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

@vgrem vgrem added the question label Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants