<?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 [DBFILESUserAuthRoutes listFolderContinue:] returns deleted files - bug in Obj-C V2? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/DBFILESUserAuthRoutes-listFolderContinue-returns-deleted-files/m-p/221786#M11791</link>
    <description>&lt;P&gt;I'm calling to&lt;/P&gt;&lt;PRE&gt;[DBFILESUserAuthRoutes&amp;nbsp;listFolder:recursive:includeMediaInfo:includeDeleted:includeHasExplicitSharedMembers]&lt;/PRE&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;&amp;nbsp;and passing @(NO) to&amp;nbsp;&lt;SPAN&gt;includeDeleted parameter. Everything works as expected.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;&lt;SPAN&gt;However, when hasMore.boolValue is YES and I'm calling to&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;[ DBFILESUserAuthRoutes listFolderContinue: ]&lt;/PRE&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;&lt;SPAN&gt;there are cases where the result contains deleted files. (even though&amp;nbsp;includeDeleted in the&amp;nbsp;listFolder method clearly indicates not to include ones)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;&lt;SPAN&gt;It seems like a bug. Can you please confirm?&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 09:22:33 GMT</pubDate>
    <dc:creator>Kimico T.</dc:creator>
    <dc:date>2019-05-29T09:22:33Z</dc:date>
    <item>
      <title>[DBFILESUserAuthRoutes listFolderContinue:] returns deleted files - bug in Obj-C V2?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/DBFILESUserAuthRoutes-listFolderContinue-returns-deleted-files/m-p/221786#M11791</link>
      <description>&lt;P&gt;I'm calling to&lt;/P&gt;&lt;PRE&gt;[DBFILESUserAuthRoutes&amp;nbsp;listFolder:recursive:includeMediaInfo:includeDeleted:includeHasExplicitSharedMembers]&lt;/PRE&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;&amp;nbsp;and passing @(NO) to&amp;nbsp;&lt;SPAN&gt;includeDeleted parameter. Everything works as expected.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;&lt;SPAN&gt;However, when hasMore.boolValue is YES and I'm calling to&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;[ DBFILESUserAuthRoutes listFolderContinue: ]&lt;/PRE&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;&lt;SPAN&gt;there are cases where the result contains deleted files. (even though&amp;nbsp;includeDeleted in the&amp;nbsp;listFolder method clearly indicates not to include ones)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;&lt;SPAN&gt;It seems like a bug. Can you please confirm?&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:22:33 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/DBFILESUserAuthRoutes-listFolderContinue-returns-deleted-files/m-p/221786#M11791</guid>
      <dc:creator>Kimico T.</dc:creator>
      <dc:date>2019-05-29T09:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: [DBFILESUserAuthRoutes listFolderContinue:] returns deleted files - bug in Obj-C V2?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/DBFILESUserAuthRoutes-listFolderContinue-returns-deleted-files/m-p/221913#M11803</link>
      <description>This sounds like the expected behavior. The includeDeleted parameter controls whether or not listFolder[Continue] will return files that were already deleted at the time of the initial call.&lt;BR /&gt;&lt;BR /&gt;Regardless of includeDeleted though, listFolderContinue will always returns newly deleted files. I.e., in order for your app to get an accurate state of the contents of the folder over time, it needs to be informed of items that were deleted after the initial call.</description>
      <pubDate>Thu, 18 May 2017 18:23:41 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/DBFILESUserAuthRoutes-listFolderContinue-returns-deleted-files/m-p/221913#M11803</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-05-18T18:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: [DBFILESUserAuthRoutes listFolderContinue:] returns deleted files - bug in Obj-C V2?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/DBFILESUserAuthRoutes-listFolderContinue-returns-deleted-files/m-p/221985#M11817</link>
      <description>&lt;P&gt;Got it. Thanks for the clarification!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You should consider documening this behavior as this might&amp;nbsp;confuse many users. (which is,&amp;nbsp;asking the SDK not to include deleted files yet deleted files indeed arrive...)&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2017 08:28:30 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/DBFILESUserAuthRoutes-listFolderContinue-returns-deleted-files/m-p/221985#M11817</guid>
      <dc:creator>Kimico T.</dc:creator>
      <dc:date>2017-05-19T08:28:30Z</dc:date>
    </item>
  </channel>
</rss>

