I'm looking at multiple options to work with Dropbox and I started another thread about setting up the credentials, but I also want to work on getting the Dropbox Webhooks setup.
When Dropbox sets up the Webhook, it tries to do a verification request using a passed parameter called "challenge" and the Webhook needs to respond with that. You can read more about that here under "Verification Request".
I'm not sure how to have the webhook respond. My understanding is that is a one-time verification request and will not be used later.
I'm looking at multiple options to work with Dropbox and I started another thread about setting up the credentials, but I also want to work on getting the Dropbox Webhooks setup.
When Dropbox sets up the Webhook, it tries to do a verification request using a passed parameter called "challenge" and the Webhook needs to respond with that. You can read more about that here under "Verification Request".
I'm not sure how to have the webhook respond. My understanding is that is a one-time verification request and will not be used later.
Can someone offer advice please?