I'll try to keep this simple. Unsigned uploading is ENABLED. I'm using the below link to simply upload a photo I take from my iPhone app to the "Media Library" section of Cloudinary. In the link, I did put my Cloud Name.
https://api.cloudinary.com/v1_1/CLOUD NAME/image/upload/
I'm using AlamoFire to upload the photo and the error I get is below. Where can I include the upload present key that was provided? In the link? They want it in code?
["error": {
message = "Upload preset must be specified when using unsigned upload";
}]