We're building an inventory tool that will read Dropbox information for a particular machine. Getting the Dropbox folder path is easy (get it from info.json), but the only thing I see in info.json pertaining to the user is the host ID. Or, there's the NS ID in the root folder.
How can I get the email address of the user who's logged in? Is there a way to resolve the host ID to the user's email? Is there a way to resolve the NS ID to the user's email?
Thanks for any help you can provide.