DocuSign Post模板REST API调用错误“;无法“加载”文档;

DocuSign Post模板REST API调用错误“;无法“加载”文档;,rest,docusignapi,Rest,Docusignapi,当我对DocuSign REST API()执行一个简单调用时,我得到以下错误: { "errorCode": "UNABLE_TO_LOAD_DOCUMENT", "message": "Unable to load the document. Unable to load Document(1: document.pdf). Document is password protected, please remove password protection before usi

当我对DocuSign REST API()执行一个简单调用时,我得到以下错误:

{
    "errorCode": "UNABLE_TO_LOAD_DOCUMENT",
    "message": "Unable to load the document. Unable to load Document(1: document.pdf). Document is password protected, please remove password protection before using the document."
}

但文档没有密码保护。如何解决此问题?

您是否阅读了文档登录API文档和帮助页面?是的,我阅读了。但我没有找到任何其他信息。这是。你可以共享你的PDF字节吗?我有时看到当格式无法识别时返回此错误。例如,如果您正在上载Word文档,但“扩展名”值设置为PDF。需要考虑的其他一些事情:您是否使用Base64编码?您的请求正文是否与文档id匹配?如果无法共享文档,是否可以共享请求正文?在错误消息中:文档受密码保护,请在使用文档之前删除密码保护。你试过没有密码保护的PDF吗?