Hello - I am new to thunkable and have been trying to figure out how using the web API I can upload a picture from the app to aws S3. Any leads/examples or helpful article would help.
Thanks!
You can use a staging approach. Load the image to cloudinary using the image block and from there pick the url of your image and load it to AWS S3.
Thank you so much - Yes, I saw your earlier description of the couldinary approach, and will ry the same.
Thank you ! Yes will follow @muneer’s demonstration.