Closed rpylipow closed 7 years ago
https://support.cloudinary.com/hc/en-us/articles/202520592-Do-you-have-a-file-size-limit-
If you're on the free plan, Cloudinary has a file size limit of 10MB. It looks like your first image is around 12MB.
You're so smart. Thanks.
@rpylipow FYI, error details are returned by the X-Cld-Error
header on the response
I'm receiving an error while trying to transform and fetch an image.
What's strange is that most of my images work as expected while others do not. I'm passing each image url through the same code.
Not working: http://res.cloudinary.com/structural/image/fetch/c_fit,f_auto,h_480,q_auto:best,w_480/http://blog.yourencore.com/hubfs/DeJongeWoodPR.png%3Ft%3D1492107211790
Working: http://res.cloudinary.com/structural/image/fetch/c_fit,f_auto,h_480,q_auto:best,w_480/http://blog.yourencore.com/hubfs/Pharmcast_Ep19_FeaturedImage.png%3Ft%3D1494510722775
It's likely that I'm making a dumb mistake, but the error message that I'm receiving isn't telling me much about what I'm doing wrong.
Any ideas?