We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
Paul M.131
4 years agoExplorer | Level 4
.NET SDK OAuthTest sample app error
Hi,
I'm looking to migrate my Windows .NET service app (no user interaction) from a long lived token to a short-lived token.
I am working through the OAuthTest app, and have entered my apps ApiKe...
- 4 years ago
That 'http.Start' call starts the local web server which is used to catch the redirect from the app authorization flow. The error message seems to be indicating that the server can't be started, perhaps because that port is already in use. Is there anything on that computer using that port, or do you maybe accidentally already have another instance of the sample app process running?
Greg-DB
4 years agoDropbox Staff
That 'http.Start' call starts the local web server which is used to catch the redirect from the app authorization flow. The error message seems to be indicating that the server can't be started, perhaps because that port is already in use. Is there anything on that computer using that port, or do you maybe accidentally already have another instance of the sample app process running?
- Paul M.1314 years agoExplorer | Level 4
Hi Greg, many thanks for the advice, it turned out it was the port.
I had tried restarting the PC, running VS as Admin, and also tried other ports in the vicinity of that in the original sample code. In the end I changed the port to 8080, and it worked.
I had wondered if the error message was misleading (not for the 1st time).
Thanks again for your quick response and advice.
Regards,
Paul
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,877 PostsLatest Activity: 12 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!