AUTHORIZATION_INVALID_TOKEN

做~自己de王妃 提交于 2020-03-04 16:51:09

问题


How do I get rid of this error? I am following the steps mentioned in the DocuSign tutorial https://youtu.be/ADmELHcPpbM

ApiException: Error calling CreateEnvelope: { "errorCode": "AUTHORIZATION_INVALID_TOKEN", 
"message": "The access token provided is expired, revoked or malformed." }

And to be clear, the TOKEN isn't expired and still has 7 hours left on it.


回答1:


Looks like you didn't copy the entire access token from the DocuSign Access Token generator.

Perhaps a better path for you is to switch to the C# .Net Core example launcher which includes over 20 workflow examples. See https://github.com/docusign/eg-03-csharp-auth-code-grant-core



来源:https://stackoverflow.com/questions/59995056/authorization-invalid-token

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!