<?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: Add webhooks in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Add-webhooks/m-p/721821#M31911</link>
    <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1308910"&gt;@nagasayan koduri&lt;/a&gt; Lik Здравко said, the webhook notifications only tell you when something has changed, but not what has changed. You'd need to call the API to retrieve the updated file/folder information as needed when you receive the notification. You can find information on accessing file/folder information in &lt;A href="https://developers.dropbox.com/dbx-file-access-guide" target="_blank"&gt;the File Access Guide&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Mon, 16 Oct 2023 17:27:48 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2023-10-16T17:27:48Z</dc:date>
    <item>
      <title>Add webhooks</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Add-webhooks/m-p/721752#M31900</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;
&lt;P&gt;We are interested to know the information via webhook whenever our provider Jot Form adds the PDF file to my dropbox account. So that our program will get the PDF file via dropbox SDK.&lt;/P&gt;
&lt;P&gt;Could you please guide me on how to add the webhook and also provide the sample request body when a file is added to the dropbox account?&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 17:35:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Add-webhooks/m-p/721752#M31900</guid>
      <dc:creator>nagasayan koduri</dc:creator>
      <dc:date>2023-10-16T17:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: Add webhooks</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Add-webhooks/m-p/721757#M31902</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1308910"&gt;@nagasayan koduri&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Description and additional data for webhooks can be seen &lt;A title="Using Webhooks" href="https://www.dropbox.com/developers/reference/webhooks" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1308910"&gt;@nagasayan koduri&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Could you please guide me on how to add the webhook and also provide the sample request body when a file is added to the dropbox account?&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Just keep in mind that there is no way (not yet at least) different events types or paths to be filtered while using web hooks. You will receive events for everything (add, delete, change, etc.), everywhere (all account linked to your application, if more than one) and should filter those, you want to handle, on your own.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 13:57:57 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Add-webhooks/m-p/721757#M31902</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2023-10-16T13:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: Add webhooks</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Add-webhooks/m-p/721764#M31903</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for the update.&lt;/P&gt;&lt;P&gt;I found this page earlier&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/reference/webhooks" target="_blank"&gt;https://www.dropbox.com/developers/reference/webhooks&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But on this page, I did not find the complete request body to know the event type, which file got added/deleted, etc.&lt;/P&gt;&lt;P&gt;If the path is not provided how can we know where the file was added? In our case, there are 1000 folders and we configured the jot form to upload the pdf to a respective folder.&lt;/P&gt;&lt;P&gt;Also if there is an example in Java could you please provide that? It will be really helpful for us.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 14:21:43 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Add-webhooks/m-p/721764#M31903</guid>
      <dc:creator>nagasayan koduri</dc:creator>
      <dc:date>2023-10-16T14:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: Add webhooks</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Add-webhooks/m-p/721769#M31906</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1308910"&gt;@nagasayan koduri&lt;/a&gt;, There are examples for different types of accounts (personal and &lt;A href="https://www.dropbox.com/developers/documentation/http/teams#webhooks" target="_blank" rel="noopener"&gt;business&lt;/A&gt;) of the request payload, so I have no idea why you cannot see them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1308910"&gt;@nagasayan koduri&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;... to know the event type, which file got added/deleted, etc.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;There is no event type in the event notification requests! Only information for account(s) where some (or more) event(s) has happen is listed. You have to keep track of the last event happened (using list cursor) and when new event notification comes, to continue listing further. Once know affected files/folders you can check what has happened to them.&lt;/P&gt;&lt;P&gt;The examples are in&amp;nbsp; Python, but I believe this shouldn't be an issue for you to "translate" them to whatever other programing language convenient for you.&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 14:41:03 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Add-webhooks/m-p/721769#M31906</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2023-10-16T14:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: Add webhooks</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Add-webhooks/m-p/721821#M31911</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1308910"&gt;@nagasayan koduri&lt;/a&gt; Lik Здравко said, the webhook notifications only tell you when something has changed, but not what has changed. You'd need to call the API to retrieve the updated file/folder information as needed when you receive the notification. You can find information on accessing file/folder information in &lt;A href="https://developers.dropbox.com/dbx-file-access-guide" target="_blank"&gt;the File Access Guide&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 17:27:48 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Add-webhooks/m-p/721821#M31911</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-10-16T17:27:48Z</dc:date>
    </item>
  </channel>
</rss>

