[Feedback] Nuxeo Drive for the document type "Note"

Hi,

When I put the file in my NuxeoDrive A folder on my local machine, the file A is synchronized Nuxeo as Note.

A feature of file A: filename: fileA.txt; mime-type: text/plain; charset = us-ascii

My colleagues aren't able to synchronize the file A in their NuxeoDrive folder because the note does not contain attachment (file:content) but its content in HTML (note:note)

Can we not when creating a note in Nuxeo automatically put the contents of the metadata note:note in a file attached?

Or just when you upload a text/plain file, create a document type “File” to be synchronized correctly with NuxeoDrive.

Thank you Pierre

0 votes

1 answers

1998 views

ANSWER



This is not an expected behaviour, indeed a Note with the note:note feld is seen in Nuxeo as a BlobHolder, so it should be synchronized, works on our side. You should check the client logs located in ~/.nuxeo-drive/logs/nxdrive.log , they might give you some useful information. Note that by default the log file is set to DEBUG level but you can set it to TRACE by running the commandline:

ndrive --log-level-file=TRACE

About mapping a document type to a mime type, see http://explorer.nuxeo.org/nuxeo/site/distribution/current/viewExtensionPoint/org.nuxeo.ecm.platform.filemanager.service.FileManagerService–plugins

0 votes