We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to list the folders in account using the SDK, with the following code snippet.
var foldersApi = new FoldersApi(ApiClient.Configuration); var listOptions = new FoldersApi.ListOptions { include = obterPastasDTO.Tipo.ToString() }; var resultFolders = foldersApi.List(Account.AccountId, listOptions);
But the method is throwing the same exception that was occuring in the issue #141.
Could you help to some this problem?
The text was updated successfully, but these errors were encountered:
I'm sorry you're having this problem. Can you provide the full stack trace of the exception? Please provide it as text, not as a screenshot.
Also: What version of the C# SDK are you using? If you're not already, can you try with the current version, v4.1.1?
Thanks, Larry
Sorry, something went wrong.
@LarryKlugerDS this issue is random.
The stack trace:
[ApiException: Unhandled response type.] DocuSign.eSign.Client.ApiClient.Deserialize(Byte[] content, Type type, IList`1 headers) +277 DocuSign.eSign.Api.FoldersApi.ListWithHttpInfo(String accountId, ListOptions options) +3163 DocuSign.eSign.Api.FoldersApi.List(String accountId, ListOptions options) +79 Anapro.BusinessLayer.Unmapped.Integracao.AssinaturaDigital.AssinaturaDigitalDocuSign.ObterPasta(ObterPastasDTO obterPastasDTO) in D:\dev\trabalho\git\gestao-vendas\SistemaAnapro\Business\BusinessLayer\Unmapped\Integracao\AssinaturaDigital\AssinaturaDigitalDocuSign.cs:46 integracao_assinaturadigital_VincularModelos.PerssistirViewStateIdPastaConstrutora() in d:\dev\trabalho\git\gestao-vendas\SistemaAnapro\AnaproWeb\integracao\assinaturadigital\VincularModelos.aspx.cs:140 integracao_assinaturadigital_VincularModelos.Page_Load(Object sender, EventArgs e) in d:\dev\trabalho\git\gestao-vendas\SistemaAnapro\AnaproWeb\integracao\assinaturadigital\VincularModelos.aspx.cs:72 System.EventHandler.Invoke(Object sender, EventArgs e) +0 System.Web.UI.Control.OnLoad(EventArgs e) +99 System.Web.UI.Control.LoadRecursive() +154 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4082
I am using the version 4.1.1 o nuget package DocuSign.eSign.dll
No branches or pull requests
I'm trying to list the folders in account using the SDK, with the following code snippet.
But the method is throwing the same exception that was occuring in the issue #141.
Could you help to some this problem?
The text was updated successfully, but these errors were encountered: