I want to create php page for upload file into my dropbox. I have got key and secret key from my dropbox account.
From here I got coding for dropbox but I did not get user id. How can I get user id of dropbox.
https://www.dropbox.com/developers/core/start/php
list($accessToken, $dropboxUserId) = $webAuth->finish($authCode);
print "Access Token: " . $accessToken . "\n";
I assume you're using the standard PHP Dropbox SDK