cancel
Showing results for 
Search instead for 
Did you mean: 

Does Nuxeo Drive support online editing for txt files?

arubiom00_
Star Contributor
Star Contributor

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

1 ACCEPTED ANSWER

ataillefer_
Star Contributor
Star Contributor

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.

View answer in original post

2 REPLIES 2

ataillefer_
Star Contributor
Star Contributor

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.

I had that property missing on nuxeo.conf.