Signed uploads
Closed this issue · 3 comments
zs-adarsh commented
Hi, I was trying Cloudinary_public to upload media to my cloudinary bucket.
It is working as intended for unsigned presets, but throws error for signed presets.
Any idea why this could be happening?
Thanks!
dev-tayy commented
I don't think you can use this package for signed uploads.
dev-tayy commented
Use this package instead https://pub.dev/packages/cloudinary_sdk
djade007 commented
Cloudinary signed uploads will require you to upload with your secret key and it is not supported by this package.