Can anyone upload to my cloud account if they know the cloudName?
I was reading JS guide to upload documents as depicted here https://cloudinary.com/documentation/javascript_image_and_video_upload. Looking at this codepen sample code, it seems anyone can upload to my account if they know cloudName. Is this true? If so, how can I prevent that?
0
-
Hi Jhon,
The only "risk" in using unsigned uploads with Cloudinary is the possibility that another person will view the source code of your uploader. replicate the configuration and issue uploads from another place onto your account.However, the following is worth mentioning:
- This will "only" allow them to initiate unsigned-uploads to your account (may result with a certain Storage/Transformations quotas abuse).
- This will NOT allow anyone to Delete / Edit / Overwrite any of your existing content on the account. A list of supported unsigned-upload options is available here.
- As a safety measure, from time to time, you may want to change your upload-preset's name (can be done via the account settings) to reduce the possibility of someone using your configuration without your permission.
- Finally we must say that until the writing of these lines we haven't heard of anyone of our customers experiencing this kind of offense.
Best,
Yakir
0
Post is closed for comments.
Comments
1 comment