Skip to main content

want to actual modified date of the image to tag

Comments

1 comment

  • 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

Post is closed for comments.