You are not logged in.
Pages: 1
Please tell me how to download a file from a document using CURL.
I try like this:
curl -X get ^
-H "Content-Type: application / json" ^
-H "Session-Token:%token%" ^
-H "Accept: application / octet-stream" ^
-d "{""" input """: {""" id """: 29}}" ^
%url% Document /
However, I get not the contents of the file but the description of the document
Offline
Hello, did you find a solution ?
Offline
Offline
Pages: 1