How to Upload File and Bind him to Document Using the REST API and Download File Attached to Documents Using the REST API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2018 05:49 PM
Are the following documents are up to date: https://www.nuxeo.com/blog/qa-friday-download-files-attached-documents-rest-api/ and https://www.nuxeo.com/blog/qa-friday-upload-files-documents-rest-api/?
Please correct me if I am wrong.
Currently I have successfully uploaded file using three rest api steps with POSTMAN:
1. create batchId with http POST http://
What is difference between POST http://localhost:8080/nuxeo/api/v1/upload/
What should I use? Is anyone can provide some examples(any programming language) with uploading file and binding to the document and download file attached to the document. Any help will be appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2018 09:30 AM
Please disregard my question.
