Triggering unattended processes by file upload

Hi all,

I was trying to trigger a process through file upload, and was able to do the same. What I am doing is,

  1. Upload the file
  2. Download the file to local machine.
  3. Do some changes in the file.
  4. Upload it to storage bucket.

This is how the output and input of the process looks:

From here, I am able to download the input file directly. Is there any way to get the link for the output file( that is stored in storage buckets) as a link so that user can directly download it rather than going to storage buckets, search for the correct file and then download?

Any help is highly appreciated.

Thanks.

Hello,

I haven’t tried this myself, but this(link to postman) might work for this purpose :slight_smile:

1 Like

Thanks for sharing this. It worked!! :slight_smile:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.