great-nest-85986
07/23/2024, 7:17 AM{
"relation_tuples": [
{
"namespace": "Folder",
"object": "child",
"relation": "parents",
"subject_id": "parent"
},
{
"namespace": "Folder",
"object": "parent",
"relation": "owners",
"subject_id": "robert"
}
],
"next_page_token": ""
}
I am expecting to be able to "view" the "child" Folder with the user "robert" because "robert" is 'owners' of "parent". Should it work like this or am I doing something wrong?