0
Respuestas

Owncloud desktop client does not sync txt, xml, json, js etc.

maxhan hace 10 años actualizado por Eugene Pankov (Project coordinator) hace 10 años 1
Owncloud desktop client does not support gzip, however, ajenti enables gzip by default for txt, xml, json, js etc. When the client attempt to sync files with those extensions, it will throw a "no etags provided by server" error because it can not decode gzip.

The solution is to add gzip directive to the advanced tab for owncloud website configuration.

gzip off;