I’m using the SDK C# and when sending a request Envelopes::GetDocument (link) to get the documents, this fails with error:
"errorCode":"COMBINEDDOWNLOAD_UNABLETOGENERATEPDF","message":"Unable to generate combined PDF. Please download the documents as an archive."
Odd thing is that we are not requesting combined documents. Asking for combined documents would need the specific keyword “combined”, but we don’t have it or use it. Could the error code be related to something else than combined documents? I have not found any information about this error code.
Best answer by Koll.Klienstuber
Tina,
My name is Koll with the developer support team at DocuSign. From what I can tell you are running into a bug (IM-39704) which is currently being investigated by our engineering team at DocuSign. A few potential workarounds might be to try and download the envelope in the normal web console, or try and use some of the parameters listed on that endpoint such as “combined” to see if that makes a difference. Ideally these workarounds wouldn’t be needed but since this is a bug, the results might vary until engineering fixes the underlying issue.
My name is Koll with the developer support team at DocuSign. From what I can tell you are running into a bug (IM-39704) which is currently being investigated by our engineering team at DocuSign. A few potential workarounds might be to try and download the envelope in the normal web console, or try and use some of the parameters listed on that endpoint such as “combined” to see if that makes a difference. Ideally these workarounds wouldn’t be needed but since this is a bug, the results might vary until engineering fixes the underlying issue.
Hi @KollK - now the GetDocuments started to respond
"errorCode":"USER_AUTHENTICATION_FAILED","message":"One or both of Username and Password are invalid. Invalid access token"
even though all other API calls before GetDocument are passing OK (like Envelopes::listDocument returns succesfully) and also checks for token validity etc. are done before calling these methods.
Just got this same error when calling get_document_with_http_info from the DocuSign ruby sdk. I was passing “combined” as the documentId and got back a 400 status code with the body:
Still getting these errors in October 2025. As I’m re-reading through this thread it’s not clear to me if the bug is that this error code is returned at all, or that it’s returned when the documentId is something other than ”combined”. I am passing ”combined”, so it may be that I just need to handle this error code by a follow-up call passing “archive”. I was hoping however that the bug was that this error code was returned at all. That would save me from having to build out that second call and handling zip files.
@Koll.Klienstuber can you clarify which piece is the bug (IM-39704), and do you have an update from the engineering team?
You can login or register as either a Docusign customer or developer. If you don’t already have a Docusign customer or developer account, you can create one for free when registering.
You can login or register as either a Docusign customer or developer. If you don’t already have a Docusign customer or developer account, you can create one for free when registering.