Skip to main content

Public id for signed uploads

Comments

3 comments

  • Thomas Gurung

    Hi Adrian,

    Thank you for reaching out.

    When you sign the request in the backend, set the public id parameter as public_id instead of just publicId (this is what the widget uses).

    So in the widget set:

    publicId: "special"

    In the backend, set:

    public_id: "special"

    Please let me know if you have any other questions or queries.

    Kind Regards,
    Thomas

    1
  • Adrian

    Thank you Thomas,

    I could not figure that out from the docs. It works now!

    0
  • Thomas Gurung

    Hi Adrian,

    No problem at all, glad it's working.

    Please let me know if you have any other questions or queries.

    Kind Regards,
    Thomas

    0

Post is closed for comments.