docusignapi - DocuSign Post Template REST API call error "UNABLE_TO_LOAD_DOCUMENT" -


when performs simple call docusign rest api (post template), error:

{     "errorcode": "unable_to_load_document",     "message": "unable load document. unable load document(1: document.pdf). document password protected, please remove password protection before using document." } 

but document isn't password protected. how can resolve issue?


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -