<?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 dbx.files_list_folder_continue(curson) fails when using SharedLink in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/dbx-files-list-folder-continue-curson-fails-when-using/m-p/583978#M27193</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am listing a password-protected folder shared via a link.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;result = dbx.files_list_folder(&lt;SPAN&gt;path&lt;/SPAN&gt;=root&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;shared_link&lt;/SPAN&gt;=dropbox.files.SharedLink(&lt;SPAN&gt;url&lt;/SPAN&gt;=url&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;password&lt;/SPAN&gt;=password))&lt;BR /&gt;&lt;SPAN&gt;for &lt;/SPAN&gt;entry &lt;SPAN&gt;in &lt;/SPAN&gt;result.entries:&lt;BR /&gt;    &lt;SPAN&gt;if &lt;/SPAN&gt;&lt;SPAN&gt;isinstance&lt;/SPAN&gt;(entry&lt;SPAN&gt;, &lt;/SPAN&gt;dropbox.files.FolderMetadata):&lt;BR /&gt;        # do some action with a folder&lt;BR /&gt;    &lt;SPAN&gt;else&lt;/SPAN&gt;:&lt;BR /&gt;        # do some action with a file&lt;BR /&gt;&lt;SPAN&gt;&lt;BR /&gt;while &lt;/SPAN&gt;result.has_more:&lt;BR /&gt;    result = dbx.files_list_folder_continue(result.cursor)&lt;BR /&gt;    &lt;SPAN&gt;for &lt;/SPAN&gt;entry &lt;SPAN&gt;in &lt;/SPAN&gt;result.entries:&lt;BR /&gt;        &lt;SPAN&gt;if &lt;/SPAN&gt;&lt;SPAN&gt;isinstance&lt;/SPAN&gt;(entry&lt;SPAN&gt;, &lt;/SPAN&gt;dropbox.files.FolderMetadata):&lt;BR /&gt;            # do another action with a folder&lt;BR /&gt;        &lt;SPAN&gt;else&lt;/SPAN&gt;:&lt;BR /&gt;            # do another action with a file&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;dbx.files_list_folder() call goes through all right, however&amp;nbsp;dbx.files_list_folder_continue(result.cursor) fails everytime and the message is not very explanatory:&lt;/P&gt;&lt;P&gt;dropbox.exceptions.ApiError: ApiError('5c91fda84dd6487b9357c3a72be962e7', ListFolderContinueError('path', LookupError('not_found', None)))&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Any guesses what is wrong? Cheers.&lt;/P&gt;</description>
    <pubDate>Wed, 16 Mar 2022 14:22:14 GMT</pubDate>
    <dc:creator>docetnik</dc:creator>
    <dc:date>2022-03-16T14:22:14Z</dc:date>
    <item>
      <title>dbx.files_list_folder_continue(curson) fails when using SharedLink</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/dbx-files-list-folder-continue-curson-fails-when-using/m-p/583978#M27193</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am listing a password-protected folder shared via a link.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;result = dbx.files_list_folder(&lt;SPAN&gt;path&lt;/SPAN&gt;=root&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;shared_link&lt;/SPAN&gt;=dropbox.files.SharedLink(&lt;SPAN&gt;url&lt;/SPAN&gt;=url&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;password&lt;/SPAN&gt;=password))&lt;BR /&gt;&lt;SPAN&gt;for &lt;/SPAN&gt;entry &lt;SPAN&gt;in &lt;/SPAN&gt;result.entries:&lt;BR /&gt;    &lt;SPAN&gt;if &lt;/SPAN&gt;&lt;SPAN&gt;isinstance&lt;/SPAN&gt;(entry&lt;SPAN&gt;, &lt;/SPAN&gt;dropbox.files.FolderMetadata):&lt;BR /&gt;        # do some action with a folder&lt;BR /&gt;    &lt;SPAN&gt;else&lt;/SPAN&gt;:&lt;BR /&gt;        # do some action with a file&lt;BR /&gt;&lt;SPAN&gt;&lt;BR /&gt;while &lt;/SPAN&gt;result.has_more:&lt;BR /&gt;    result = dbx.files_list_folder_continue(result.cursor)&lt;BR /&gt;    &lt;SPAN&gt;for &lt;/SPAN&gt;entry &lt;SPAN&gt;in &lt;/SPAN&gt;result.entries:&lt;BR /&gt;        &lt;SPAN&gt;if &lt;/SPAN&gt;&lt;SPAN&gt;isinstance&lt;/SPAN&gt;(entry&lt;SPAN&gt;, &lt;/SPAN&gt;dropbox.files.FolderMetadata):&lt;BR /&gt;            # do another action with a folder&lt;BR /&gt;        &lt;SPAN&gt;else&lt;/SPAN&gt;:&lt;BR /&gt;            # do another action with a file&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;dbx.files_list_folder() call goes through all right, however&amp;nbsp;dbx.files_list_folder_continue(result.cursor) fails everytime and the message is not very explanatory:&lt;/P&gt;&lt;P&gt;dropbox.exceptions.ApiError: ApiError('5c91fda84dd6487b9357c3a72be962e7', ListFolderContinueError('path', LookupError('not_found', None)))&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Any guesses what is wrong? Cheers.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2022 14:22:14 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/dbx-files-list-folder-continue-curson-fails-when-using/m-p/583978#M27193</guid>
      <dc:creator>docetnik</dc:creator>
      <dc:date>2022-03-16T14:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: dbx.files_list_folder_continue(curson) fails when using SharedLink</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/dbx-files-list-folder-continue-curson-fails-when-using/m-p/584015#M27194</link>
      <description>&lt;P&gt;Thanks for the report! This looks like it may be a bug on our side. We'll look into it and I'll follow up here with any updates.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2022 17:21:09 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/dbx-files-list-folder-continue-curson-fails-when-using/m-p/584015#M27194</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-03-16T17:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: dbx.files_list_folder_continue(curson) fails when using SharedLink</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/dbx-files-list-folder-continue-curson-fails-when-using/m-p/603473#M28038</link>
      <description>&lt;P&gt;This should be fixed now. Note that using cursors retrieved before the fix will still result in an error though.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 18:06:04 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/dbx-files-list-folder-continue-curson-fails-when-using/m-p/603473#M28038</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-06-15T18:06:04Z</dc:date>
    </item>
  </channel>
</rss>

