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
WMA could use a getAllPermissions endpoint to retrieve all users who have been granted fine-grained permissions on a path.
This is for supporting projects/shared workspaces.
Not urgent as they have a workaround.
Some questions:
Include owner?
Probably show with MODIFY perm.
When retrieving perms for a sub-path include permissions for higher level paths?
Suppose user has been granted READ for path /dir1/dir2 and MODIFY for dir2.
What is resulting perm on dir2? What to show for getAllPermissions?
The text was updated successfully, but these errors were encountered:
WMA could use a getAllPermissions endpoint to retrieve all users who have been granted fine-grained permissions on a path.
This is for supporting projects/shared workspaces.
Not urgent as they have a workaround.
Some questions:
Include owner?
Probably show with MODIFY perm.
When retrieving perms for a sub-path include permissions for higher level paths?
Suppose user has been granted READ for path /dir1/dir2 and MODIFY for dir2.
What is resulting perm on dir2? What to show for getAllPermissions?
The text was updated successfully, but these errors were encountered: