<?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: Will the v2 API support delta/events? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Will-the-v2-API-support-delta-events/m-p/57114#M1748</link>
    <description>&lt;P&gt;The &lt;A href="https://www.dropbox.com/developers/core/docs#delta" target="_blank" rel="nofollow noreferrer"&gt;/delta&lt;/A&gt;&amp;nbsp;functionality from the Core API already exists in API v2 under the &lt;A href="https://www.dropbox.com/developers-preview/documentation/http#documentation" target="_blank" rel="nofollow noreferrer"&gt;/list_folder&lt;/A&gt;&amp;nbsp;endpoints. Specifically:&lt;/P&gt;
&lt;P&gt;- /delta -&amp;gt; /list_folder &amp;amp; /list_folder/continue&lt;/P&gt;
&lt;P&gt;- /delta/latest_cursor -&amp;gt;&amp;nbsp;/list_folder/get_latest_cursor&lt;/P&gt;
&lt;P&gt;- /longpoll_delta -&amp;gt;&amp;nbsp;/list_folder/longpoll&lt;/P&gt;</description>
    <pubDate>Fri, 21 Aug 2015 02:05:07 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2015-08-21T02:05:07Z</dc:date>
    <item>
      <title>Will the v2 API support delta/events?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Will-the-v2-API-support-delta-events/m-p/57113#M1747</link>
      <description>&lt;P&gt;Will the new v2 API offer support for events/delta? When is that scheduled for release to the preview?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:40:27 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Will-the-v2-API-support-delta-events/m-p/57113#M1747</guid>
      <dc:creator>vinodc</dc:creator>
      <dc:date>2019-05-29T09:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Will the v2 API support delta/events?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Will-the-v2-API-support-delta-events/m-p/57114#M1748</link>
      <description>&lt;P&gt;The &lt;A href="https://www.dropbox.com/developers/core/docs#delta" target="_blank" rel="nofollow noreferrer"&gt;/delta&lt;/A&gt;&amp;nbsp;functionality from the Core API already exists in API v2 under the &lt;A href="https://www.dropbox.com/developers-preview/documentation/http#documentation" target="_blank" rel="nofollow noreferrer"&gt;/list_folder&lt;/A&gt;&amp;nbsp;endpoints. Specifically:&lt;/P&gt;
&lt;P&gt;- /delta -&amp;gt; /list_folder &amp;amp; /list_folder/continue&lt;/P&gt;
&lt;P&gt;- /delta/latest_cursor -&amp;gt;&amp;nbsp;/list_folder/get_latest_cursor&lt;/P&gt;
&lt;P&gt;- /longpoll_delta -&amp;gt;&amp;nbsp;/list_folder/longpoll&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2015 02:05:07 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Will-the-v2-API-support-delta-events/m-p/57114#M1748</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-08-21T02:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: Will the v2 API support delta/events?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Will-the-v2-API-support-delta-events/m-p/57115#M1749</link>
      <description>&lt;P&gt;Thanks for the quick response Gregory. I missed that&amp;nbsp;list_folder functionality. To clarify, if I wanted a cursor that would provide with me with updates on all changes to any file in the dropbox account, should I perform a /list_folder request with path "/" and recursive set to true?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2015 02:09:12 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Will-the-v2-API-support-delta-events/m-p/57115#M1749</guid>
      <dc:creator>vinodc</dc:creator>
      <dc:date>2015-08-21T02:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Will the v2 API support delta/events?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Will-the-v2-API-support-delta-events/m-p/57116#M1750</link>
      <description>&lt;P&gt;That's correct, except that you would just use empty string as the path, instead of "/", for root.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2015 02:17:43 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Will-the-v2-API-support-delta-events/m-p/57116#M1750</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-08-21T02:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: Will the v2 API support delta/events?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Will-the-v2-API-support-delta-events/m-p/57117#M1751</link>
      <description>&lt;P&gt;Thanks. Two more questions:&lt;/P&gt;
&lt;P&gt;1)&amp;nbsp;I noticed v2&amp;nbsp;supports file IDs now (!), and we'd like to use that to resolve "delete" and "add" events returned via /list_folder&amp;nbsp;to&amp;nbsp;"renames/moves" by matching the IDs. Is this&amp;nbsp;a feasible approach, or are IDs subject to change as files are renamed/moved?&lt;BR /&gt;I notice DeletedMetadata does not contain the ID. If a file is moved, is it guaranteed that&amp;nbsp;the file's ID will stay the same?&lt;/P&gt;
&lt;P&gt;2) Did you have any&amp;nbsp;rough estimate on when the initial production release for v2 is scheduled?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2015 02:37:52 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Will-the-v2-API-support-delta-events/m-p/57117#M1751</guid>
      <dc:creator>vinodc</dc:creator>
      <dc:date>2015-08-21T02:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Will the v2 API support delta/events?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Will-the-v2-API-support-delta-events/m-p/57118#M1752</link>
      <description>&lt;P&gt;1) We're very excited to finally have this functionality, but we don't have any documentation for it specifically yet. Stay tuned.&lt;/P&gt;
&lt;P&gt;2) No ETA to share yet.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2015 02:42:52 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Will-the-v2-API-support-delta-events/m-p/57118#M1752</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-08-21T02:42:52Z</dc:date>
    </item>
  </channel>
</rss>

