I am trying to fetch the permissions of multiple files using batching, I have shared a file `abc.txt` to a group which was created automatically and includes invited members. But while running the API, response is not returning that group.
API endpoint: https://api.dropboxapi.com/2/sharing/list_file_members/batch
Response:
{
"file": "id:88aWjhZozYsAAAAAAAAAyA",
"result": {
".tag": "result",
"members": {
"users": [],
"groups": [],
"invitees": []
},
"member_count": 0
}
},<p> </p>