Hi,
I am using dropbox java sdk for generating access token using oauth for a user and further i am using that access token to getting the file from dropbox to our project.But the problem is that the token is generated every time the user logs in,which i am thinking is not a good way.Altough old access token and new access token are working perfectly.
So is there any way in dropbox sdk to check that access token is already generated for the particular user?