# Download a GCS folder as a zip file Bundles all files in a GCS folder into a zip file and downloads it Endpoint: GET /storage/folder Version: 1.0 Security: bearer ## Query parameters: - `folderPath` (string, required) The path to the folder in GCS to download as zip Example: "synchronizer/site-123" ## Response 401 fields (application/json): - `message` (string, required) Error message indicating unauthorized access. Example: "Unauthorized" - `statusCode` (number, required) HTTP status code for unauthorized access. Example: 401