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
The role in the scope set by reva in a public share link is incorrect when created with Uploader role. It is editor, but should be uploader.
I think this is due to the fact that in the publicshares auth manager. the only permission checked is InitiateFileUpload and assigned an editor role, while the correct check should be:
if InitiateFileDownload and InitiateFileUpload are set => editor role
if only InitiateFileUpload is set => uploader role
The text was updated successfully, but these errors were encountered:
The role in the scope set by reva in a public share link is incorrect when created with Uploader role. It is
editor
, but should beuploader
.I think this is due to the fact that in the
publicshares
auth manager. the only permission checked isInitiateFileUpload
and assigned aneditor
role, while the correct check should be:InitiateFileDownload
andInitiateFileUpload
are set =>editor
roleInitiateFileUpload
is set =>uploader
roleThe text was updated successfully, but these errors were encountered: