javascript-client


Related Questions
Using Nuxeo elements, it seems I can not use the Guest (or anonymous) account (without credentials in the connection elements) : the “login” operation is working fine but it is followed by a call to the user directory and the Guest account is not ...
  0 votes
  0 answers
  0 comments
  1399 views

Hi Thomas, After packaging my angular app as nuxeo module and deployed to nuxeo server side, I got nuxeo a REST API issue on user behind CAS connection : OPTIONS http://localhost:8080/nuxeo/json/cmis net::ERR_NAME_NOT_RESOLVED Fetch API cannot load ...
  0 votes
  1 answers
  0 comments
  2035 views

Is there a API call to connect to Nuxeo Studio from JavaScript client in order to by pass credentials. Just curious, Nuxeo Studio trial version is ending soon and we are leaning towards more development through JavaScript client and API calls.
  0 votes
  1 answers
  4 comments
  1639 views

Hi, After uploading file (JavaScript File) through my service using nuxeo-js-client, I have this error on nuxeo server's document preview and in adobe reader (see attached) : PDF.js v1.5.188 (identifiant de compilation : 0e2d50f) Message : Invalid ...
  0 votes
  2 answers
  1 comments
  2158 views

Hi, I try to use angular-nuxeo to attach a blob, but I get excute exception. Here is my code : documentUploader(uid: string, file : File): IPromise<Object> { let defer = this.$q.defer(); let options : any = {}; options.operationId = ...
  0 votes
  8 answers
  8 comments
  2334 views

Hello, First, thank you for your work :) I would like to custom each row color of the data-table but I have a problem, I can collect each row and add a new class (with the new color) but the color change * after * the table was full. So, each time ...
  0 votes
  1 answers
  0 comments
  2051 views