Challenge Overview
Included in the api config file is the Cloudinary API key and secret which you can use to access the ��Cloudinary Admin API calls (http://cloudinary.com/documentation/admin_api) to get a list of the images store in Cloudinary. ��
- Create a maintenance script that generate a list of Cloudinary ids that don't exist as imageset.image.url.
- Create a maintence script that generate a list of imageset.images that don't exist in Cloudinary.
- An ideal solution would be a simple node script that could be included with our api code, but we are open to other create options.
- You solution should include the file size, create date and dimensions so we can also use it to find duplicates, assuming we can use an external tool to sort.
- (Optional) If you can give an option to output the file in curl DELETE syntax it would be beneficial
- (Optional) If you are feeling ambition and would like to make you output web-driven with the option to bulk delete we have also included the client code and you can simply add your solution to the admin tool.