Your workflow is unique 👨💻 - tell us how you use Dropbox 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
3 Replies
- Greg-DB7 years ago
Dropbox Community Moderator
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.
- venkateshVenkat7 years agoExplorer | 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-DB7 years ago
Dropbox Community Moderator
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 and Feedback
Get help with the Dropbox API from fellow developers and experts.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
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, Facebook or Instagram.
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!