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
I have a user sharing folders with some other users.
Those users have a limit of "500KB", so only an initial PDF file from the skeleton dir is in die users folder.
When a user tries to delete a file in a shared dir an error is shown "cannot delete file" (the file is deleted, but still throws an error, because the file is too big for the users trash bin).
Steps to reproduce
Try to delete a file of a shared folder which is bigger than your free quota
Expected behaviour
File should be moved to trash bin of the user who tries to delete the file though it doesn't meet quota requirements
OR
File should be moved to trash bin of the user who shared the folder
Actual behaviour
An error "cannot delete file" is shown.
File is deleted (but not in any trash bin, so the error message is misleading too, if required i may create an extra issue for this bug)
Possible implementations:
Add an option in settings to move deleted files to the trash bin of the user who shared a folder instead of the user who deleted a file
Make quote don't apply to trash bin
Add an option to add an extra quota for the trash bin.
The text was updated successfully, but these errors were encountered:
GitMate.io thinks possibly related issues are #1575 ([Feature Request] Add configuration for "Sharing URL"), #8331 ([FEATURE REQUEST] LAN Sync), #7616 (Feature request: Sync existing), #2085 (Feature Request: Option to hide download link of shared media), and #10118 (Please add MEGA support for 'External Storage' plugin [feature request]).
Similar to #10265 and a proper explanation of why it works how this is also in there. Thus I will close this one in favor of the other one to enhance the behavior of the trash bin to only store the file where it belongs and not duplicate it.
Situation:
I have a user sharing folders with some other users.
Those users have a limit of "500KB", so only an initial PDF file from the skeleton dir is in die users folder.
When a user tries to delete a file in a shared dir an error is shown "cannot delete file" (the file is deleted, but still throws an error, because the file is too big for the users trash bin).
Steps to reproduce
Expected behaviour
File should be moved to trash bin of the user who tries to delete the file though it doesn't meet quota requirements
OR
File should be moved to trash bin of the user who shared the folder
Actual behaviour
An error "cannot delete file" is shown.
File is deleted (but not in any trash bin, so the error message is misleading too, if required i may create an extra issue for this bug)
Possible implementations:
The text was updated successfully, but these errors were encountered: