You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the code, there's no way to pass the bytes in the method parameters and it's just set to "{}".
So when you call it, you get the error:
Error while requesting server, received a non successful HTTP code 400 with response Body: '{"errorCode":"FORMAT_CONVERSION_ERROR","message":"The data could not be converted. The document is empty."}'
The text was updated successfully, but these errors were encountered:
Thank you for the bug report. I've filed internal bug DCM-6703. Please ask your DocuSign support contact to add your company's information to the bug report. I don't have a schedule for a fix. In the meantime, as a workaround, you may wish to call the API directly for this API method.
docusign-esign-java-client/src/main/java/com/docusign/esign/api/EnvelopesApi.java
Line 6705 in 9e01628
According to the rest api, the bytes should be submitted as the body of the PUT: https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopeattachments/create/
Looking at the code, there's no way to pass the bytes in the method parameters and it's just set to "{}".
So when you call it, you get the error:
Error while requesting server, received a non successful HTTP code 400 with response Body: '{"errorCode":"FORMAT_CONVERSION_ERROR","message":"The data could not be converted. The document is empty."}'
The text was updated successfully, but these errors were encountered: