<?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 How to figure out which files have been deleted  using the api? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-figure-out-which-files-have-been-deleted-using-the-api/m-p/450179#M23383</link>
    <description>&lt;P&gt;I am working on a personal project that, when a file is deleted, will update a JSON file that stores whether or not a file has been deleted. The issue is I am having trouble figuring out how to get information on deleted files. Any help would be appreciated. Thank you!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 02 Sep 2020 18:04:02 GMT</pubDate>
    <dc:creator>jjyy</dc:creator>
    <dc:date>2020-09-02T18:04:02Z</dc:date>
    <item>
      <title>How to figure out which files have been deleted  using the api?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-figure-out-which-files-have-been-deleted-using-the-api/m-p/450179#M23383</link>
      <description>&lt;P&gt;I am working on a personal project that, when a file is deleted, will update a JSON file that stores whether or not a file has been deleted. The issue is I am having trouble figuring out how to get information on deleted files. Any help would be appreciated. Thank you!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 18:04:02 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-figure-out-which-files-have-been-deleted-using-the-api/m-p/450179#M23383</guid>
      <dc:creator>jjyy</dc:creator>
      <dc:date>2020-09-02T18:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to figure out which files have been deleted  using the api?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-figure-out-which-files-have-been-deleted-using-the-api/m-p/450275#M23384</link>
      <description>&lt;P&gt;To see file deletions over time, you should use the&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_self"&gt;/2/files/list_folder&lt;/A&gt;[&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_self"&gt;/continue&lt;/A&gt;] endpoints (or corresponding native methods, if you're using &lt;A href="https://www.dropbox.com/developers/documentation" target="_self"&gt;an SDK&lt;/A&gt;). If you store the latest cursor you receive, and later call back to&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_self"&gt;/2/files/list_folder/continue&lt;/A&gt;, the result will include&amp;nbsp;DeletedMetadata entries for items that have been deleted, to be processed as described in the&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_self"&gt;/2/files/list_folder&lt;/A&gt;&amp;nbsp;documentation.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 14:28:04 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-figure-out-which-files-have-been-deleted-using-the-api/m-p/450275#M23384</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-09-02T14:28:04Z</dc:date>
    </item>
  </channel>
</rss>

