Downloading multiple files in Storage Browser
Learn how to download multiple files in Storage Browser while adhering to prerequisites and configuration limits.
In Data Explorer, you can select multiple files and download them in a single operation. To prevent server load spikes and maintain web browser stability, Data Explorer processes multiple files sequentially with a fixed 5-second delay between each file download.
Verify that the following requirements are met before downloading multiple files:
- Data Explorer file download option enabled — The
enable_file_download_buttonconfiguration property is enabled in Storage Browser. This setting applies only to files and not to folders. - File count limit — The number of selected files is within the threshold set by
the
storage_browser_parallel_download_thresholdconfiguration property (default is 5). If you select more files than the configured threshold, the download action is not displayed. - File size limit — Every selected file must be less than or equal to 50 MiB. If any selected file exceeds 50 MiB, the multiple file download action is not available. You must download files exceeding 50 MiB individually.
- Browser permissions — Your web browser must allow multiple automatic file downloads.
To update the file count threshold property, configure the following parameter in the
[filebrowser] section of the hue-safety-valve
configuration file:
[filebrowser]
storage_browser_parallel_download_threshold=5
| Configuration Property | Description | Default Value |
| storage_browser_parallel_download_threshold | Specifies the maximum number of files that you can select for a single multi-file download operation. If the selected file count exceeds this value, the download action is hidden. This setting caps the queue size; files continue to download sequentially. | 5 |
