DocuSign API Integration Problems

泪湿孤枕 提交于 2019-12-12 01:13:11

问题


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"


回答1:


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.



来源:https://stackoverflow.com/questions/54861255/docusign-api-integration-problems

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!