Support public id-based dav requests
Open
Category:Enhancement
- Dominant language
- Go
- Stars
- 2.1k
- Forks
- 274
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 106
Description
Id-based dav requests via `.../dav/spaces/{fileId}` currently only work in an authenticated context. Requests via `.../dav/public-files` on the other hand work publicly, but only path-based, not id-based.
The Web client needs those public dav requests to work id-based as well, otherwise we would need to keep supporting ids *and* paths. That feels like an unnecessary overhead.
\cc @butonic
Contributor guide
Assessment
This issue has not been assessed yet.