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
# copied from source code:classPrivateStorageView(View):
defget(self, request, *args, **kwargs):
ifnotself.can_access_file(private_file):
raisePermissionDenied(self.permission_denied_message) # here is the cause
Dear all,
given the following
PrivateStorageDetailView
I always get a Traceback for a Forbidden (Permission denied) request:
How can I handle this exception gracefully (I do not want this uncaught ServerError)?
The text was updated successfully, but these errors were encountered: