docusign / docusign-esign-csharp-client

The Official Docusign C# Client Library used to interact with the eSignature REST API. Send, sign, and approve documents using this client.
https://developers.docusign.com/docs/esign-rest-api/sdks/csharp/
MIT License
129 stars 159 forks source link

GetDocumentWithHttpInfo missing headers #390

Closed 42jdg closed 1 year ago

42jdg commented 1 year ago

Using DocuSign.eSign, Version=5.12.0.0, after calling to "_envelopesApi.GetDocumentWithHttpInfo" the returned result contains 13 headers, and one of them is the content-disposition:

{[Content-Disposition, file; filename="Test1.docx.pdf"; documentid="1"]}

Using DocuSign.eSign, Version=6.0.0.0, the same call, return 10 headers only, and no one is the content-disposition, so the file name is not present (but the document is retrieved ok)

Does somebody know why the content disposition is not available anymore using V6.0.0.0?

jglassenberg commented 1 year ago

Sorry for the delayed reply here. We have noted this issue for our engineers to investigate. With the holidays coming up our releases may be less frequent, but we hope this isn't a blocker issue for the moment (if it is, let me know).

jglassenberg commented 1 year ago

I'm on the Product team at Docusign, fyi.

kenharris commented 1 year ago

Hi there, the response content headers should be returned again in version 6.2.0. I'll close the issue now, but feel free to re-open if that version hasn't resolved your issue.