This support forum is no longer in use. Please use the Cloudinary Community at https://community.cloudinary.com/ to receive assistance from other members of the community and from Cloudinary's support team. For account-specific questions or if you believe that you've encountered a bug, please contact the Cloudinary team directly via the "submit a request" option on this support site.

getting 400 - Unsupported source URL

Comments

3 comments

  • Avatar
    Tia Esguerra

    Hi there, 

    Thanks for reaching out. 

    This error refers to the value of the file parameter that was passed for upload. Looking into our logs, I see that you are sending Base64, so you will need to URL escape your whole Base64 input string.
    For example, if your Base64 string starts with: data:image/jpeg;base64, it should be: data%3Aimage%2Fjpeg%3Bbase64%2C

    Please give that a shot and let us know how it goes. Of course, if you have any questions otherwise, do not hesitate to ask.

    Kind Regards, 

    Tia

    0
    Comment actions Permalink
  • Avatar
    Elad Tal

    Hi Tia sorry for the late reply i am sending the request as you asked but still getting the same result.

    Can I see the logs somewhere?

    Is there another solution?

    0
    Comment actions Permalink
  • Avatar
    Michal Kuperman

    Hi Elad,

    In order to further assist, can you please open a ticket directly at: https://support.cloudinary.com/hc/en-us/requests/new  And provide the base64 data URI file you are using?

    Thanks,

    Michal

    0
    Comment actions Permalink

Post is closed for comments.