<?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 Re: Reg: Folders not listing from API in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Reg-Folders-not-listing-from-API/m-p/381173#M21273</link>
    <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1234024"&gt;@Chakradhar&lt;/a&gt;&amp;nbsp;Thanks for following up with this additional information. Since the API is replying with has_more:true in that case, you will need to call back to get the rest of the entries.&lt;/P&gt;
&lt;P&gt;There isn't a way to control this and make the API always return all of the entries in one page. There are a number of different variables in the implementation on the backend that can affect whether or not multiple pages are needed, so you should make sure to always check the has_more value.&lt;/P&gt;</description>
    <pubDate>Wed, 27 Nov 2019 17:18:22 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2019-11-27T17:18:22Z</dc:date>
    <item>
      <title>Reg: Folders not listing from API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Reg-Folders-not-listing-from-API/m-p/380195#M21246</link>
      <description>&lt;P&gt;Hello Team,&lt;/P&gt;
&lt;P&gt;We have integrated DropBox API in our application and showing the folders based on the user login. Using the URL: **&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; to download the folders from our application and show.&lt;/P&gt;
&lt;P&gt;When we see it from our application seeing only a few folders whereas if login from Browser we are able to see the many folders. Please review the below screens for reference.&lt;/P&gt;
&lt;P&gt;The below screen shows only few folders in the application.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="FoldersShowingInApplication.jpg" style="width: 999px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/12388i903066996A983FCD/image-size/large?v=v2&amp;amp;px=999" role="button" title="FoldersShowingInApplication.jpg" alt="FoldersShowingInApplication.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;When we log in from browser it shows many folders.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="FoldersShowingFrom_Browser.jpg" style="width: 999px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/12389iA602E985CE5CC731/image-size/large?v=v2&amp;amp;px=999" role="button" title="FoldersShowingFrom_Browser.jpg" alt="FoldersShowingFrom_Browser.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Please review and let us know what might be the issue?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Chakradhar&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2019 11:12:19 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Reg-Folders-not-listing-from-API/m-p/380195#M21246</guid>
      <dc:creator>Chakradhar</dc:creator>
      <dc:date>2019-11-22T11:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: Folders not listing from API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Reg-Folders-not-listing-from-API/m-p/380273#M21248</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Is the&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;has_more&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;value in the response from&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" rel="noreferrer" target="_blank"&gt;/2/files/list_folder&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;set to&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;true&lt;/CODE&gt;&lt;SPAN&gt;? If so, if you don't already have it implemented, you need to call back to&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" rel="noreferrer" target="_blank"&gt;/2/files/list_folder/continue&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;to retrieve more results. Please refer to the&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" rel="noreferrer" target="_blank"&gt;/2/files/list_folder&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;documentation for more information on doing so.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" rel="noreferrer" target="_blank"&gt;/2/files/list_folder&lt;/A&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" rel="noreferrer" target="_blank"&gt;/continue&lt;/A&gt;&lt;SPAN&gt;] interface is paginated, in order to support folders of any size, and you're not guaranteed to receive all results on a single page, so you should make sure your app always checks the response to see if there are more results to return.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If that doesn't seem to be the problem though, please let me know and we'll be happy to look into it further for you&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2019 15:32:38 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Reg-Folders-not-listing-from-API/m-p/380273#M21248</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-11-22T15:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: Folders not listing from API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Reg-Folders-not-listing-from-API/m-p/381092#M21269</link>
      <description>&lt;P&gt;Please review the new comment.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Chakradhar&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 10:41:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Reg-Folders-not-listing-from-API/m-p/381092#M21269</guid>
      <dc:creator>Chakradhar</dc:creator>
      <dc:date>2019-11-27T10:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: Folders not listing from API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Reg-Folders-not-listing-from-API/m-p/381096#M21270</link>
      <description>&lt;P&gt;Might be more easy to review raw JSON result. There always is field 'has_more', with value either true or false. &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;PS: There isn't guaranteed way receive everything at once. Could be received 'has_more' on the beginning, for short list, but no guarantee! Convenient way to pass the result is using codeblock (&amp;lt;/&amp;gt;).&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 10:55:43 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Reg-Folders-not-listing-from-API/m-p/381096#M21270</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2019-11-27T10:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: Folders not listing from API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Reg-Folders-not-listing-from-API/m-p/381110#M21271</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/10"&gt;@Greg-DB&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the response, we have reviewed the response received from the Dropbox. We are able to receive the Has_more value as true for one of our user accounts. Please check the attached file named "&lt;STRONG&gt;has_more_true.txt&lt;/STRONG&gt;".&lt;/P&gt;&lt;P&gt;And we connected to the other account which is showing all the folders where we received Has_more value as false. Please check the attached file named "&lt;STRONG&gt;has_more_false.txt&lt;/STRONG&gt;".&lt;/P&gt;&lt;P&gt;As per your comments if we receive has_more as true, we need to send the request again to continue to see the other folders.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do we have an option to see all folders at a time even though the user has many folders/files? And we want to know why one account is showing all folders and another account is showing only limited folders.&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/file/d/1NGkx1ZMttdtR4yVUENP6kidmii2ePsA9/view?usp=sharing" target="_blank"&gt;https://drive.google.com/file/d/1NGkx1ZMttdtR4yVUENP6kidmii2ePsA9/view?usp=sharing&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Chakradhar&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 13:03:45 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Reg-Folders-not-listing-from-API/m-p/381110#M21271</guid>
      <dc:creator>Chakradhar</dc:creator>
      <dc:date>2019-11-27T13:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: Folders not listing from API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Reg-Folders-not-listing-from-API/m-p/381173#M21273</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1234024"&gt;@Chakradhar&lt;/a&gt;&amp;nbsp;Thanks for following up with this additional information. Since the API is replying with has_more:true in that case, you will need to call back to get the rest of the entries.&lt;/P&gt;
&lt;P&gt;There isn't a way to control this and make the API always return all of the entries in one page. There are a number of different variables in the implementation on the backend that can affect whether or not multiple pages are needed, so you should make sure to always check the has_more value.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 17:18:22 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Reg-Folders-not-listing-from-API/m-p/381173#M21273</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-11-27T17:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: Folders not listing from API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Reg-Folders-not-listing-from-API/m-p/381263#M21274</link>
      <description>&lt;P&gt;Hi Greg,&lt;BR /&gt;&lt;BR /&gt;Thanks for the information. We are still not clear on the information.&amp;nbsp;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1234024"&gt;@Chakradhar&lt;/a&gt;&amp;nbsp;has shared two files. One file is having very less records and having &lt;STRONG&gt;has_more&lt;/STRONG&gt; : true. But another file is having very huge records and having &lt;STRONG&gt;has_more&lt;/STRONG&gt; : false.&lt;BR /&gt;&lt;BR /&gt;May we know why there is a difference in having &lt;STRONG&gt;has_more&lt;/STRONG&gt; value differently in each response?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Anyway, we will implement to load further data if we have &lt;STRONG&gt;has _more&lt;/STRONG&gt;: true. But we need to know what's the difference we have in both responses.&lt;BR /&gt;&lt;BR /&gt;We look forward to your reply.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2019 08:17:03 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Reg-Folders-not-listing-from-API/m-p/381263#M21274</guid>
      <dc:creator>Sparsh C.</dc:creator>
      <dc:date>2019-11-28T08:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: Folders not listing from API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Reg-Folders-not-listing-from-API/m-p/381316#M21275</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/178041"&gt;@Sparsh C.&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I'm not so sure what is still not clear on the information. For every one big, heavy loaded network system, (like Dropbox, but not restricted to) it's always matter of load balancing. There are different ways achieve such balance. The Dropbox chosen one is described in the API documentation (as much as need for an API user). In accordance to available resource/load for every one API call, particular part of directory is processed (or entire). You can't predict what will happens during upcomming call, so you have to check discussed flag after every one step/call. That's it.&lt;/P&gt;&lt;P&gt;Hope this adds some extra clarity.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2019 14:44:48 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Reg-Folders-not-listing-from-API/m-p/381316#M21275</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2019-11-28T14:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: Folders not listing from API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Reg-Folders-not-listing-from-API/m-p/381514#M21279</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/178041"&gt;@Sparsh C.&lt;/a&gt;&amp;nbsp;Здравко is correct. There are a number of different variables behind the scenes that can affect this behavior, and it's not possible to predict if/when multiple pages will be used.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2019 22:25:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Reg-Folders-not-listing-from-API/m-p/381514#M21279</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-11-29T22:25:16Z</dc:date>
    </item>
  </channel>
</rss>

