Hi, Why Java SDK getAccountInfo() return less info then equivalents PHP method ?JAVA - DbxClient client = new DbxClient(config, accessToken);PHP - $dbxClient = new dbx\Client($accessToken, "PHP-Example/1.0");
getAccountInfo()
DbxClient client = new DbxClient(config, accessToken);
$dbxClient = new dbx\Client($accessToken, "PHP-Example/1.0");
Thanks!
The DbxAccountInfo object in the Java SDK doesn't implement all of the fields returned by the raw /account/info endpoint. What specifically is missing that you need? I'll be happy to send it along as a feature request.
DbxAccountInfo