605 results matched your search criteria
Forum topic
OneSpan Sign
Hi all. Help with the following really appreciated.
Below code produces exception: "code":500,"name":"Unhandled Server Error". This exception occurs when uploading PDF with form inputs. Flat PDF (no form inputs) works fine.
Forum topic
OneSpan Sign
Hi,
I want to get pdf document.
In POSTMAN
var request = require("request");
var options = { method: 'GET',
url: 'https://sandbox.esignlive.com/api/packages/{packageId}/documents/{documentId}/pdf',
headers:
{ 'postman-token': '731de084-90fd-c0ac-2fff-346723de7315',
'cache-control': 'n
Forum topic
OneSpan Sign
Hi!
When sending some eSignLive packages (.NET SDK), here is the error message I receive for some of the packages I send (it works for others :-S)
What does it mean that my document could not be flattened ?
Forum topic
OneSpan Sign
Is there any limit on the number of documents which we can upload to Eoriginal vault by specifying the vaulting_data.We are able to upload the documents upto 8 in a single transaction but when we try to upload more than 8, we are getting error from the OneSpan APIs.
Forum topic
OneSpan Sign
Hi,
I am trying to add text tags into my document using the REST API
I am following this example:
https://www.onespan.com/blog/onespan-sign-how-using-text-tags
Forum topic
Intelligent Adaptive Authentication
Hi,
I am getting following error when I am trying to download Package Document Data.
Forum topic
OneSpan Sign
Greetings
I'm doing some scale testing and I've noticed that I can't programmatically upload data to a textarea using REST if the data is longer than 2100 characters (approximately).
Forum topic
OneSpan Sign
In the Laserfiche Web Access 11, when trying to create a new connection profile, I receive the error "Error - Error: [$rootScope:inprog] http://errors.angularjs.org/1.8.2/$rootScope/inprog?p0=%24digest".
Forum topic
OneSpan Sign
While attempting to upload a document to a package via the following call: https://sandbox.esignlive.ca/api/packages/9uPhYzkvKRJXmdxv4Bje_7gz9Ls=/documents
I am presented with the following error:
POST https://sandbox.e-signlive.ca/api/packages/9uPhYzkvKRJXmdxv4Bje_7gz9Ls=/documen
Forum topic
OneSpan Sign
Hi!
I have been trying to upload multiple documents with a post request to '/api/packages' (the sandbox) url and getting getting the error indicating the number of documents sent in the payload is different from what I attached,
Could have a look at the code and let me know, what I am missing?