Getting Error 'Invalid Credentials' while trying to get Images List using postman
Hi I'm trying to get the list on imgaes by trying the below URL
https://api.cloudinary.com/v1_1/<cloud_name>/resources
I have created signature by encrypting api_secret with SHA1 (as it is not having payload I'm using just api_secret to get hash)
SHA1(api_secret)
Also included api_key and signature as params in GET request but always gettin the below error
{
"error": {
"message": "Invalid credentials"
}
Can anyone help me on this please
0
-
Hi Teja,
You will need to add timestamp as well in order to generate the signature.
More information here: https://cloudinary.com/documentation/upload_images#generating_authentication_signatures
Regards,
Aditi0
Post is closed for comments.
Comments
1 comment