We're making changes to the Community, so you may have received some notifications - thanks for your patience and welcome back. Learn more here.
Forum Discussion
Ashish_Bijlwan
6 years agoExplorer | Level 4
Is there any way to check that access token is already generated for the particular user?
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?
- Greg-DBDropbox Staff
The Dropbox API itself does not offer a way to check if any access tokens were already generated for a particular user.
You shouldn't need to do so anyway though. Once the app receives an access token, it should store and re-use that access token. Dropbox API access tokens don't expire by themselves so apps can re-use existing access tokens without sending the user through the authorization flow each time.
Exactly how you securely store and retrieve the access token is up to you though, and will depend on what kind of secure storage is available to your on your platform. In any case, the basic idea is that you should check your storage to see if you have an access token for the user already and use that, before prompting them to authorize the app if not.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,875 PostsLatest Activity: 2 months agoIf you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!