Invalid Signature after upload request from PARSE
The title says it all.
I have requested an upload and got a valid JSON. (I replaced actual signatures, api_keys and name with dummy ones for this post). Basically, the 2 CURL commands are executed within seconds of each other and I pay attention to use the same timestamp and signature.
{"result":
{"timestamp":1397768188,
"eager":"c_fill,g_face,h_100,w_150",
"tags":"Steph",
"signature":"dummySignatureHere",
"api_key":"dummyAPIKeyHere"}}
Then I used this exact command:
curl -X POST \
-F timestamp=1397768188 \
-F tags=Steph \
-F signature=dummySignatureHere \
-F api_key="dummyAPIKeyHere" \
-F file=@poisson.jpg \
http://api.cloudinary.com/v1_1/dummyName/image/upload
Any help is appreciated.
Thanks.
Please sign in to leave a comment.
Comments
2 comments