Download from Digital Ocean Space

Hello Everyone,

My web app is working great with upload file do Digital Ocean Space, using the amazing S3 Connector.

But now, I need to implement a download button. On server actions, I created a Downlod action and then added S3 Connector and GetFile and I’m calling this action on frontend, passing a get param with the file name.

But it’s returning an error:

Is there an extra configuration to be able to download files from DO or Amazon?

Thanks!

The download needs a local path where the file will be saved. Have you specified any?

Thanks George! I specified “/” :roll_eyes:

Now, I specified a folder, look below, called “downloads”.

But got this:

Many thanks!

Maybe indeed add also file name to save to not only a path