Learn how to make the most out of the Dropbox Community here 💙!
Forum Discussion
venkateshVenkat
7 years agoExplorer | Level 3
Endpoint to get email address of the shared files and folders of dropbox user
I am searching for an endpoint which returns the email address of the Dropbox user who shares a file or folder? Could you let me know whether we have an endpoint for that in Dropbox API
- Greg-DB
Dropbox Staff
If you get the 'account_id' for a shared member, e.g., as returned from /2/sharing/list_folder_members[/continue], you can then use that value to get the account information from /2/users/get_account.
- venkateshVenkatExplorer | Level 3
Suppose if we share a file or some one shares a file with us. Is it possible to get their email address?
- Greg-DB
Dropbox Staff
It sounds like you're referring to the "shared file" type of sharing covered by /2/sharing/list_received_files[/continue] in particular. No, the Dropbox API doesn't list the owner or recipient for this kind of sharing, but I'll pass this along as a feature request.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,975 PostsLatest Activity: 5 days ago
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!