You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
Borrow
2 months agoExplorer | Level 3
"Couldn't resolve host name" error
I made app with visual studio 2015 and used libcurl.
but this shows error "Couldn't resolve host name"
CURL *curl;
CURLcode res;
std::string readBuffer;
// Your Dropbox access t...
DB-Des
2 months agoDropbox Engineer
Hi Borrow,
The "couldn't resolve hostname" error typically indicates an issue with DNS resolution rather than a problem with our API.
To troubleshoot this in your application, we would recommend verifying that the hostname is correctly specified in your code and checking the use of other functions. Additionally, ensure your network settings allow DNS queries and that there are no underlying connectivity issues.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,884 PostsLatest Activity: 2 hours 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!