0
votes

My question is in regard to Dropbox file sharing API.

Since June 2016 file can be shared with specific groups and users and external emails. Until now, specific sharing happened on the folder level.

Is there any way to retrieve the file shared members from the API? I cannot find this answer in the documentation.

Today, in my application, I am doing it for folders by calling https://api.dropboxapi.com/2/sharing/list_folder_members. From the response I extract the groups and the shared members account ids. To get the information about the accounts (display name and email addresses) I am calling https://api.dropboxapi.com/2/users/get_account_batch with the ids.

1

1 Answers