问题描述
我已使用并能够生成集成商密钥和私钥/公钥。
I have created sandbox using https://go.docusign.com/o/sandbox/ and able to generate integrator key and private/public key.
我下标了代码并按照给定的指令配置密钥。
I have downloded https://github.com/docusign/eg-01-java-jwt code and configure key as per given instruction.
给我类似
的错误 com.docusign.esign.client.ApiException:请求访问令牌时出错:POST 返回了400错误请求的响应状态
It's giving me error like"com.docusign.esign.client.ApiException: Error while requesting an access token: POST https://account-d.docusign.com/oauth/token returned a response status of 400 Bad Request"
推荐答案
对于代码示例
,则需要添加后缀 \n\
在config.properties文件中的每一行之后。请参阅文件。
eg-01-java-jwt, you need to add the suffix \n\
after each line in the config.properties file. See the comments in the config.properties file.
不要添加或其他字符。
这篇关于DocuSign API集成问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!