简体   繁体   English

DocuSign-找不到文件或目录

[英]DocuSign - File or directory not found

I'm using the Docusign Rest API, and I am successfully authenticating with my developer account. 我正在使用Docusign Rest API,并且已成功使用我的开发者帐户进行身份验证。 I am calling a template for embedded signing, but am not getting any results. 我正在调用用于嵌入式签名的模板,但没有得到任何结果。 Below is the error message that I receive: 以下是我收到的错误消息:

Error Message: 404 - File or directory not found. 错误消息: 404 - File or directory not found.

Requests 要求

URI URI

"https://demo.docusign.net/v2/accounts/bdc5a87e-d03d-449a-b03d-XXXXX/envelopes" headers "https://demo.docusign.net/v2/accounts/bdc5a87e-d03d-449a-b03d-XXXXX/envelopes" headers

Headers

{"X-DocuSign-Authentication"=>
  "<DocuSignCredentials><Username>608d8624-47d9-44fa-b33c-XXXXX</Username><Password>XXXXXXXX</Password><IntegratorKey>XXXXX-5406c2d5-1e42-4823-b508-XXXXX</IntegratorKey></DocuSignCredentials>",
 "Accept"=>"application/json",
 "Content-Type"=>"application/json"}

Your URI is missing /restapi/ , -- it should look like this: 您的URI缺少/restapi/ ,它应该像这样:

https://demo.docusign.net/restapi/v2/accounts/######/envelopes https://demo.docusign.net/restapi/v2/accounts/######/envelopes

Where ###### is the Account Number corresponding to your DocuSign account (shown in the top-right corner of the UI when you're logged into the DocuSign web console): 其中######是与您的DocuSign帐户相对应的帐号(登录到DocuSign Web控制台时显示在UI的右上角):

DS帐户编号

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

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