<?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 Dropbox list folder API not returning folder items. in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-list-folder-API-not-returning-folder-items/m-p/625316#M28920</link>
    <description>&lt;DIV&gt;
&lt;DIV&gt;Previously I have used the following API end-point to list all files in the folder&lt;/DIV&gt;
&lt;DIV&gt;&lt;A href="https://api.dropboxapi.com/2/files/list_folder" target="_blank" rel="noopener"&gt;https://api.dropboxapi.com/2/files/list_folder&lt;/A&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Now its not working as previous, it returns empty list&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Is there any new API update from Dropbox. ?&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Tue, 27 Sep 2022 13:19:41 GMT</pubDate>
    <dc:creator>Ragindev</dc:creator>
    <dc:date>2022-09-27T13:19:41Z</dc:date>
    <item>
      <title>Dropbox list folder API not returning folder items.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-list-folder-API-not-returning-folder-items/m-p/625316#M28920</link>
      <description>&lt;DIV&gt;
&lt;DIV&gt;Previously I have used the following API end-point to list all files in the folder&lt;/DIV&gt;
&lt;DIV&gt;&lt;A href="https://api.dropboxapi.com/2/files/list_folder" target="_blank" rel="noopener"&gt;https://api.dropboxapi.com/2/files/list_folder&lt;/A&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Now its not working as previous, it returns empty list&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Is there any new API update from Dropbox. ?&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 27 Sep 2022 13:19:41 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-list-folder-API-not-returning-folder-items/m-p/625316#M28920</guid>
      <dc:creator>Ragindev</dc:creator>
      <dc:date>2022-09-27T13:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox list folder API not returning folder items.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-list-folder-API-not-returning-folder-items/m-p/625324#M28922</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1577688"&gt;@Ragindev&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Did you try continue listing using &lt;A title="Once a cursor has been retrieved from list_folder, 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;? &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@9AD39CA637682E9616FBE31CDAF1B6C4/emoticons/1f914.png" alt=":thinking_face:" title=":thinking_face:" /&gt; If not, give it a try. &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;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 13:47:45 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-list-folder-API-not-returning-folder-items/m-p/625324#M28922</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2022-09-27T13:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox list folder API not returning folder items.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-list-folder-API-not-returning-folder-items/m-p/625368#M28924</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1577688"&gt;@Ragindev&lt;/a&gt; As Здравко noted, make sure you implement both &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_blank"&gt;/2/files/list_folder&lt;/A&gt; and &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_blank"&gt;/2/files/list_folder/continue&lt;/A&gt;. You're not guaranteed to get everything back in one call. Check out the linked documentation for more information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, if you're using a team account, note that the team may have recently switched to the "team space" configuration. By default, API calls operate in the "member folder" of the connected account, not the "team space", so you wouldn't see anything in the team space when using the API by default. You can configure API calls to operate in the "&lt;A href="https://help.dropbox.com/teams-admins/team-member/team-space-overview" target="_blank" rel="noopener noreferrer"&gt;team space&lt;/A&gt;" instead though. To do so, you'll need to set the "Dropbox-Api-Path-Root" header. You can find information on this in &lt;A href="https://developers.dropbox.com/dbx-team-files-guide" target="_blank" rel="noopener noreferrer"&gt;the Team Files Guide&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 14:59:28 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-list-folder-API-not-returning-folder-items/m-p/625368#M28924</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-09-27T14:59:28Z</dc:date>
    </item>
  </channel>
</rss>

