<?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(cursor) in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/dbx-files-list-folder-continue-cursor/m-p/574345#M26783</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;When I use dropbox.files_list_folder_continue(), it returns this sort of thing to me:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ListFolderResult(cursor='AAGFrYNdNFVvj-P1WPjcSIta4RG5MPP0MkUNGBqnduUowq2AZgFjW3D70O6j_c63VjG_qJ_5djJP5RmgugkeKiBbXNM8RQD-Bh5bvLaRCuG037iK4MVz-CiIxTm_XuPuI4BWHd6buxIv_Df4TjImbHBmBa4E1KJhIAcmXh4-2Z6i4Qik3PVeTqTzoBRD8XEWOIE', entries=[DeletedMetadata(name='yes', parent_shared_folder_id=NOT_SET, path_display='/yes', path_lower='/yes')], has_more=False)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;What is it returning?&amp;nbsp; In the documentation, it seemed to say that calling this method would return a json object, not this thing.&lt;/P&gt;&lt;P&gt;I would like to access the data it's returning but don't know how to.&lt;/P&gt;&lt;P&gt;Thank yo&lt;/P&gt;</description>
    <pubDate>Sun, 30 Jan 2022 16:06:00 GMT</pubDate>
    <dc:creator>af11</dc:creator>
    <dc:date>2022-01-30T16:06:00Z</dc:date>
    <item>
      <title>dbx.files_list_folder_continue(cursor)</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/dbx-files-list-folder-continue-cursor/m-p/574345#M26783</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;When I use dropbox.files_list_folder_continue(), it returns this sort of thing to me:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ListFolderResult(cursor='AAGFrYNdNFVvj-P1WPjcSIta4RG5MPP0MkUNGBqnduUowq2AZgFjW3D70O6j_c63VjG_qJ_5djJP5RmgugkeKiBbXNM8RQD-Bh5bvLaRCuG037iK4MVz-CiIxTm_XuPuI4BWHd6buxIv_Df4TjImbHBmBa4E1KJhIAcmXh4-2Z6i4Qik3PVeTqTzoBRD8XEWOIE', entries=[DeletedMetadata(name='yes', parent_shared_folder_id=NOT_SET, path_display='/yes', path_lower='/yes')], has_more=False)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;What is it returning?&amp;nbsp; In the documentation, it seemed to say that calling this method would return a json object, not this thing.&lt;/P&gt;&lt;P&gt;I would like to access the data it's returning but don't know how to.&lt;/P&gt;&lt;P&gt;Thank yo&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jan 2022 16:06:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/dbx-files-list-folder-continue-cursor/m-p/574345#M26783</guid>
      <dc:creator>af11</dc:creator>
      <dc:date>2022-01-30T16:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: dbx.files_list_folder_continue(cursor)</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/dbx-files-list-folder-continue-cursor/m-p/574380#M26784</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1506044"&gt;@af11&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;...&amp;nbsp; In the documentation, it seemed to say that calling this method would return a json object, &lt;STRONG&gt;not this thing&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;I would like to access the data it's returning but don't know how to.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1506044"&gt;@af11&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Yes and No!&lt;/P&gt;&lt;P&gt;I don't know what kind of documentation you have read, but seems you have mixed different things. When you call API access point &lt;A title="Starts returning the contents of a folder" href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_blank" rel="noopener"&gt;2/files/list_folder&lt;/A&gt; or &lt;A title="Use this to paginate through all files and retrieve updates to the folder." href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_blank" rel="noopener"&gt;2/files/list_folder/continue&lt;/A&gt;, yes, resulting response body contains JSON formatted info about listed folder(s) content. Seems you aren't using direct call to API access points, but Python SDK instead. Isn't so?! &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@076434C4E1EFFB62E51200AD24B6A0A6/emoticons/1f61c.png" alt=":winking_face_with_tongue:" title=":winking_face_with_tongue:" /&gt; There you are using provided functions/methods. In particular &lt;A title="Class to make requests to the Dropbox API using a user’s access token" href="https://dropbox-sdk-python.readthedocs.io/en/latest/api/dropbox.html#dropbox.dropbox_client.Dropbox" target="_blank" rel="noopener"&gt;dropbox.dropbox_client.Dropbox&lt;/A&gt;'s methods &lt;A title="Starts returning the contents of a folder" href="https://dropbox-sdk-python.readthedocs.io/en/latest/api/dropbox.html#dropbox.dropbox_client.Dropbox.files_list_folder" target="_blank" rel="noopener"&gt;files_list_folder&lt;/A&gt; (initially probably) and &lt;A title="Use this to paginate through all files and retrieve updates to the folder" href="https://dropbox-sdk-python.readthedocs.io/en/latest/api/dropbox.html#dropbox.dropbox_client.Dropbox.files_list_folder_continue" target="_blank" rel="noopener"&gt;files_list_folder_continue&lt;/A&gt; (to complete a long list, if any). Using any SDK the same information gets represented in corresponding native form. In the particular case result is represented as a &lt;A href="https://dropbox-sdk-python.readthedocs.io/en/latest/api/files.html#dropbox.files.ListFolderResult" target="_blank" rel="noopener"&gt;ListFolderResult&lt;/A&gt; object. Here you can retrieve interested folder content by inspecting "entries" field. &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@41457EF40051AFF130FDBFE21B496926/emoticons/1f609.png" alt=":winking_face:" title=":winking_face:" /&gt; You may need to start once again from beginning (&lt;A title="Starts returning the contents of a folder" href="https://dropbox-sdk-python.readthedocs.io/en/latest/api/dropbox.html#dropbox.dropbox_client.Dropbox.files_list_folder" target="_blank" rel="noopener"&gt;files_list_folder&lt;/A&gt;) since you might have touched the folder end, if you are not inspecting an empty folder. Read more carefully the applicable documentation, but not just so - something!&lt;/P&gt;&lt;P&gt;Hope this gives direction.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jan 2022 00:07:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/dbx-files-list-folder-continue-cursor/m-p/574380#M26784</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2022-01-31T00:07:29Z</dc:date>
    </item>
  </channel>
</rss>

