You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.

Forum Discussion

Alex_Shekunsky's avatar
Alex_Shekunsky
Explorer | Level 4
8 years ago

Get user's account info

Hi!

I need help.

How i can get linked user's dropbox account info (name/email) in Objective-c by API v2 ?

In v1 i did this by 

[self.restClient loadAccountInfo];

in method:

- (void)restClient:(DBRestClient*)client loadedAccountInfo:(DBAccountInfo*)info

Thanks!