Nuxeo Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

REST API error codes and messages

Does a documented list exist of error codes and messages which can occur when using the REST API ? For instance "file not found" is a message, but I could not find an associated errorcode. Is there a recommended way on handling these errors (in PHP)?

olaf_ by Champ on-the-rise
  • 225 Views
  • 2 replies
  • 0 kudos

Resolved! getting file name, size, etc (5.8)

Hi, With Nuxeo 5.8, the GET request nuxeo_url/nuxeo/api/v1/id/document_id only gives the following metadata: { "entity-type" : "documents", "entries" : [ { "uid" : "673dd1d6-0b75-4a5a-8454-8abcb0e79c0e", "contextParamete...

Update more than one field

I designed a custom schema for a vocabulary. This extended schema adds fields such as code, extra label, etc. Up until now, I ve used the suggestion widget with searches (create / edit) or displayed information (read) using those extra fields. Quite ...

PDF content not recognized

Hi, after upload a PDF-file the content is not recognized as PDF. Instead I get a "normal" file icon (see image attached). Any suggestion?

Permission problem

Hello everyone, I recently updated our Nuxeo platform directly from version 5.8 to 7.10. Today I noticed some problems with ACLs. For some users (not all), they can file a document in the workspace, and when they want to publish it, they can see the ...

Problem with ACLs when migrating data

hi I'm testing to export / import data between two instances of Nuxeo (from 5.4.1 to 5.7). I'm using the export tool in the selection tab. The document.xml produced contains ACLs and I'm trying to reproduce the same context : for instance, for such a...

Nuxeo Annotation Feature

Hi, I am newer to Nuxeo, I was checking the features of Nuxeo so that comparison can be made and finalize which ECM is to adopt in Our Project. For this purpose I had configured Nuxeo 6.0 Multi OS platform on my Local System with Online Trial Account...

Dipen_Shah by Champ on-the-rise
  • 130 Views
  • 0 replies
  • 0 kudos

Problem with ElasticSearch Date Range aggregate

I have a custom schema holding a date field. I have designed a content view with a filter containing aggregate widgets. The date histogram works fine on my custom field, but the date range does not seem to work, at least with my custom field : I ve t...