Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
TejaVarma
8 years agoExplorer | Level 4
java.net.UnknownHostException
Unable to resolve host "api.dropboxapi.com": No address associated wi
Greg-DB
Dropbox Community Moderator
8 years agoThanks! By the way, it looks like you're not using the official Dropbox API v2 Java SDK. We do highly reccomend using it, if possible.
In any case, whether or not you're using it, it does just look like this error is due to intermittent DNS issues, so you should look into why your DNS queries may be failing occasionally.
TejaVarma
8 years agoExplorer | Level 4
I am using Dropbox API v2 libary, instead of using Auth, I am using API directly. I cahnged url from v1 to v2. From this url https://www.dropbox.com/developers/reference/migration-guide
I changed url /1/oauth2/token to /oauth2/token
Right now it is working fine. By changing WIFI settings. If I face same problem I will let you know.
Please confirm weather I am using correct URL of V2 or not?
- Greg-DB8 years ago
Dropbox Community Moderator
https://api.dropboxapi.com/oauth2/token is the correct URL. You can find the current documentation here:
https://www.dropbox.com/developers/documentation/http/documentation#oauth2-token
About Dropbox API Support and Feedback
Get help with the Dropbox API from fellow developers and experts.
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!