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.

want to actual modified date of the image to tag

Comments

1 comment

  • Avatar
    Marissa Masangcay

    Hi,

    While we currently don't keep track of the last modified date, you can use our tag methods to keep track of and update the last modified date of the resource. You have a couple of different options that you can read about in our documentation here:

    https://cloudinary.com/documentation/image_upload_api_reference#tags

    One example case would be that the last modified date is the only tag you use on your resources so that you could use the 'remove_all_tags' method upon each update and just need to keep track of the public id of the resource instead of the last tag. Then you could include the new last modified date tag upon the update call of the resource.

    There are of course a lot of different options and scenarios, depending on your preferences/set up.

    I hope this helps!

    0
    Comment actions Permalink

Post is closed for comments.