upload icon indicating copy to clipboard operation
upload copied to clipboard

Give warning or hide download button

Open luceos opened this issue 7 years ago • 2 comments

Instead of doing only a backend side authentication against the permissions, throw a warning or hide the download button completely in the frontend ux.

luceos avatar Jul 01 '17 05:07 luceos

This would be great! Currently if a user doesn't have permission to download a file he'll get a JSON error message: {"errors":[{"status":"401","code":"permission_denied"}]}. Either hide the download button or prompt with a login to download dialog.

evalation avatar Nov 03 '17 21:11 evalation

#194 adds a alert with an unauthorized message. It might still not be the most user-friendly option but that's one step forward.

clarkwinkelmann avatar Feb 06 '20 23:02 clarkwinkelmann