You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 5, 2024. It is now read-only.
Currently, methods like getFileContents always goes to a path like {{host}}/remote.php/webdav/..., e.g. https://localhost:9200/remote.php/webdav/12345. Spaces require to query URLs like https://localhost:9200/dav/spaces/12345, hence we need to support arbitrary webdav URLs.
Currently, methods like
getFileContentsalways goes to a path like{{host}}/remote.php/webdav/..., e.g.https://localhost:9200/remote.php/webdav/12345. Spaces require to query URLs likehttps://localhost:9200/dav/spaces/12345, hence we need to support arbitrary webdav URLs.