auto upload appears to be choking on characters
I have an image here. Yes the url is gross but I have no control over that. I have the mapping set up as following: eventbrite_image => 'https://img.evbuc.com'. I get the following error back: "public_id (eventbrite_image/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F59312242%2F271677241040%2F1%2Foriginal.20190328-202451?auto=compress&s=20eaba53d56bdc518c3cb474a5a2435d) is invalid"
If you copy the above error url back and replace `eventbrite_image` with `https://img.evbuc.com` the image resolves in the browser.
I imagine it has to do something with the encoding of the characters, however I am using the cloudinary-core library so I am unsure as to what action to take.
-
Hi,
The auto-upload map looks to be using `img.evbuc.com` but the URL in the `public_id` error shows `cdn.evbuc.com`. Also, are you trying to do this upload via the API and not from the browser? Can you show us exactly the being made?
Regards,
Daniel
0
Post is closed for comments.
Comments
1 comment