-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Can't rename files in Shared with me even though I have full access #639
Comments
This is an odd one in terms of rights, for example, say user A is storing HR complaints in |
Agreed this "feature" can lead to information disclosure. I think here the issue arise from an unclear error handling. How about being clearer?
|
Since this problem applies to basically any shared file/folder, maybe we should simply remove the "rename" option from the action menu? |
I think the option of doing it when we have at least read rights on the parent folder works, with indeed a clearer message to explain what's up, it's as you wish |
So, basically, we can do the following, right? Folder tree: My Drive/Folder A/file.txt Case 1: only file.txt is shared with me Suggested behaviour:
Case 2: Folder A is also shared with me Suggested behaviour for file.txt:
Suggested behaviour for Folder A:
|
I think that works, but folder A wouldn't be a special case, however we really need to make an explicit message for this instance because there is no way any user could guess they need read access to the parent to do it, it's very counter-intuitive. Something like "You cannot rename a file/folder that is shared with you if you do not have read access to the parent folder of the file/folder (of the file's creator)" |
guys, if the file is shared with "manage" permissions, it means user B has the same permissions as the owner of the file. |
what if you rename the file to a name that already exists in the parent folder then ? |
@ericlinagora Yes, let's check "read" permissions for the parent folder for "rename" action |
1.0.3, staging, Firefox
Expectation: I can rename files when I have full access
Screen.Recording.2024-07-26.at.17.12.40.mov
The text was updated successfully, but these errors were encountered: