Is it possible to find out the currently logged in user's UID (User's UID in Dropbox) so that I can use an existing access_token instead of requesting for a new one?
I was thinking of storing access_tokens with the respective UIDs in a database.
If not, is there a better way to handle returning users?