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."}
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!
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.
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!
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?
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."}
Hi, could you please help me I have 401 error code ... "the access token provided is expired, revoked or malformed"
Thank you very much for this video ! Very usefull, very well explained ! 🙏🙏
Glad it was helpful!
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."}
I Have the same issue, did you find how to solve this?
@chakor can you help us with this issue ?
I am also having the same issue. Please help
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
@@aminatacamara4974 Conseguiu resolver o seu problema?
You have to publish this today!!!!
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!
@@thechakor you have to publish today jajajaja! I need it!
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.
@@thechakor With this tutorial can I fill a document with 15 parameters for the docusign via API?
code on text format mb?
When are you going to publish 3rd part of the video?
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!
@@thechakor thank you so much can't wait 😍😍
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!
@@thechakor waaaaouh thk you so much can't wait 😍😍🔥🔥🔥🔥
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?
Primeiro voce precisa transformar o PDF em base64, o resultado você envia para API
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."}