How can I download a folder, using the client api?
I know I could:
- Recursively traverse and download children.
- Download the entire drive file-tree, match children of the folder I wish to download, before then downloading the files.
In the web-app, you can download folders as a ZIP, is this feature only allowed within the browser, or is there a way to access this within a desktop app?
What is the best option for downloading a folder?