S3 Download Folder

Hello Shalabh, @guptast

I was going through the steps you mentioned here to download files from S3.
I need your help in downloading a folder containing the images related to the users computer.

I have created a SC which successfully downloads the folder with all the images contained in it to the server, however, i am unable to download it to the users computer.

Requesting your help in understanding your solution.

Hello AJ,

Sorry for the delay in my response.

The tutorial you have linked is to download a single file. My understanding from your post is that you want to download a folder that may contain one or more files.

I haven't yet setup any workflow to download a folder. I will try and let you know how I go with this.

Happy New Year @guptast !!
Yeah, i was looking a way to download files uploaded in S3 into a folder. I am able to get the folder downloaded to the server with the API shared above. However, i am not able to get the folder downloaded into users computer.

If you can come up with a solution for this, then will be really helpful.

Thanks again for your help.

Hello AJ,

Happy New Year to you too!

To run a test, I used one of my export setups to create a zip file and download it. Basically, I added a Folder To Zip step in the API to zip the whole folder where files were saved (exported in my test run) and then downloaded the zipped file.

I have attached a screenshot below with the steps and explanation. Note: The Set Value exportFileName after the Folder To Zip step is important, as this is the value being passed to the UI (this is explained in my S3 download tutorial).