Isaac Fimbres
Isaac Fimbres
Now I'm able to get the image but I needed to update permissions for both the bucket and the file manually. do you know if is there a way to...
Hey @ashika112, basically I want to store cover images for some records in the database. I think they can have public access. But following the Amplify Docs: https://docs.amplify.aws/react-native/build-a-backend/storage/upload/, I'm able...
Yes I see the calls @ashika112, but they returned the 403 access denied error.
Hey, any thought on this one? @ashika112 @cwomack
hey @cwomack @ashika112, thank you for your response. I was debugging a couple days ago. I deleted my old bucket and created a new one using amplify cli. And suddenly...
Good morning @cwomack, any luck on this one?
Hey @cwomack, did you have any chance to take a look at this one?
No worries @chrisbonifacio, thank you so much for helping!
Interesting, yes as I said previously this is my data ``` [{"__typename": "Affiliate", "address": "***", "businessHours": "{\"monday\":{\"from\":\"09:00 am\",\"to\":\"07:00 pm\"}}", "category": null, "coupons": {"items": [Array]}, "coverPicture": null, "createdAt": "2024-04-30T04:39:21.263Z", "description": "Cenaduría",...
Or perhaps it's something related with the @searchable tag that previously I added to the Affiliate model ``` type Affiliate @model @searchable { id: ID! name: String! description: String! address:...