Got an interesting question from a developer:
Hi Team
iI am new to Box REST API. Is it possible to download folder and all of its sub folder/files in 1 call ?
if yes, whats the code for that in Python?
I checked available docs and at link https://developer.box.com/guides/downloads/folder/
I can see there is some code to download folder contents but thats in .Net, Java and Node.
Do we have something in python?