<?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: Dropbox webhooks for scoped app are not working properly in Discuss Dropbox Developer &amp; API</title>
    <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-webhooks-for-scoped-app-are-not-working-properly/m-p/602292#M2691</link>
    <description>&lt;P&gt;Ok, but please include it in the webhooks documentation and tutorial because I've lost 4-5 hours until I found that.&lt;BR /&gt;Check this out:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/reference/webhooks#documentation" target="_blank" rel="noopener"&gt;https://www.dropbox.com/developers/reference/webhooks#documentation&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Nothing of what you posted here is mentioned in the docs.&lt;/P&gt;</description>
    <pubDate>Thu, 09 Jun 2022 18:19:54 GMT</pubDate>
    <dc:creator>peyo</dc:creator>
    <dc:date>2022-06-09T18:19:54Z</dc:date>
    <item>
      <title>Dropbox webhooks for scoped app are not working properly</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-webhooks-for-scoped-app-are-not-working-properly/m-p/602143#M2682</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;Does anybody know why dropbox webhooks work only after I click Generate access token button ?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="peyo_0-1654750577149.png" style="width: 400px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/29755i33A5DED146435040/image-size/medium?v=v2&amp;amp;px=400" role="button" title="peyo_0-1654750577149.png" alt="peyo_0-1654750577149.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I have configured a webhook which is successfully verified by Dropbox. I have files.metadata.read permissions checked. However when I create new folder or upload a file in my Dropbox account the webhook is not working if I don't explicitly click the GENERATE access token button only one time. And I'm even not using the access token after generating it. And then suddenly everything start to work as expected. Webhooks start to work when I create new folder or upload a file.&lt;BR /&gt;Any idea ? I can't find this in the documentation ?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 14:25:15 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-webhooks-for-scoped-app-are-not-working-properly/m-p/602143#M2682</guid>
      <dc:creator>peyo</dc:creator>
      <dc:date>2022-06-09T14:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox webhooks for scoped app are not working properly</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-webhooks-for-scoped-app-are-not-working-properly/m-p/602253#M2686</link>
      <description>&lt;P&gt;This is the expected behavior. Webhook notifications are only sent for changes that occur in accounts that are connected to the app. Generating an access token for the app on your account the first time connects the app to your account. Likewise, you can use &lt;A href="https://developers.dropbox.com/oauth-guide" target="_self"&gt;the OAuth app authorization flow&lt;/A&gt; to have arbitrary end-users connect their own accounts to your app.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 15:41:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-webhooks-for-scoped-app-are-not-working-properly/m-p/602253#M2686</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-06-09T15:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox webhooks for scoped app are not working properly</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-webhooks-for-scoped-app-are-not-working-properly/m-p/602266#M2690</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1547922"&gt;@peyo&lt;/a&gt;, in addition to what Greg said, when you only need to link your own account to the application, generating refresh token will work in the same way as long lived access token did before. Take a look &lt;A href="https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Issue-in-generating-access-token/td-p/592667" target="_blank" rel="noopener"&gt;here&lt;/A&gt; how you can get to a refresh token. &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@41457EF40051AFF130FDBFE21B496926/emoticons/1f609.png" alt=":winking_face:" title=":winking_face:" /&gt; You don't need to use it, just don't revoke it.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 16:19:11 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-webhooks-for-scoped-app-are-not-working-properly/m-p/602266#M2690</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2022-06-09T16:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox webhooks for scoped app are not working properly</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-webhooks-for-scoped-app-are-not-working-properly/m-p/602292#M2691</link>
      <description>&lt;P&gt;Ok, but please include it in the webhooks documentation and tutorial because I've lost 4-5 hours until I found that.&lt;BR /&gt;Check this out:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/reference/webhooks#documentation" target="_blank" rel="noopener"&gt;https://www.dropbox.com/developers/reference/webhooks#documentation&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Nothing of what you posted here is mentioned in the docs.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 18:19:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-webhooks-for-scoped-app-are-not-working-properly/m-p/602292#M2691</guid>
      <dc:creator>peyo</dc:creator>
      <dc:date>2022-06-09T18:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox webhooks for scoped app are not working properly</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-webhooks-for-scoped-app-are-not-working-properly/m-p/602296#M2692</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;FONT size="5"&gt;&amp;nbsp;Webhooks Overview&lt;/FONT&gt;&lt;P class=""&gt;With webhooks, your web app can be notified when your &lt;FONT size="4" color="#FF0000"&gt;&lt;STRONG&gt;user&lt;/STRONG&gt;&lt;/FONT&gt;s' files change, rather than requiring your app to frequently poll Dropbox for changes. Every time a user's files change, the webhook URI you specify will be sent an HTTP request telling it about the changes. ...&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1547922"&gt;@peyo&lt;/a&gt;, &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@9AD39CA637682E9616FBE31CDAF1B6C4/emoticons/1f914.png" alt=":thinking_face:" title=":thinking_face:" /&gt; What are your users? What file change are you expecting to be noted without users (even one)? There is no valid association without valid token of any kind (actually no user in this case). &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@41457EF40051AFF130FDBFE21B496926/emoticons/1f609.png" alt=":winking_face:" title=":winking_face:" /&gt; Read more carefully!&lt;/P&gt;&lt;P&gt;Hope this clarifies matter.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 18:24:21 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-webhooks-for-scoped-app-are-not-working-properly/m-p/602296#M2692</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2022-06-09T18:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox webhooks for scoped app are not working properly</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-webhooks-for-scoped-app-are-not-working-properly/m-p/602309#M2694</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1547922"&gt;@peyo&lt;/a&gt; Thanks for the feedback!&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 19:11:06 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-webhooks-for-scoped-app-are-not-working-properly/m-p/602309#M2694</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-06-09T19:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox webhooks for scoped app are not working properly</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-webhooks-for-scoped-app-are-not-working-properly/m-p/602313#M2696</link>
      <description>&lt;P&gt;Здравко, I am the user. I've configured webhook for my account. I don't care about other users. I think that it is clear enough for everybody that you have to update the documentation.&lt;BR /&gt;&lt;BR /&gt;If someone follows the tutorial (like me). Then their webhooks won't trigger.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 19:17:53 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-webhooks-for-scoped-app-are-not-working-properly/m-p/602313#M2696</guid>
      <dc:creator>peyo</dc:creator>
      <dc:date>2022-06-09T19:17:53Z</dc:date>
    </item>
  </channel>
</rss>

