I’ve got a public API that takes in a list of URLs and tries to save to Bubble with :saved to S3. Some images are saved properly, others error out with error 403.
Yeah I thought it’s some kind of permission issue, but I can open the url in a private window or any browser. So it should be publicly accessible? really strange…
I guess too. But it could be permission issue of a different kind… It’s hard to know. Maybe in browser console log and network tab you can get more info about this error (code 403)
Thanks yeah it seems like it. I created a Get Image call on the API connector with key being the URL. I could retrieve publicly available images from other URLs but not this URL.