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

Forum Posts

Resolved! REST API to fetch all the documents in a workspace

I need to fetch all folders/documents inside a workspace. I was going through the REST APIs mentioned here and tried the following REST call: http://localhost:8080/nuxeo/site/api/v1/path/default-domain/workspaces/templatesamples But this returns only...

Pranav_Pal by Champ in-the-making
  • 79 Views
  • 2 replies
  • 3 kudos

Download permission

Its possible to deny to a group the download action? or hide the Download button to them? I want users just to "read" the files but not download them. Thanks

nespinoza_ by Champ in-the-making
  • 52 Views
  • 2 replies
  • 0 kudos

Illegal path..when using Ephesoft and Nuxeo

Hi, We're using Nuxeo platform 7.4. In context we're trying to push metadata comming from Ephesoft in Nuxeo using CMIS. In CMIS I have this confifuration: Cmis Root Folder Name:* default-domain/workspaces/Projets/Remboursement Cmis Upload File Extens...

Compiling Nuxeo From Source : Build Failure

I keep getting this error when compiling nuxeo. I already have grunt on my local, the error seems weird since I tested in its actual directory("C:\Users\vincent\Documents\nuxeo\nuxeo-dm\nuxeo-platform-webapp"). Can someone tell me how to fix this? [...

How to add Primefaces TreeTable / TreeGrid widget?

We want to add a widget (treetable) that doesn't exist in Richfaces. We have added Primefaces jar to the nxserver/lib folder, but we had some problems, because in some pages both libraries (RF and PF) are loading their own jQuery with different versi...

Fetch Documents from ID list

I'm looking for the right operation with 'Automation' or 'REST' API to fetch Documents from a list of documents IDs (inputs). I've tried 'Context.FetchDocument' so far but it cannot be invoked with an array of IDs (even if the signature says Inputs: ...