Download File from S3 bucket

Thank you so much!

Got it working by copying this.

There’s just one more issue now. If the file can’t be found - it returns a 404 error. BUT it still downloads a json file.

I’d like to prevent this… I tried y adding a dynamic event: on Error, abort download


But that doesn’t help.

Do you have the same issue?

@jellederijke see: https://docs.wappler.io/t/file-downloads-with-server-connect/12780

I don’t have the problem with this because my upload action only writes the path to db if the upload was successful.
You could check if you could use a condition with Get File (S3 Connector) before the download action.

1 Like

So you guys don’t use this:
signd

But this?
2022-11-03 13_48_45-Wappler - The Visual Web App Creator

Yes

1 Like

Ok I will try that, too. Thanks!