Request for Assistance with Cloudinary Secure Storage and Access Methods
Abdurrahman
Member Posts: 1 ✭
Hello Cloudinary Team,
We are developing our project as a Flutter web and Flutter mobile application. We plan to use Cloudinary's secure storage and access methods to ensure the privacy of the images uploaded by users. However, we have some uncertainties in this regard and we would like to benefit from your experience.
Here are our questions regarding ensuring the privacy of images:
- How can we enable Cloudinary's private storage features and can we hide uploaded images from other users using these features?
- After ensuring the privacy of an image, how can we view this image?
- After ensuring the privacy of an image, how can we specify which users have access to this image? For example, can we allow only specific users or a specific user group to access these images?
- Besides users who have been granted access to the images, what security measures can we take to prevent other users from viewing these images?
- In which package can we use these features?
We request your recommendations and technical guidance on this matter. We want to benefit from your experience to successfully complete our project.
Thank you in advance for your attention and assistance.
Best regards,
Abdurrahman
0
Best Answer
-
Hi @Abdurrahman ,
Thank you for reaching out.
- Please take a look at Media access methods which explains how you can restrict your assets. If you are talking about hiding assets from users of Cloudinary DAM then please take a look at Permissions for the Assets digital asset management product.
- Authenticated media assets explains how you can access authenticated assets. Folder sharing and permissions explains how you can control access to assets within Cloudianry DAM.
- Folder sharing and permissions explains all the ways you can do this and yes access can be limited based on individual users or groups of users.
- Access-controlled media assets is more advanced method and Token/Cookie-based authentication (premium feature) can be used to access these assets and they can be time/IP/ACL limited as per docs but this is only available on Advanced and higher plans.
- Except for point 4, all the other features mentioned can be used with a Free account.
Please let us know if you have any other questions.
Kind Regards,
Thomas
1