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
Feifei_xiong
7 years agoExplorer | Level 4
Not receiving notifications on webhook
Hey, I am not receiving notifications on the webhook URL. I have added and verified webhook URI. Then I tried to upload files, but no notificaitons send out. After this, can I suppos...
- 7 years agoCan you confirm if you've "linked" or "connected" or "authorized" the app to your account? Webhook notifications will only be sent for events in accounts that are connected to the account.
When you create a Dropbox API app as a developer, it is not automatically connected to your account as if you were an end-user of the app. You will need to connect to it, as covered in the OAuth guide:
https://www.dropbox.com/developers/reference/oauth-guide
jorge_ricardopc
6 years agoHelpful | Level 5
hola:
que manual usaste para poder hacer el parser de la notificacion?
saludos
- Greg-DB6 years agoDropbox Staff
Puede encontrar información sobre el formato de notificación de webhook aquí en "Formato de notificación":
https://www.dropbox.com/developers/reference/webhooks#documentation
Los datos se proporcionan como JSON, por lo que puede usar cualquier analizador JSON que desee leer.
---
Por favor disculpe nuestras traducciones. Nuestras traducciones fueron creadas usando un traductor en línea. Nos gustaría admitir todos los idiomas, pero actualmente no estamos equipados para hacerlo. Aquí está la versión en inglés:
---
Please excuse our translations. Our translations were created using an online translator. We'd like to support every language, but we're not currently equipped to do so. Here is the English version:
---
You can find information on the webhook notification format here under "Notification format":
https://www.dropbox.com/developers/reference/webhooks#documentation
The data is given as JSON, so you can use whatever JSON parser you want to read it.
- jorge_ricardopc6 years agoHelpful | Level 5
esa documentacion habla de un header X-Dropbox-Signature, pero el request que recibo en el webhook no existe el header, no encuentro el manual correcto :/
- Greg-DB6 years agoDropbox Staff
Acabo de probar esto y me lo han enviado correctamente. Si no funciona para usted, abra un ticket API con los detalles para que podamos verificar el suyo en particular.
https://www.dropbox.com/developers/contact
---
Por favor disculpe nuestras traducciones. Nuestras traducciones fueron creadas usando un traductor en línea. Nos gustaría admitir todos los idiomas, pero actualmente no estamos equipados para hacerlo. Aquí está la versión en inglés:
---
Please excuse our translations. Our translations were created using an online translator. We'd like to support every language, but we're not currently equipped to do so. Here is the English version:
---
I just tried this out, and it is getting sent properly for me. If it's not working for you, please open an API ticket with the details so we can check on yours in particular.
- jorge_ricardopc6 years agoHelpful | Level 5
estos son los headers que recibo:
{Keep-Alive}
{application/json}
{}
{gzip,deflate}
{localhost}
{DropboxWebhooks/1.0}
{109}
{81ea4f05acdf00d7a704b1532cb8262d7e5bc026dfa06113fecdc73e6a1b10c2}
{ip}
{dominio}
{24e623ae-23d5-4806-b769-09c15a0aa5b0}
{ip}
{http}no existe el X-Dropbox-Signature, por eso preguntaba cual es el manual actualizado? gracias.
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!