github.com/cs3org/reva/v2@v2.27.7/changelog/1.12.0_2021-08-24/introduce-dav-spaces.md (about)

     1  Enhancement: Introduce new webdav spaces endpoint
     2  
     3  Clients can now use a new webdav endpoint `/dav/spaces/<storagespaceid>/relative/path/to/file` to directly access storage spaces.
     4  
     5  The `<storagespaceid>` can be retrieved using the ListStorageSpaces CS3 api call.
     6  
     7  https://github.com/cs3org/reva/pull/1803