From a820d1d8c4b8176655666d6ff3226533700017f6 Mon Sep 17 00:00:00 2001 From: VPeeters Date: Sat, 24 Aug 2024 18:05:51 +0200 Subject: [PATCH] Update README.md Spend some time debugging. The script uses a depth of infinity in WebDAV to support subdirectories. When this is disabled in OwnCloud, the script fails. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a08d0f..ed9724c 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ To add a NextCloud (ownCloud) link: Please note that you need a recent NextCloud (OwnCloud) version. Subdirectories are supported for NextCloud (OwnCloud). -**Important**: Webdav for public folders should be enabled, see: https://docs.nextcloud.com/server/20/user_manual/en/files/access_webdav.html#accessing-public-shares-over-webdav for more info. +**Important**: Webdav for public folders should be enabled, see: https://docs.nextcloud.com/server/20/user_manual/en/files/access_webdav.html#accessing-public-shares-over-webdav for more info. You should also make sure that 'dav.propfind.depth_infinity' is set to 'true'. See: https://doc.owncloud.com/server/next/admin_manual/configuration/server/config_sample_php_parameters.html#enable-propfind-depth-infinity-requests. ### pCloud