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.
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.
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).