Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
mlkmn
9 years agoExplorer | Level 4
How to verify token correctness after instantiating DbxClient?
I'm verifying several things during my component initializitation, one of which is the "state" of the newly initialized DbxClient. Is there any way to determine whether the token passed as a argument is correct or the general host is responding? I would expect methods like "assertTokenCorrectness" or "checkConnectionStatus" in either DbxClientV2 class or any other utilty/helper class. So far the only way to determine things I mentioned is to actually fire method like DbxClientV2.files().listFolder() and check if it throws DbxException.
To be honest, I really doubt there is any suitable method I missed but at least my need would evolve into a feature request :) .
I would appreciate any tips for better workaround than mine.
Tokens can be remotely revoked at any time, so the best way to check if a token is still valid is to just try an API call. The getCurrentAccount call is a good choice for this, as it doesn't have any side effects.
1 Reply
- Greg-DB9 years ago
Dropbox Community Moderator
Tokens can be remotely revoked at any time, so the best way to check if a token is still valid is to just try an API call. The getCurrentAccount call is a good choice for this, as it doesn't have any side effects.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If 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, Facebook or Instagram.
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!