Does Nuxeo Drive support online editing for txt files?

I get an error when trying to edit online a document with primary type equals to Note. Editing those files through the synchronized folder works nice.

Apparently Drive client gets an error when it tries to access the content, since the Note type does not have an associated blob :

java.lang.Thread.run(Unknown Source)\r\nCaused by: org.nuxeo.ecm.automation.TraceException: \r\n\r\n chain \r\nName: Blob.Get\r\nException: OperationException\r\nCaught error: Failed to invoke operation Blob.Get\r\nCaused by: org.nuxeo.ecm.core.api.model.PropertyNotFoundException: Property not found: file:content\r\n Hierarchy calls \r\n\torg.nuxeo.ecm.automation.core.operations.blob.GetDocumentBlob\r\n\r\n\tat

0 votes

1 answers

2020 views

ANSWER



What is your Nuxeo version?

This has been fixed starting from 7.2 and 6.0-HF08, see https://jira.nuxeo.com/browse/NXP-16625 for details. So if you are using a Nuxeo 6.0 instance please upgrade to the latest hotfix and add the following property to nuxeo.conf:

org.nuxeo.drive.new.edit.url=true

Please also make sure you are using the latest version of Nuxeo Drive: 2.0.911.

1 votes



I had that property missing on nuxeo.conf.

Thank you. Regards.

10/21/2015