Hi,
These are the API details I am working through - /download/:submission_id/:field_id
I am trying to download a file through API, but the API call results in binary encoding of the file.
The link above says - “Download previously uploaded file via submission. This API will send a 302 redirect response and redirect to a signed URL to download the file. The file itself is not in the initial 302 redirect response itself.”
I want to download the previously uploaded file via submission. How do I go about downloading the file after the initial response?
Thank you.