首页 > 解决方案 > AUTHORIZATION_INVALID_TOKEN

问题描述

我该如何摆脱这个错误?我正在按照 DocuSign 教程中提到的步骤https://youtu.be/ADmELHcPpbM

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

需要明确的是,TOKEN 没有过期,还剩 7 个小时。

标签: c#asp.netauthenticationtokendocusignapi

解决方案


看起来您没有从 DocuSign 访问令牌生成器复制整个访问令牌。

也许对您来说更好的方法是切换到包含 20 多个工作流示例的 C# .Net Core 示例启动器。见https://github.com/docusign/eg-03-csharp-auth-code-grant-core


推荐阅读