admin管理员组文章数量:1292173
When calling RequestJWTUserToken, an exception is returned:
Exception: "We call the token API, but the token creation sometimes results in a non-successful HTTP response code," not always.
What could be the issue? We are implementing it as shown below.
var _apiClient = new ApiClient(_baseurl);
token = _apiClient.RequestJWTUserToken(_integratorKey,
_userID, _baseurl, Encoding.UTF8.GetBytes(PrivateKey),
1, Scopes);
TokenGeneratedAt = DateTime.Now;
When calling RequestJWTUserToken, an exception is returned:
Exception: "We call the token API, but the token creation sometimes results in a non-successful HTTP response code," not always.
What could be the issue? We are implementing it as shown below.
var _apiClient = new ApiClient(_baseurl);
token = _apiClient.RequestJWTUserToken(_integratorKey,
_userID, _baseurl, Encoding.UTF8.GetBytes(PrivateKey),
1, Scopes);
TokenGeneratedAt = DateTime.Now;
Share
Improve this question
edited Feb 15 at 17:10
Larry K
49.1k15 gold badges91 silver badges145 bronze badges
asked Feb 13 at 12:09
Rukzana K ARukzana K A
433 bronze badges
1 Answer
Reset to default 1You are not really giving enough information here, for example:
- What are the error codes that are being reported?
See https://developers.docusign/docs/esign-rest-api/esign101/error-codes/ for information on what the error codes represent for the docusign api.
and you might want to check the common error FAQ at https://developers.docusign/docs/esign-rest-api/esign101/error-codes/troubleshooting-common-errors/
本文标签:
版权声明:本文标题:docusignapi - Docusign: We call the token API, but the token creation sometimes results in a non-successful HTTP response code - 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741543912a2384481.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论