Skip to content

Instantly share code, notes, and snippets.

@GrennKren
Last active June 25, 2024 03:53
Show Gist options
  • Save GrennKren/8608d655837584ccee9bc2982d1dfa35 to your computer and use it in GitHub Desktop.
Save GrennKren/8608d655837584ccee9bc2982d1dfa35 to your computer and use it in GitHub Desktop.
Owncloud - Sync Problem in Owncloud Client
1) HTTP_OC_CHUCKED OC_Chunked header "is allowed only in webdav endpoint owncloud".
This happen when after set env OWNCLOUD_CHUNKING_NG=0 ?
revert that OWNCLOUD_CHUNKING_NG to OWNCLOUD_CHUNKING_NG=1 or just remove it.
2) Connection Closed
Only works for files below 100mb?
set environment variable OWNCLOUD_MAX_CHUNK_SIZE
e.g :
OWNCLOUD_MAX_CHUNK_SIZE=10737418240 ; for 10GB (default 100000000 or 100MB)
https://doc.owncloud.com/desktop/next/advanced_usage/environment_variables.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment