Get original file name metadata?
I've uploaded a few test photos by integrating the Upload Widget. I don't need to keep the original filename as the file name, but is it available as metadata? I tried to look by using curl, and I get get some data using /resources/image but not the original filename.
Two questions: 1) is the original filename stored automatically in any accessible metadata?
2) What about other metadata stored in the original file's EXIF? kMDItemFSName, for example, does contain the original filename when I examine the file using mdls
Thanks!
-
Official comment
You can get the original file name value is by reading the original_filename from the upload response.
Another option is the Cloudinary Search API. This method allows you fine control on filtering and retrieving information on all the assets in your account with the help of query expressions in a Lucene-like query language, but this functionality is available only to customers with the Advanced Extra plan or higher.
Comment actions -
Thanks for the response. I'd found the first option: get it after an upload. But, I didn't know about that Search API. Only available to Advanced Extra? That's the highest price tier, and I couldn't justify that during a prototype development phase.
I appreciate the response, though! Thank you.
Post is closed for comments.
Comments
4 comments