Questions tagged [nuxeo-js-client]

7 questions
1
vote
1 answer

Nuxeo server upload multiple files to a document

Using below endpoint I can create document with single file in nuxeo server : http://localhost:8080/nuxeo/api/v1/path/domain/workspace. But I can not create document with multiple files. How I can do it?
Mustafa
  • 59
  • 1
  • 8
1
vote
1 answer

Create directories if not exist Nuxeo

I am attempting to do a document.copy on an existing document, with the assumption that if the directories I am copying into may or may not exist. What would be a good way to achieve that? client = new…
Abraham P
  • 15,029
  • 13
  • 58
  • 126
0
votes
1 answer

Overcome the 1000 lines limit in Results on Nuxeo shell

in order to access a nuxeo installation i am using nuxeo shell and run a query query -uid "SELECT * FROM Document where dc:created > DATE '2022-03-10' and ecm:path STARTSWITH '/default-domain/workspaces/Patricia/Documents' and ecm:primaryType <>…
0
votes
1 answer

How to change the parameters of nuxeo

I have a problem with Nuxeo, when I want to import my files with their attachements. It's necessary to adopt the parameters of The nuxeo CSV. For example : They define "dc:title" for title and "dc:description" for description. here is how it works…
K. ossama
  • 403
  • 1
  • 4
  • 15
0
votes
0 answers

Line 2 ERROR The file NuxeoCSV-USERDOC.pdf does not exist

When i want to add an attachement(csv) to a file using the addon nuxeo csv import. I got this issue: Line 2 ERROR The file NuxeoCSV-USERDOC.pdf does not exist This is the csv file :…
K. ossama
  • 403
  • 1
  • 4
  • 15
0
votes
1 answer

Where is directory temp of nuxeo?

I need to know what is the address of the folder temp of nuxeo, and what is your size?
Rotceh
  • 99
  • 2
  • 14
0
votes
1 answer

nuxeo check if directory exists through API

Let's say I have a directory at /foo/bar/bazz Let's say I would like to verify its existence programmatically: client = new nuxeo.Client(nuxeoParams) client.connect() fetchOp = client.operation "Diretory.Entries" path =…
Abraham P
  • 15,029
  • 13
  • 58
  • 126