You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can succseefully sign PDF files that are attached base64-encoded in the POST request sent to the server.
However, I tested signing documents in my NC20 installation:
mysite.url/f/123: does not work: {"message":"Client error: GET https:\/\/mysite.url\/f\/13 resulted in a 401 Unauthorized response:\n{"message":"Current user is not logged in"}\n"}
mysite.url/s/uuid: does not work: {"message":"Die URL sollte ein PDF sein."}
mysite.url/s/uuid/download: does not work: {"message":"Invalid PDF"}
a. try another PDF with mysite.url/s/uuid/download: {"message":"Erfolgreich","data":{"uuid":"5d13885f-ce96-4d2d-a64f-2f99c5d7bd84"}}
First PDf was 5.5 MB while second one was 0.7 MB. Latter one worked.
Is there another way to select a PDF from my NC20 installation?
The text was updated successfully, but these errors were encountered:
Hi @aheider ,
It is now possible to request the signature of a document via Files, API and LibreSign app. It's on the main branch and we'll be releasing a new stable version soon.
The API is documented at: https://libresign.github.io/api/
I can succseefully sign PDF files that are attached base64-encoded in the POST request sent to the server.
However, I tested signing documents in my NC20 installation:
GET https:\/\/mysite.url\/f\/13
resulted in a401 Unauthorized
response:\n{"message":"Current user is not logged in"}\n"}First PDf was 5.5 MB while second one was 0.7 MB. Latter one worked.
Is there another way to select a PDF from my NC20 installation?
The text was updated successfully, but these errors were encountered: