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.

How can I make a public asset private?

Comments

3 comments

  • Avatar
    Brian Luk

    Hi Christian,

    You can change the `type` of the image by using the `rename` method, eg.

    uploader.rename(public_id, public_id, {type: "private", to_type: "upload"}, cb)

    Let me know if this works?

    0
    Comment actions Permalink
  • Avatar
    Jacob Rastad

    Is there anyway to do this in the  web gui?

    We're using Cloudinary as a DAM where content creators upload images mainly via the web GUI.

    0
    Comment actions Permalink
  • Avatar
    Shirly Manor

    Hi,

    You can set the access control in the media library as described here: https://cloudinary.com/documentation/dam_manage_individual_assets#setting_access_control_from_the_media_library

    Please note that this option is available to our custom plans. 

     

    0
    Comment actions Permalink

Post is closed for comments.