简体   繁体   English

Docusign Node.js客户端的invalid_grant错误

[英]invalid_grant error with docusign nodejs client

I use docusign nodejs client to get the JWT User Token and it worked perfectly until suddenly got the "invalid_grant" error from docusign yesterday. 我使用docusign nodejs客户端获取JWT用户令牌,并且它工作得很好,直到昨天突然从docusign收到“ invalid_grant”错误。 I didn't make any code change so didn't know how to fix it. 我没有进行任何代码更改,所以不知道如何解决它。 Is there any one got the same error ? 有没有人遇到相同的错误? Below are some error info: 以下是一些错误信息:

        status: 400,
        text: '{"error":"invalid_grant"}',
        method: 'POST',
        path: '/oauth/token' 

Make sure you have a valid RSA key that matches the key you got in the DocuSign Admin. 确保您具有与在DocuSign管理员中获得的密钥匹配的有效RSA密钥。 The key might be the issue in this case. 在这种情况下,关键可能是问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM