REST
Is that possible to use internationalization system (properties files) with FreeMarker and the Web-Engine ? Thanks
0 votes
0 answers
0 comments
1287 views
Hello All, I would like to use a page provider for my search endpoint. Is it possible to create a page provider without nuxeo studio? If yes, could you please tell me how?
0 votes
0 answers
0 comments
1145 views
I was setting up a password policy (via userManager extension point) on our nuxeo instance and discovered the following behavior: Entering a password that does not match the defined policy, when creating a user via WEB-UI, is resulting in an ...
0 votes
1 answers
0 comments
1353 views
Hi everybody, I'm having trouble uploading files with the Uploader object. Here's how I do it : I have a class dedicated to managing REST operations in which I created the methods. At instanciation : public TransferFactory(Client client){ uploader = ...
0 votes
1 answers
0 comments
1780 views
I can download file content using postman. When file is big it's ask me the location where I should download. Is there a possibility to automate the process and tell the location through rest api.
0 votes
1 answers
0 comments
1374 views
I have problem with uploading file with rest api using coldfusion language. At the first I tried using postman and it's working. For example first I sent http request to create batchId <cfhttpparam type="header" name="Authorization" value="Basic ...
0 votes
0 answers
1 comments
2440 views
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 ...
0 votes
0 answers
1 comments
2020 views
I have updated my document, which is Test.pdf with the following metadata : transaction:date = “2050-12-25”, transaction:time = “16:00:00”, transaction:id = “aaaa-bbbb” Below the rest api: PUT http:// { “entity-type”: “document”, “properties”: { ...
0 votes
1 answers
2 comments
1863 views
I could not to log in to the nuxeo using my user - Administrator and password - Administrator. I am getting the following error: “Cannot create a CoreSession when transaction is marked rollback-only” Please see below error trace: 2018-04-27 ...
0 votes
0 answers
0 comments
1608 views
I am new to nuxeo. Is there possibilities to search document by directory and title. For example I have document “HelloWorld.doc” which is located inside “/default-domain/workspaces/Sample Content/PDF and Office Documents” . I can run rest api that ...
0 votes
1 answers
0 comments
2603 views
I am new to nuxeo and I would like to add customize metadata to the document, in my case it's transaction ID. For example I have created document from the file with rest api: POST http://nuxeo/nuxeo/api/v1/id/de72f8e6-348e-477b-8824-9b1c157b4f7d { ...
1 votes
3 answers
2 comments
3525 views
Please provide example project to create an custom rest api for nuxeo? I have gone through nuxeo documentation already but didn't really understood.
0 votes
1 answers
1 comments
1898 views
Hi, I am trying to develop a java program (java client + rest API) that allows to create nuxeo documents by using as input a csv file. I followed the tutorial of nuxeo “https://doc.nuxeo.com/nxdoc/java-client/#operation-api” and I created a document ...
0 votes
0 answers
0 comments
2138 views
Hi, I try to create a java client nuxeo, I followed this tutorial https://doc.nuxeo.com/nxdoc/java-client/, but i can't import “org.nuxeo.client.api”. it fails with an error : the import org.nuxeo.client.api cannot be resolved. Does anyone have any ...
0 votes
1 answers
3 comments
2557 views