Reputation: 21
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.
Upvotes: 1
Views: 1314
Reputation: 49114
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
Upvotes: 1