I want to share a folder inside a team space to a specific people but i can't find the shared id of that created folder
The response when created the folder with the https://api.dropboxapi.com/2/files/create_folder_v2 endpoint :
{
"metadata": {
"name": "TEST3",
"path_lower": "/XXX/XXXX/test3",
"path_display": "/XXX/XXXX/TEST3",
"parent_shared_folder_id": "0000000",
"id": "id:XXXXXXXX",
"sharing_info": {
"read_only": false,
"parent_shared_folder_id": "0000000",
"traverse_only": false,
"no_access": false
}
}
}
"entries": [
{
".tag": "folder",
"name": "TEST3",
"path_lower": "/XXX/XXXX/test3",
"path_display": "/XXX/XXXX/test3",
"parent_shared_folder_id": "0000000",
"id": "id:XXXXXXXX",
"sharing_info": {
"read_only": false,
"parent_shared_folder_id": "0000000",
"traverse_only": false,
"no_access": false
}
}