-
Notifications
You must be signed in to change notification settings - Fork 285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cloudinary::Uploader.upload's return_error option doesn't work for 404's #70
Comments
TalLevAmi
added a commit
that referenced
this issue
Apr 15, 2013
Fixed in master. We will release a new gem in the next few days. |
Awesome. Thanks for the fast turnaround! |
nadavs
added a commit
that referenced
this issue
Apr 19, 2013
… cloudinary helpers to work directly with CarrierWave uploaders, Issue #70 - Return parsed error message for 401,403 and 404 error codes as well, CarrierWave - allow returning format in dynamic methods.
The fix is available in v1.0.55 of the GEM. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's pretty easy to reproduce:
We would like this to work so we can add special handling of images not being found and we don't want to parse the exception message.
The text was updated successfully, but these errors were encountered: