When listing sharing folders via API https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_folders
There is no `folder_id` in the returning metadata of all entries.
I was wondering in what circumstances the `folder_id` will be in the response ?
Asking because `folder_id` can help to identify the folder under members' folder since all shared folder has different `file_id` in each members' folder.
Thanks.