We're making changes to the Community, so you may have received some notifications - thanks for your patience and welcome back. Learn more here.
Forum Discussion
Malagann
6 years agoExplorer | Level 3
Webhook URI response in C# / .NET
Good afternoon. I'm trying to set-up a webhooks on a C#/webform solution but every tutorial I found was either in python or .NET MVC. Would you have a link for a relevant tutorial ? I'm stuck alrea...
- 6 years ago
That error seems to indicate that Dropbox couldn't get any response from your server. Is your URL globally Internet accessible? Are you sure your handler code is set up to respond on that particular "/jaguarVoDropbox/updateJaguarMedia.aspx" route?
If that all seems to be set up right, feel free to open an API ticket with the actual URL so we can check on it for you: https://www.dropbox.com/developers/contact
Greg-DB
Dropbox Staff
Thanks! Nothing looks obviously wrong there. What error are you getting?
E.g., if something is failing when running this code, what do you get in your log? Or, if the connection from Dropbox isn't succeeding, what do you get in webhook error output on your app's page on the App Console?
Malagann
6 years agoExplorer | Level 3
Heyo again, the code runs without error but on the app page I'm told that :
code a écrit :Error: Did not receive response from server.
Response:
(No headers)Response Body (First 256 bytes):
(No response body)
I hide our url but if you need it could I maybe give it to you in mp ? Or hide it behind admin tag ?
- Greg-DB6 years agoDropbox Staff
That error seems to indicate that Dropbox couldn't get any response from your server. Is your URL globally Internet accessible? Are you sure your handler code is set up to respond on that particular "/jaguarVoDropbox/updateJaguarMedia.aspx" route?
If that all seems to be set up right, feel free to open an API ticket with the actual URL so we can check on it for you: https://www.dropbox.com/developers/contact
- Malagann6 years agoExplorer | Level 3
Soooo.. that problem... was of course lying between the computer and the chair. I messed up, adding www. that weren't needed. Apologies for the waste of time on that !
I'm not in the office for now but I'll work on implementing the webhook tomorrow. I'd ask for tips but I haven't really try anything and my question would be too broad. Still looking around for asp.net webform help but still no luck.
I'll open a new thread if need be.
Thanks & sorry again.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,875 PostsLatest Activity: 2 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!