REST
I tried to make a call HTTP using a request to complete a task :HOST/nuxeo/api/v1/task/{taskId}/{action} adding the values of two parameters(taskId,action) But I have an exception 500 What does it mean ?
0 votes
1 answers
0 comments
49 views
0 votes
2 answers
5 comments
68 views
What is the way to create a document and set a managed blob on it using the rest API, on a 10.3 snapshot? I have a custom blob provider, my client layer knows the id of the blob in the remote provider.
0 votes
1 answers
1 comments
228 views
How can I allow a nuxeo group of users accounts to acces nuxeo only through the http rest API but deny them acces to the nuxeo web ui (jsf ui) ? I have searched the documentation but found nothing, please help!
0 votes
0 answers
0 comments
231 views
Is that possible to use internationalization system (properties files) with FreeMarker and the Web-Engine ? Thanks
0 votes
0 answers
0 comments
215 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
213 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
246 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
449 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
251 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
343 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
376 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
381 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
264 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
404 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 { ...
0 votes
3 answers
2 comments
431 views