One month down in 2025: How are your resolutions coming along? Check out how to get back on track here.
Forum Discussion
maitrap
8 years agoExplorer | Level 3
Get user's account info on V2 api (javascript)
Hello,
I am trying to get the user detail information for my development, and the information that I am interested in is "display name" and the "email"
I use to get that using client.getAccountInfo() in V1 api.
Could you please let me know how to get them in V2?
Thanks
Maitrap
- Greg-DB
Dropbox Staff
For using API v2 from JavaScript, we recommend using the official Dropbox API v2 JavaScript SDK:
https://github.com/dropbox/dropbox-sdk-js
The equivalent method is usersGetCurrentAccount:
https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#usersGetCurrentAccount__anchor
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,950 PostsLatest Activity: 8 hours 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!