Hi,
We have tried to create the team folder and add the entire team but failed. After successfully created team folder by api "https://api.dropboxapi.com/2/team/team_folder/create", we tried to add the entire team with "group_id" to the team folder but failed, the api is " https://api.dropboxapi.com/2/sharing/add_folder_member", the detail information( token and user id is hided):
curl -X POST https://api.dropboxapi.com/2/sharing/add_folder_member \
--header "Authorization: Bearer access_token_hide" \
--header "Dropbox-API-Select-User: dbmid:xxxxxxx_hide" \
--header "Content-Type: application/json" \
--data "{\"custom_message\":\"Documentation for launch day\",\"members\":[{\"access_level\":\"editor\",\"member\":{\".tag\":\"dropbox_id\",\"dropbox_id\":\"g:c858e6f315e1cbf00000000000000299\"}}],\"quiet\":false,\"shared_folder_id\":\"11933718145\"}"
response: {"error_summary": "access_error/not_a_member/", "error": {".tag": "access_error", "access_error": {".tag": "not_a_member"}}, "user_message": {"locale": "en", "text": "You aren\u2019t a member of this shared folder."}}