curl per image
I need make cUrl for image
curl https://<API_KEY>:<API_SECRET>@api.cloudinary.com/v1_1/<cloud_name>/resources/image
i use Kodular
but i take "empty string"
Why?
excuse my english

-
Hi Stefano,
To confirm, are you looking to retrieve the details of a specific asset from your account or are you looking to list all resources in the account? I ask this because as I understand from the description, you are looking to make a cURL request for a specific image, but the URL you're using (https://<API_KEY>:<API_SECRET>@api.cloudinary.com/v1_1/<cloud_name>/resources/image) is for a different method which is used to retrieve a list of all 'image' resources from your account. In addition, if you make this cURL request via the terminal do you get a list of resources back in the response?
0
Post is closed for comments.
Comments
1 comment