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.

Upload Widget Response Signature

Comments

4 comments

  • Avatar
    Nadav Ofir

    Hi Alex,

    The signature in the response JSON wasn't meant to be used for validation. This is the Signature that was generated behind the scenes to allow the upload process in the first place (verified by our servers).

    0
    Comment actions Permalink
  • Avatar
    Chris Nolan

    So how are we able to verify the upload response?

    0
    Comment actions Permalink
  • Avatar
    Daniel Mendoza

    @Chris Nolan

    To verify the signature, all that would need to be done is to use the public_id and the version of the image retrieved from the upload response. I have referenced an example here using Ruby, but please let me know if you need it in another language.

    1
    Comment actions Permalink
  • Avatar
    Chris Nolan

    @Daniel Mendoza

    Thank you, that works a treat.

    0
    Comment actions Permalink

Post is closed for comments.