bpj
May 3, 2021, 1:36pm
1
I have an AWS S3 bucket that I can upload files to and, if public, access via a direct URL however, I can’t seem to get either the Get File action or Download File S3 API actions working. Both return null, using the same S3 connection as used for uploading the files and with bound/non-bound bucket/key values:
When output is checked, the returned data is null
(the Download File one does’t have a name parameter so doesn’t have an index either)
I started trying to use values from a DB query before trying fixed values copied/pasted from the S3 properties in AWS - neither worked!
It is entirely possible I’m doing something wrong but I think there may be an issue with these actions. Has anyone managed to use them successfully?
(I’m using PHP for this project)
bpj
May 4, 2021, 6:51pm
2
Has any one managed to get these actions to work with S3?
MH2ag
May 4, 2021, 7:00pm
3
I‘m using Download File with S3 and PHP and everything works. Is there a reason that you use Get File and Download File?
bpj
May 4, 2021, 7:01pm
4
I tried both and couldn’t get either working.
MH2ag
May 4, 2021, 7:04pm
5
Did you have a look at the following topic?
Does anyone know how to download files from an S3 bucket? I am trying to mimic the file upload server action:
[Screen Shot 2020-10-31 at 3.47.55 PM]
This returns a URL that looks like a path to the file download but when I go to it in my browser, nothing gets downloaded. I am hoping that when this server action is executed, the user gets the S3 file downloaded. Please let me know if this is possible!
The 2 Server Actions are for different use-cases.
bpj
May 4, 2021, 7:22pm
6
Thanks Marcel.
I just had a look and I’m using the S3 File Download action:
I just get this response:
I have the correct bucket:
And I copy/pasted the key:
I’m not sure what else to try…
MH2ag
May 4, 2021, 7:34pm
7
That looks like my setup. I‘m not sure but did you check CORS on the AWS side?
MH2ag
May 4, 2021, 7:43pm
8
Is it a new project?
There was a bug in the Download File Server Action some time ago.
======== TEMPLATE BUG FORM ========
Wappler Version : 3.7.6
Operating System : macOS Big Sur
Server Model: PHP
Database Type: MySQL
Hosting Type: Own Server
Expected behavior
What do you think should happen?
Download from S3 should work (like in NodeJS)
Actual behavior
What actually happens?
Download does not work on opening the Server Action in the browser
How to reproduce
Detail a step by step guide to reproduce the issue
A screenshot or short video indicating the problem
A cop…
bpj
May 4, 2021, 8:02pm
9
This isn’t a new project, but has been modified, resaved and republished today. I’m on 3.9.7 but it does look like the same issue.
@patrick could you have a look please?
karh
October 10, 2022, 7:38pm
10