<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: webhook not work in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/webhook-not-work/m-p/254395#M14695</link>
    <description>I've sent this along as a feature request, but I can't promise if or when it would be implemented.</description>
    <pubDate>Mon, 27 Nov 2017 17:49:02 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2017-11-27T17:49:02Z</dc:date>
    <item>
      <title>webhook not work</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/webhook-not-work/m-p/254264#M14678</link>
      <description>&lt;P&gt;I set up webhook but it's not working&lt;/P&gt;&lt;P&gt;why?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:17:03 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/webhook-not-work/m-p/254264#M14678</guid>
      <dc:creator>special</dc:creator>
      <dc:date>2019-05-29T09:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: webhook not work</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/webhook-not-work/m-p/254372#M14688</link>
      <description>Can you specify what exactly isn't working? If the verification step failing, or did that succeed and you just aren't receiving the notifications?&lt;BR /&gt;&lt;BR /&gt;If your webhook URI is successfully added/verified, there are some other things to check as well:&lt;BR /&gt;- Make sure you've linked an account to the app, and are making changes in that account. Webhook notifications are only sent for changes in linked accounts.&lt;BR /&gt;- If this is an app folder app (and not a "Full Dropbox" app), make sure you're making changes in the special app folder (at /Apps/&amp;lt;app folder name&amp;gt; by default).&lt;BR /&gt;- Make sure the webhook notification is following the code path you expect in your handler. (Try adding some logging at each step just to make sure.)</description>
      <pubDate>Mon, 27 Nov 2017 15:52:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/webhook-not-work/m-p/254372#M14688</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-11-27T15:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: webhook not work</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/webhook-not-work/m-p/254391#M14692</link>
      <description>&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;This feature is triggered when a GET request at the address specified in the application settings.&lt;/P&gt;&lt;P&gt;also implemented a post request to the same function.&lt;/P&gt;&lt;PRE&gt;&lt;BR /&gt; 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-&amp;gt;input('challenge');
    }&lt;/PRE&gt;&lt;P&gt;I can modify docuent which is located in dropbox paper. WebHook not triggered.&lt;/P&gt;&lt;P&gt;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&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Mon, 27 Nov 2017 17:37:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/webhook-not-work/m-p/254391#M14692</guid>
      <dc:creator>special</dc:creator>
      <dc:date>2017-11-27T17:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: webhook not work</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/webhook-not-work/m-p/254393#M14693</link>
      <description>Making changes to a Dropbox Paper document won't trigger webhook notifications. Webhook notifications only fire for Dropbox file changes. I'll send this along as a feature request though.</description>
      <pubDate>Mon, 27 Nov 2017 17:46:39 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/webhook-not-work/m-p/254393#M14693</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-11-27T17:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: webhook not work</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/webhook-not-work/m-p/254394#M14694</link>
      <description>Very sorry(((((( how soon it is planned to implement this functionality?</description>
      <pubDate>Mon, 27 Nov 2017 17:48:17 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/webhook-not-work/m-p/254394#M14694</guid>
      <dc:creator>special</dc:creator>
      <dc:date>2017-11-27T17:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: webhook not work</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/webhook-not-work/m-p/254395#M14695</link>
      <description>I've sent this along as a feature request, but I can't promise if or when it would be implemented.</description>
      <pubDate>Mon, 27 Nov 2017 17:49:02 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/webhook-not-work/m-p/254395#M14695</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-11-27T17:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: webhook not work</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/webhook-not-work/m-p/254396#M14696</link>
      <description>thank you&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Nov 2017 17:57:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/webhook-not-work/m-p/254396#M14696</guid>
      <dc:creator>special</dc:creator>
      <dc:date>2017-11-27T17:57:16Z</dc:date>
    </item>
  </channel>
</rss>

