-
dropbox webhook timeout multithread
My webhook is timing out because the process that is being run in responce to the webhook is too long. now i know what u thinking "why is the process such a long one" well it just is okay and it needs to be so please. is there a way to respond to the webhook to say "thank you" but continue the process afterwoulds. is this…
-
dropbox isn't sending webhooks
what i tried the below code is my webhook endpoint - it responds to the validation request - and it generates and stores a timestamp into a file called "GTest.txt" each time a request is sent to this function/corresponding route public function webhook_endpoint() { $report_object = new report; $result = "";…
-
is the files/list_folder endpoint only available with token not with the key/secret pair?
i want to make an app that has unwavering access to a dropbox folder but it seems it only can use "files/list_folder" with an quick to expire token.
-
I need a php/js based webapp that syncs files between it's server and it's dropbox app folder
It only needs to be a one way sync (from dropbox to the server) Any recommended libraries/tutorials/endpoints to do this? [ same q dif platform https://stackoverflow.com/questions/61755432/dropbox-server-integration-php-library ]