Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
I set up webhook but it's not working
why?
This feature is triggered when a GET request at the address specified in the application settings.
also implemented a post request to the same function.
public function hook(Request $request){ $file = 'hook.txt'; error_log (json_encode($request), 3, 'your_log_file'); file_put_contents($file, json_encode($request)); return $request->input('challenge'); }
I can modify docuent which is located in dropbox paper. WebHook not triggered.
Make edits from your account. With the same account I created the app. The application has a Status Development. My website has a ssl certificate. Oauth2 works
Hi there!
If you need more help you can view your support options (expected response time for a 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!