Signature generation, how to add "access_control"
HaiNguyen
Member Posts: 5 ✭
Hi there
Thanks for reaching out
Im trying to create a signature, and want to add some parameters to it like "access_control", "folder",...
But i dont know how to do that, i try another way: use the preset i create on cloudinary (but that is not the way i want).
Here is my code (C# and it worked with "upload_preset"):
Tagged:
0
Best Answer
-
Hi @HaiNguyen ,
Thanks for contacting us.
You can specify as many parameters except the following :
file
,cloud_name
,resource_type
and yourapi_key
Using SortedDictionary is the right approach. You can specify the parameters as listed here: https://cloudinary.com/documentation/image_upload_api_reference#upload_optional_parameters
I hope this helps. Please let me know if you have further questions.
Thanks
Sree
1