Hello,
I want to implement Webhook functionality. I don't have server for my website right now. So created Webhook URI on other's server e.g " https://www.example.com/webhook_test_uri ". I created get & post method there. I verify the request by echoing value of challenge parameter & my URI get enabled. My OAuth2 redirect API is "http://127.0.0.1:8000/dropbox_auth" & Webhook URI is "https://www.example.com/webhook_test_uri".
When I make any changes in dropbox, it is not sending me data on above Webhook URI.
I am not getting what is wrong in this? Please suggest me.
Thanks,