nuxeo-js-client
How can i get WorkManagerStatus info ? Is there a way to query this info, i want to fetch Queue pictureViewsGeneration info
0 votes
1 answers
0 comments
740 views
Is there a complete example of how to download a file using the JavaScript Nuxeo Client? I have tried coding this and need some help. Attached is a function from a React application which uses Electron. The code to display the file using PDF works ...
0 votes
2 answers
0 comments
871 views
Hi Everybody, When I set my nuxeo-dropzone element and restrict it to pdf file type, I want to be able to display an error message that it cannot load the file. It fails silently if you upload a type that's not accepted. Example, <nuxeo-dropzone ...
0 votes
2 answers
0 comments
11581 views
Hi people, I want to use a JWT token witch come from a specific API REST server in my angular 7 app to connect to nuxeo server through nuxeo-js-client and OAuth 2 JWT Flow** but I don't have an example. There are not a real example on how to ...
0 votes
3 answers
1 comments
1965 views
Hi everybody, I want to use nuxeo js client o consume its REST api in my Angular 7 client, but i can't use it because this is a javascript package and it don't have any types definition for typescript. However i tried to include this library in my ...
0 votes
1 answers
0 comments
1960 views
Hello, navigation problem that often happens : here is log error : ERROR [org.nuxeo.ecm.webapp.context.NavigationContextBean] does anyone know what it's about Thanks
0 votes
0 answers
0 comments
1043 views
Hello, I wanto you change the title of my Nuxeo Plateform Page (I can do it in the admin tab by changing widget name of product) but I want to make it by an extension in studio. Someone know a way to do that? Thanks Sincerely
0 votes
0 answers
0 comments
992 views
nuxeo-cli@1.8.4 and generator-nuxeo@2.8.1 are installed globally (as well as nuxeo@3.7.1 ) When i bootstrap an angular projet, the dependency in package.json for nuxeo javascript client is 1.2.1 instead of expected latest Nuxeo JS client version ...
0 votes
1 answers
0 comments
1524 views
Hi, I want to merges blobs but when I try `nuxeoClient.operation('Blob.ConcatenatePDFs') .params({ filename: fileName }) .input(blobList) .execute() ` , I get ...
0 votes
5 answers
4 comments
4629 views
When i run script createContract.js from page https://doc.nuxeo.com/nxdoc/manipulating-documents/ I get error when i run code return repository.create(portfolio.path, contractToCreate); Apologies, an error occurred.
{ Error: Bad Request at ...
0 votes
0 answers
0 comments
1622 views
Advance thanks for any help. I am trying to upload file of size more than 2gb by breaking the file into chunks (Resumable) and iterating through chunks and trying to upload each chunk at a time. But api is throwing following error. message: ...
0 votes
0 answers
0 comments
2564 views