Closed erikreedstrom closed 5 years ago
According to the documentation, resource_type should not be included in the signature.
resource_type
All parameters added to the method call should be included except: file, resource_type and your api_key.
file
api_key
https://cloudinary.com/documentation/upload_images#generating_authentication_signatures
However, currently the API only removes :file from the data in sign/1.
:file
sign/1
version 1.2.3 has been published, thanks for your time 👍
According to the documentation,
resource_type
should not be included in the signature.https://cloudinary.com/documentation/upload_images#generating_authentication_signatures
However, currently the API only removes
:file
from the data insign/1
.