<?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 Ignoring deleted files in the Winforms API in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Ignoring-deleted-files-in-the-Winforms-API/m-p/371048#M20912</link>
    <description>&lt;P&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;I am using the following code to successfully retrieve all files in a nominated folder:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;var&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; lfrLlist = DBClient.Files.ListFolderAsync(DBoxFolder);&lt;BR /&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;foreach&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; (var item &lt;/FONT&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;in&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; lfrLlist.Result.Entries.Where(i =&amp;gt; i.IsFile))&lt;BR /&gt;{&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dostuff&lt;BR /&gt;}&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;However I notice that I am getting all files returned, including deleted files.&lt;BR /&gt;There is a .IsDeleted property, but that is false for every file, even though I have double-checked through the browser interface and quite a number are deleted.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;How can I ignore all deleted files - or even permanently delete them if that's easier.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;Thanks&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;David&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 14 Oct 2019 13:39:21 GMT</pubDate>
    <dc:creator>davsun55</dc:creator>
    <dc:date>2019-10-14T13:39:21Z</dc:date>
    <item>
      <title>Ignoring deleted files in the Winforms API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Ignoring-deleted-files-in-the-Winforms-API/m-p/371048#M20912</link>
      <description>&lt;P&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;I am using the following code to successfully retrieve all files in a nominated folder:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;var&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; lfrLlist = DBClient.Files.ListFolderAsync(DBoxFolder);&lt;BR /&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;foreach&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; (var item &lt;/FONT&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;in&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; lfrLlist.Result.Entries.Where(i =&amp;gt; i.IsFile))&lt;BR /&gt;{&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dostuff&lt;BR /&gt;}&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;However I notice that I am getting all files returned, including deleted files.&lt;BR /&gt;There is a .IsDeleted property, but that is false for every file, even though I have double-checked through the browser interface and quite a number are deleted.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;How can I ignore all deleted files - or even permanently delete them if that's easier.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;Thanks&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;David&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 13:39:21 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Ignoring-deleted-files-in-the-Winforms-API/m-p/371048#M20912</guid>
      <dc:creator>davsun55</dc:creator>
      <dc:date>2019-10-14T13:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Ignoring deleted files in the Winforms API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Ignoring-deleted-files-in-the-Winforms-API/m-p/371295#M20922</link>
      <description>&lt;P&gt;Thanks for the report! I just gave this a try myself, and it appears to be working properly for me, so we'll need to look into this for you specifically.&lt;/P&gt;
&lt;P&gt;Please &lt;A href="https://www.dropbox.com/developers/contact" target="_self"&gt;open an API ticket&lt;/A&gt; with:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;the version number of the SDK you're using&lt;/LI&gt;
&lt;LI&gt;the affected user ID(s)&lt;/LI&gt;
&lt;LI&gt;a few sample file paths/names for deleted files that are being returned as not-deleted&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 14 Oct 2019 15:52:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Ignoring-deleted-files-in-the-Winforms-API/m-p/371295#M20922</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-10-14T15:52:26Z</dc:date>
    </item>
  </channel>
</rss>

