10.3


Related Questions
We can set permissions on a document from the permissions tab. There we get a dialog box asking us for the users/groups, permission type and time range. Suppose, I want the permission as {users/groups : user1,user2,user2, access : read, time_range : ...
  0 votes
  1 answers
  1 comments
  1094 views

I have been trying to understand the permission management in nuxeo. As far as my understanding, ACLs are attached to a document, and they contain the information whether a user can read/write/remove the document. I wanted to know if these ACLs are ...
  0 votes
  1 answers
  0 comments
  1583 views

I have been looking for the nuxeo endpoint which grabs the response for displaying the permission on a document/workspace etc in the Permissions tab in UI. I saw here that the acls are fetched via a GET call with response as given here ,: { ...
  0 votes
  1 answers
  1 comments
  1774 views

I am getting the following error in the server logs after I set Mysql as the database from the startup setup ui. What could be the issue? 2019-02-27T14:50:00,015 DEBUG [Nuxeo-Work-updateACEStatus-14:196860548906810.1665037896] ...
  0 votes
  0 answers
  4 comments
  2107 views

I used the FileImporter to import 300 000 documents. After 200 000 documents imported, I have the following error : 2019-02-03T22:43:42,630 ERROR [ImporterExecutorMainThread] [org.nuxeo.ecm.platform.importer.executor.jaxrs.HttpFileImporterExecutor] ...
  0 votes
  0 answers
  2 comments
  1227 views

0 I want to generate a presigned URL for an S3 bucket, and upload files using the url, not through nuxeo server or the direct upload option. The documentation , says, that I need to set the CloudFrontBinaryManager as the binary manager to be used. ...
  0 votes
  0 answers
  1 comments
  1342 views

I know there are predefined widgets creating suggestions based on associated vocabularies, documents or users. Is there a simple was to provide such a feature for a free text field, based on the previous entries in this field (allowing for a kind of ...
  0 votes
  1 answers
  1 comments
  1170 views

Hi, I follow the documentation here : https://doc.nuxeo.com/nxdoc/nuxeo-bulk-document-importer/ That says to put that to disable bulk mode : <extension target="org.nuxeo.ecm.platform.importer.service.DefaultImporterComponent" ...
  0 votes
  2 answers
  2 comments
  1314 views

Hi Team, I am trying to package the s3-cloud manager I have to create a custom addon for nuxeo. To get some hands-on, I got the source code of cloudbinarymanager , which has the source code for different storage connecters. I followed the steps ...
  0 votes
  1 answers
  4 comments
  1684 views

Is there a swagger/openapi spec for the REST API? I see some jira issues but couldn't find anything useful..
  0 votes
  1 answers
  1 comments
  2483 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
  1391 views