Hello! I’m new to Thunkable and trying to make an app that allows users to take a photo and upload it to Cloudinary, while also displaying that photo on the screen.
When attempting to upload to Cloudinary, the error message I’m getting is “missing token”. The image does not appear in Cloudinary. I have checked that the cloud name, API key, and API secret are correctly copied into Thunkable, but I can’t find any other resources that could explain this error.
The camera part works and I can display the photo from the camera with no issue.
Below is the code that I have right now. Any advice on how to address this?