We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
dbapiadmin
3 years agoHelpful | Level 5
BackEnd Process with C#
I have a back-end process (without UI) that uses the dropboxteamclient and I have to do a number of reporting, file management in team folders. However, the current API is to use everything with HTTP...
- 3 years ago
It's working I changed the sample code to
var http = new HttpListener();
http.Prefixes.Add("http://*:port/");
dbapiadmin
Helpful | Level 5
Thanks, I'm trying the OAuthTest sample project that you guys provide, and it keeps saying that 127.0.0.1 port number is refused and not able to connect. Is there something else I need to do?
dbapiadmin
3 years agoHelpful | Level 5
It's working I changed the sample code to
var http = new HttpListener();
http.Prefixes.Add("http://*:port/");
About Discuss Dropbox Developer & API
Make connections with other developers
795 PostsLatest Activity: 5 days 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!