Hi all,
I was trying to trigger a process through file upload, and was able to do the same. What I am doing is,
- Upload the file
- Download the file to local machine.
- Do some changes in the file.
- 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.