how can I change the privacy of my pictures?
Hello everybody,
I hope you all are doing great. I want to change the privacy of my picture it only shows me and them, whom I shared the link of these photos.kindly guide me how I can do this if it is possible.
Can I upload images & videos on cloudinary which are already on my web page. Is it there any copyright issue or not?
Thanks
-
Hey, thanks for reaching out!
You can upload your images with the type of "authenticated". This way, the images would only be delivered using a signed URL. Singing a URL is done with your API secret, and thus can only be done by you. For instance -
This image is not accessible -
https://res.cloudinary.com/eyalkatzt/image/authenticated/v1575365860/nl446byh8sh2gehiqtiu.jpg
However, it is accessible by signing the URL -
https://res.cloudinary.com/eyalkatzt/image/authenticated/s--cdjXEQ-e--/v1575365860/nl446byh8sh2gehiqtiu.jpgAdditional information can be found here -
https://cloudinary.com/documentation/control_access_to_media#authenticated_access_to_media_assetsYou can indeed upload images that you own, which reside on your site, using either the "fetch" or the auto-upload mapping feature - https://cloudinary.com/documentation/fetch_remote_images
Regarding your copyrights inquiry, you can find all relevant information here -
https://cloudinary.com/dmcaHope this helps!
Please sign in to leave a comment.
Comments
2 comments