问题
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