We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb0c37a commit 7e13aeeCopy full SHA for 7e13aee
thumbnails/handler.go
@@ -174,7 +174,7 @@ func (s *Thumbnails) davUserContext(next http.Handler) http.Handler {
174
urlPath, _ := url.PathUnescape(r.URL.Path)
175
176
storageSpaceID, resourcePath := router.ShiftPath(urlPath)
177
- _, spacePath, ok := spaces.DecodeStorageSpaceID(storageSpaceID)
+ _, spacePath, ok := spaces.DecodeStorageSpaceIDToPath(storageSpaceID)
178
if !ok {
179
s.writeHTTPError(w, errtypes.NotFound(""))
180
return
0 commit comments