Skip to main content
Sometimes an application might want to download all files for a folder. To do so with the SDKs and the CLI requires traversing the folder tree, finding every file and downloading it accordingly.
To download a ZIP archive, follow guide.
It is important to remember that an application needs to have the permissions to access and download the files and folders in question. When the authenticated user does not have access to any of the files or folders, a HTTP 404 Not Found error will occur.Lear more about in our guides on authentication.
Last modified on March 19, 2026