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
After a TUS upload, oCIS reply on the last chunk contains a header that delivers the permissions of the file that was just uploaded. The header is called OC-Perm.
In the current implementation in reva/internal/http/services/owncloud/ocdav/tus.go the permissions are not correctly computed, but only deliver a placeholder.
After a TUS upload, oCIS reply on the last chunk contains a header that delivers the permissions of the file that was just uploaded. The header is called
OC-Perm
.In the current implementation in
reva/internal/http/services/owncloud/ocdav/tus.go
the permissions are not correctly computed, but only deliver a placeholder.The permissions need to be correctly computed.
@wkloucek
The text was updated successfully, but these errors were encountered: