<?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 doesn't notify in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Webhook-doesn-t-notify/m-p/387253#M21510</link>
    <description>&lt;P&gt;There shouldn't be an issue&amp;nbsp;with AWS in particular, but there are a few reasons you may not be seeing webhook notifications.&lt;/P&gt;
&lt;P&gt;1) Have you "linked" or "connected" or "authorized" the app to your account? Webhook notifications will only be sent for changes in accounts that are connected to the app.&lt;/P&gt;
&lt;P&gt;When you create a Dropbox API app as a developer, it is not automatically connected to your account as if you were an end-user of the app. You will need to connect to it, as covered in &lt;A href="https://www.dropbox.com/developers/reference/oauth-guide" target="_self"&gt;the OAuth guide&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;2) Are you making changes in the same account that you've linked to the app? Similar to the above, make sure you're making changes in the correct account.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3)&amp;nbsp;If your app is registered for the "app folder" &lt;A href="https://www.dropbox.com/developers/reference/developer-guide#app-permissions" target="_self"&gt;permission&lt;/A&gt;, are you making changes in the special app folder created for the app? Webhook notifications will only be sent for changes that the app can access, so&amp;nbsp;Dropbox won't send webhook notifications to an app folder app for changes outside its app folder.&lt;/P&gt;
&lt;P&gt;4) Are you sure you've properly configured your server to respond to webhook notifications? It may be helpful to add some logging along that code path to see where it may be breaking down.&lt;/P&gt;</description>
    <pubDate>Fri, 03 Jan 2020 16:27:56 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2020-01-03T16:27:56Z</dc:date>
    <item>
      <title>Webhook doesn't notify</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Webhook-doesn-t-notify/m-p/387123#M21504</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I deployed my javascript lambda function on AWS. The function works great when using Postman. Also, when I add the link to my AWS function to the Webhook URI in my Dropbox App, it enables, meaning that the challenge is being accepted. Yet, when I add a new file to my Dropbox, it doesn't notify my function.&lt;/P&gt;
&lt;P&gt;Is there any known problem caused by using AWS? Or can it be anything else causing this?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jan 2020 10:58:37 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Webhook-doesn-t-notify/m-p/387123#M21504</guid>
      <dc:creator>filipengstrom91</dc:creator>
      <dc:date>2020-01-03T10:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook doesn't notify</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Webhook-doesn-t-notify/m-p/387253#M21510</link>
      <description>&lt;P&gt;There shouldn't be an issue&amp;nbsp;with AWS in particular, but there are a few reasons you may not be seeing webhook notifications.&lt;/P&gt;
&lt;P&gt;1) Have you "linked" or "connected" or "authorized" the app to your account? Webhook notifications will only be sent for changes in accounts that are connected to the app.&lt;/P&gt;
&lt;P&gt;When you create a Dropbox API app as a developer, it is not automatically connected to your account as if you were an end-user of the app. You will need to connect to it, as covered in &lt;A href="https://www.dropbox.com/developers/reference/oauth-guide" target="_self"&gt;the OAuth guide&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;2) Are you making changes in the same account that you've linked to the app? Similar to the above, make sure you're making changes in the correct account.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3)&amp;nbsp;If your app is registered for the "app folder" &lt;A href="https://www.dropbox.com/developers/reference/developer-guide#app-permissions" target="_self"&gt;permission&lt;/A&gt;, are you making changes in the special app folder created for the app? Webhook notifications will only be sent for changes that the app can access, so&amp;nbsp;Dropbox won't send webhook notifications to an app folder app for changes outside its app folder.&lt;/P&gt;
&lt;P&gt;4) Are you sure you've properly configured your server to respond to webhook notifications? It may be helpful to add some logging along that code path to see where it may be breaking down.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jan 2020 16:27:56 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Webhook-doesn-t-notify/m-p/387253#M21510</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-01-03T16:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook doesn't notify</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Webhook-doesn-t-notify/m-p/387332#M21514</link>
      <description>&lt;P&gt;Thanks for your reply. I am pretty positive that step 1-3 ain't the problem. It has to be step 4. When I hosted the lambda function on Netlify it worked properly. When I tried to migrate the function to AWS, these problems started to appear.&lt;/P&gt;&lt;P&gt;When I enable the webhook URI in the Dropbox console, AWS ClodWatch logs confirms that my lambda function received, listened and executed the function. Also, it works great with Postman. But when I add a file to my Dropbox folder, the AWS CloudWatch logs don't register any attempt to listen to the webhook from Dropbox. So i'm trying to figure out why my aws lambda function doesn't listen to webhooks.&lt;/P&gt;</description>
      <pubDate>Sat, 04 Jan 2020 08:25:17 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Webhook-doesn-t-notify/m-p/387332#M21514</guid>
      <dc:creator>filipengstrom91</dc:creator>
      <dc:date>2020-01-04T08:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook doesn't notify</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Webhook-doesn-t-notify/m-p/387527#M21518</link>
      <description>I uploaded it to Netlify and it worked properly.</description>
      <pubDate>Mon, 06 Jan 2020 08:40:42 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Webhook-doesn-t-notify/m-p/387527#M21518</guid>
      <dc:creator>filipengstrom91</dc:creator>
      <dc:date>2020-01-06T08:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook doesn't notify</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Webhook-doesn-t-notify/m-p/696016#M31123</link>
      <description>&lt;P&gt;Do you find something that could be helpful to fix the problem with AWS Lambda? I'm having the same issue,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2023 01:06:19 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Webhook-doesn-t-notify/m-p/696016#M31123</guid>
      <dc:creator>jfchaves936</dc:creator>
      <dc:date>2023-07-03T01:06:19Z</dc:date>
    </item>
  </channel>
</rss>

