We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.

Forum Discussion

DavidPaynter's avatar
DavidPaynter
Explorer | Level 3
8 years ago

Convert V1 User to V2 User With V2 BasicAccount Details

We have a set of applications that have been using the Dropbox V1 API and the users' Display Name, Token Value and Secret Value have been stored in the DB. We are now wanting to seamless convert the ...
  • Greg-DB's avatar
    Greg-DB
    8 years ago

    FullAccount is a subclass of Account, which does include Email and Name.

     

    var account = await this.client.Users.GetCurrentAccountAsync();
    Console.WriteLine(account.Name.DisplayName);
    Console.WriteLine(account.Email);

     

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

5,877 PostsLatest Activity: 8 hours ago
325 Following

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!