DocuSign - Sending Documents for Signatures | How to Get Digital Signatures in Bubble.io | Part-2

Поделиться
HTML-код
  • Опубликовано: 2 дек 2024

Комментарии • 24

  • @aminatacamara4974
    @aminatacamara4974 Год назад +1

    Hi, could you please help me I have 401 error code ... "the access token provided is expired, revoked or malformed"

  • @Poule_up
    @Poule_up Год назад

    Thank you very much for this video ! Very usefull, very well explained ! 🙏🙏

  • @СергейЛансков-ч9и
    @СергейЛансков-ч9и Год назад +3

    Hi, I did exactly as in the video, but an error appears
    Status code 401
    {"errorCode":"AUTHORIZATION_INVALID_TOKEN","message":"The access token provided is expired, revoked or malformed."}

    • @aminatacamara4974
      @aminatacamara4974 Год назад +1

      I Have the same issue, did you find how to solve this?

    • @aminatacamara4974
      @aminatacamara4974 Год назад +1

      @chakor can you help us with this issue ?

    • @SethSpaude
      @SethSpaude Год назад +2

      I am also having the same issue. Please help

    • @SethSpaude
      @SethSpaude Год назад +2

      Solved, more or less...
      1. Click Manually Enter API Response in the Get Token call
      2. Copy the access token
      3. Paste the access token after bearer in the Send Envelope call (single space)
      4. {
      "documents": [
      {
      "documentBase64": "",
      "documentId": 1234,
      "fileExtension": "pdf",
      "name": "document"
      }
      ],
      "emailSubject": "Simple Signing Example",
      "recipients": {
      "signers": [
      {
      "email": "youremail",
      "name": "yourname",
      "recipientId": "1234"
      }
      ]
      },
      "status": "sent"
      }
      5. Key: document Value: File to Base 64
      6. Initialize call

    • @guilhermevilasboas9818
      @guilhermevilasboas9818 5 месяцев назад

      @@aminatacamara4974 Conseguiu resolver o seu problema?

  • @smartlab2238
    @smartlab2238 Год назад

    You have to publish this today!!!!

    • @thechakor
      @thechakor  Год назад

      Love the excitement! Due to ChatGPT's tutorial's high demand & hype around the world, tomorrow's tutorial will be about ChatGPT's API setup & integrating it into bubble.io
      This DocuSign tutorial will be going live on this Friday & we promise that it'll be worth it. Our team member will soon be releasing the part-3 as well. Stay tuned!

    • @smartlab2238
      @smartlab2238 Год назад +1

      @@thechakor you have to publish today jajajaja! I need it!

    • @thechakor
      @thechakor  Год назад

      Hello Smart Lab! The final part of the DocuSign has just been scheduled and you can view it by following this link: ruclips.net/video/rbeftHcPrm4/видео.html. We are eagerly anticipating your feedback and thoughts on the video.

    • @nocodenow
      @nocodenow Год назад

      @@thechakor With this tutorial can I fill a document with 15 parameters for the docusign via API?

  • @СергейЛансков-ч9и

    code on text format mb?

  • @aminatacamara4974
    @aminatacamara4974 Год назад

    When are you going to publish 3rd part of the video?

    • @thechakor
      @thechakor  Год назад +1

      Hey Aminata, we working on 3rd part now. You can expect it in 1-2 weeks. We hope to provide valuable content saving you time. Have a great day!

    • @aminatacamara4974
      @aminatacamara4974 Год назад

      @@thechakor thank you so much can't wait 😍😍

    • @thechakor
      @thechakor  Год назад

      Hey Aminata! We have just scheduled the final part of the DocuSign. You can watch it here: ruclips.net/video/rbeftHcPrm4/видео.html
      Looking forward to hear your thoughts on it!

    • @aminatacamara4974
      @aminatacamara4974 Год назад

      @@thechakor waaaaouh thk you so much can't wait 😍😍🔥🔥🔥🔥

  • @theo_dt
    @theo_dt Год назад

    Hello, I apologize, but I'm experiencing an issue. {"errorCode":"UNABLE_TO_LOAD_DOCUMENT","message":"Unable to load the document. Unable to load Document(1;Docusign_Test). Unable to open document because it is corrupt or unsupported"}.
    This happens when I put pdf as the extension. Everything is fine when I put doc.
    Is it possible to receive assistance with this matter?

    • @guilhermevilasboas9818
      @guilhermevilasboas9818 5 месяцев назад

      Primeiro voce precisa transformar o PDF em base64, o resultado você envia para API

  • @danieljoseph1061
    @danieljoseph1061 8 месяцев назад

    this is that i keep getting when i initialize my send envelop what do you think might be the problem
    There was an issue setting up your call.
    Raw response for the API
    Status code 401
    {"errorCode":"AUTHORIZATION_INVALID_TOKEN","message":"The access token provided is expired, revoked or malformed."}