Skip to main content

How can I make a public asset private?

Comments

3 comments

  • 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
  • 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
  • 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

Post is closed for comments.