Invalid api_key response when using signed upload
Hi, i've been trying to use the api "https://api.cloudinary.com/v1_1/:cloudName/image/upload" to upload an image to cloudinary using a signature created with my node backend sdk and i'm always getting the error "Invalid api_key \:api_key\"".
I am currently using postman to test the image upload with the timestamp used to generate the signature, the api_key and the signature as well passed from my backend.
I have checked previous questions and answers and problems have always been about the signature and not the key, but i also tested the sdk using the fake secret key and fake timestamp in the docs and it gave the response shown in the docs, so i doubt if that's why mine isn't working.
This is a screenshot of my response from postman.
-
it works!!. I made a mistake of including quotes on the api_key, signature and timestamp.
0
Post is closed for comments.
Comments
1 comment