Search code examples
cloudinary

Change Cloudinary's images from private to public


There are 3 types of privacy for images uploaded to Cloudinary: http://support.cloudinary.com/entries/23183603-Does-Cloudinary-support-uploading-private-images-

How can I change a private image to be public?


Solution

  • It's on Cloudinary's road map to support changing between public and private file types.
    Currently you can re-upload private images as public images (using Cloudinary URLs as input for upload). Another option is to enable 'Strict Transformations' mode (From the Dashboard's settings page) and use our explicit API to create the required derived images without allowing the transformation globally.
    Here's the 'explicit' documentation (PHP): http://cloudinary.com/documentation/php_image_upload#refresh_images