add api test for search files using tag in project spaces (#6853)

This commit is contained in:
Nalem7
2023-08-04 17:29:02 +05:45
committed by GitHub
parent 946940d280
commit 048d67c712
3 changed files with 49 additions and 9 deletions

View File

@@ -747,7 +747,7 @@ class WebDavHelper {
if ($type === "trash-bin") {
return "/remote.php/dav/spaces/trash-bin/" . $spaceId . '/';
}
return "dav/spaces/" . $spaceId . '/';
return "/remote.php/dav/spaces/" . $spaceId . '/';
} else {
if ($davPathVersionToUse === self::DAV_VERSION_OLD) {
if ($type === "trash-bin") {