Hello,
I am building an app on bubble, where users will share files (any format) among them.
I have made an account on S3 and using Zerqode multifileuploader to upload to my S3 bucket.
Sofar OK, all files are uploaded and I can see via the S3 Console.
My issue is, while downloading,
I am able to download .txt format files and .png but not other files such as jpeg or pdf.
I am using ZIP plugins from bubble, to download as a single zip file,
error message is:
AccessDenied
Access DeniedXYFJAWH0F4KRVAJG5IUZEcnPFzXBf+d0lqsaSLi4H9VjHOdOAyQ3X51UO+EboBTrDEiVhrfcMFRDDEZcV/PKTQvp7rg=
I used Zeoqode “easy downloader” too, but its also not able to download pdf files and btw, easydownloader is downloading one file at a time, whereas I need a zip of all files.
I feel something is blocking the download or some file formats are not supported in “GetObject” of S3??
Any pointers will be much appreciated.
Thanks