Copy link to clipboard
Copied
Hi,
I'm integrating Adobe Sign to a software product and thus do a bit of testing with the API. This means I have sent the same document several times.
Now I get an error saying there was a problem with the document and that I should contact support if I tried to create the same agreement with the same document. Well, I did, as I said I am testing.
It seems now that I have locked something for security reasons or whatever. When I send a get request to the API to list my agreements, the recent ones are in state cancelled.
Is there any chance to reset this lock, so I can go on with my work? Or might there be another problem involved?
Cheers
Benjamin
My problem was that I sent the transient document in base64 encoding instead of binary. The API didn't complain, so I thought all was well, I also thought I had read somewhere to send it base64 encoded but cannot find it anymore.
Later when it tried to make use of the document, the API found out that this is no pdf binary, thus the error. Wish the error message had been more specific and not been talking about sending the same document several times, so I thought I had been locked.
Anyway, lesson
...Copy link to clipboard
Copied
My problem was that I sent the transient document in base64 encoding instead of binary. The API didn't complain, so I thought all was well, I also thought I had read somewhere to send it base64 encoded but cannot find it anymore.
Later when it tried to make use of the document, the API found out that this is no pdf binary, thus the error. Wish the error message had been more specific and not been talking about sending the same document several times, so I thought I had been locked.
Anyway, lesson is: Send document in binary format.