This support forum is no longer in use. Please use the Cloudinary Community at https://community.cloudinary.com/ to receive assistance from other members of the community and from Cloudinary's support team. For account-specific questions or if you believe that you've encountered a bug, please contact the Cloudinary team directly via the "submit a request" option on this support site.

Get original file name metadata?

Comments

4 comments

  • Official comment
    Avatar
    Yakir Perlin

    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 Permalink
  • Avatar
    Nimai Malle

    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.

    0
    Comment actions Permalink
  • Avatar
    Olaegbe Samuel

    Hi Yakir, the upload response works fine but what about when I using the list resource API? How do I fetch the original finename then? 

    0
    Comment actions Permalink
  • Avatar
    Yakir Perlin

    Hi Olaegbe,

    Currently, we are not supporting getting the original file name in the Admin API. 

    Best,

    Yakir

    0
    Comment actions Permalink

Post is closed for comments.