DocuSign API Integration Problems

2019-08-26 06:52发布

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.

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"

标签: docusignapi
1条回答
爷的心禁止访问
2楼-- · 2019-08-26 07:21

For code example

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.

Don't add a " or other characters.

查看更多
登录 后发表回答