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

Forum Posts

Export metadata schema

Hi all, Could you please tell me is it possible to export a metadata schema in Nuxeo without the metadata? What I would like to do is to know all the metadata fields that a certain document stored in Nuxeo can contain and my idea is to somehow export...

How to use environment variable in slot-content ?

I added a custom property to the nuxeo.conf file. I want to use this custom property in webui. For exemple in slot-content <nuxeo-slot-content name="defaultMY_SLOT_NAME" slot="MY_SLOT_NAME"> <template> <my-element my-element-property=[[my-custom-pr...

How to specify document type when uploading via API

Hi all, Whenever I try to upload an image using a Nuxeo .NET SDK the document is automatically created as Picture. How can I change this? In my use case I have several different Document Types for jpgs and I would like to manually decide which type w...

NXQL Order by datetime

I would like to pull all the documents are created recently using NXQL. Please suggest me the NXQL for the same order by date

__11 by Champ in-the-making
  • 59 Views
  • 1 replies
  • 0 kudos

Resolved! How to connect nuxeo docker container to mongodb

Hello, I try to run a nuxeo docker container with mongodb using the following command: docker run --name mynuxeo -p 8080:8080 -e NUXEO_DB_HOST="mongodb://192.168.43.43" -e NUXEO_DB_TYPE="mongodb" nuxeo This command return the next error: Could not ru...

Google Cloud Storage Permissions

We have been working on setting up GCP cloud storage and were able to get it working, however, the permissions set to allow it to work are not considered secure. Currently, we have the following permissions applied: Project perms: storage.buckets.lis...