How can Cloudinarians retrieve tags and exif info?
Hello,
How can I retrieve all the tags for an image?
I can list all the images with a specific, known tag as I do here:
http://res.cloudinary.com/brucenorton/image/list/deicing.json
or here: http://res.cloudinary.com/brucenorton/image/list/tail.json
But I would like a list of all the other tags included in the JSON.
How can I retrieve the exif information? Specifically I am looking for the date the photo was taken.
You can see in the JSON is the date it was uploaded to Cloudinary.
http://sureconsult.ca/training/cloudinary.php
(Yes, I know, my mustache is showing! That's another problem for another time.)
Thanks in advance.
Bruce
p.s. I've already seen this (and I am getting metadata, but not tags or exif):
And I've seen this, but it seems to show how to keep exif info when uploading:
http://cloudinary.com/blog/api_for_extracting_semantic_image_data_colors_faces_exif_data_and_more
-
Hi Bruce,
By default, the list doesn't return the tags assigned to each resource.
Getting the tags of each resource is available after an additional configuration on our end that requires a paid plan.
As an alternative (and IMHO, a better) solution, you can use the Admin API to get all resources with their tags AND metadata.
The method also supports pagination in case you have many images sharing the same tag.
0
Post is closed for comments.
Comments
1 comment