<?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: Unable to fecth files and folders from Team folders in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unable-to-fecth-files-and-folders-from-Team-folders/m-p/373481#M21005</link>
    <description>&lt;P&gt;Sure, I will rember it..&lt;/P&gt;&lt;P&gt;Now lets come to query:&amp;nbsp; with reference to what you suggested above, the folder "&lt;STRONG&gt;Custom_team_folder&lt;/STRONG&gt;" is not inside any team member , it is outside of all team member folder, Please see the attached Image.. So How can I specify which team member this folder present in.&lt;IMG src="https://www.dropboxforum.com/t5/image/serverpage/image-id/11767i19F9E25D244D0804/image-size/original?v=1.0&amp;amp;px=-1" alt="AAA.png" title="AAA.png" border="0" /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 22 Oct 2019 17:08:48 GMT</pubDate>
    <dc:creator>Kuki</dc:creator>
    <dc:date>2019-10-22T17:08:48Z</dc:date>
    <item>
      <title>Unable to fecth files and folders from Team folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unable-to-fecth-files-and-folders-from-Team-folders/m-p/373344#M20999</link>
      <description>&lt;P&gt;I am using the Dropbox Business API and trying to fetch Folders and Files present into my team folder (If you will see I have created a "General Information" folder) (The folder which is out side of Member folders purpple color)&lt;BR /&gt;but I am not able to fetch anything using this API..&lt;/P&gt;
&lt;P&gt;Although I can fetch all the files and folders present into Purpple color Folder(team member and Admin) but the folder which is outside of member folder creating issue.&lt;BR /&gt;I read your documentation and seacrhed lot of things but not find any solution.&lt;BR /&gt;Some where it is written that using namespaces it is possible, I tried with it as well but unsuccesfful.&lt;BR /&gt;Could ypu please tell me the exact code how to do it&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2019 13:20:37 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unable-to-fecth-files-and-folders-from-Team-folders/m-p/373344#M20999</guid>
      <dc:creator>Kuki</dc:creator>
      <dc:date>2019-10-22T13:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to fecth files and folders from Team folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unable-to-fecth-files-and-folders-from-Team-folders/m-p/373411#M21001</link>
      <description>&lt;P&gt;By default, API calls will operate inside your "member folder" (the purple folder), but you can configure&amp;nbsp;them to operate in the "&lt;A href="https://help.dropbox.com/teams-admins/team-member/team-space-overview" target="_self"&gt;team space&lt;/A&gt;" (above the member folder) if you want. To do so, you need to set&amp;nbsp;the 'Dropbox-API-Path-Root' header. You can find information on how to use that in the Namespace Guide here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/reference/namespace-guide" target="_blank"&gt;https://www.dropbox.com/developers/reference/namespace-guide&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If something isn't working as expected, please share the code and unexpected output (but redact your access token).&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2019 13:15:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unable-to-fecth-files-and-folders-from-Team-folders/m-p/373411#M21001</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-10-22T13:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to fecth files and folders from Team folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unable-to-fecth-files-and-folders-from-Team-folders/m-p/373442#M21002</link>
      <description>&lt;P&gt;Thank You for your reply: Please see my code and process I followed below:&lt;/P&gt;
&lt;P&gt;1. STEP1: First I tried to find the the namespace ID's of the folder I have creared. I got the following output when I executed the API:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://api.dropboxapi.com/2/team/namespaces/list" target="_blank" rel="noopener"&gt;https://api.dropboxapi.com/2/team/namespaces/list&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;[namespaces] =&amp;gt; Array&lt;BR /&gt;(&lt;BR /&gt;[0] =&amp;gt; Array&lt;BR /&gt;(&lt;BR /&gt;[name] =&amp;gt; Your team's shared workspace&lt;BR /&gt;[namespace_id] =&amp;gt; 6131728736&lt;BR /&gt;[namespace_type] =&amp;gt; Array&lt;BR /&gt;(&lt;BR /&gt;[.tag] =&amp;gt; team_folder&lt;BR /&gt;)&lt;/P&gt;
&lt;P&gt;)&lt;/P&gt;
&lt;P&gt;[1] =&amp;gt; Array&lt;BR /&gt;(&lt;BR /&gt;[name] =&amp;gt; Sales&lt;BR /&gt;[namespace_id] =&amp;gt; 6131729056&lt;BR /&gt;[namespace_type] =&amp;gt; Array&lt;BR /&gt;(&lt;BR /&gt;[.tag] =&amp;gt; shared_folder&lt;BR /&gt;)&lt;/P&gt;
&lt;P&gt;)&lt;BR /&gt;[2] =&amp;gt; Array&lt;BR /&gt;(&lt;BR /&gt;[name] =&amp;gt; Custom_team_folder&lt;BR /&gt;[namespace_id] =&amp;gt; 6512687312&lt;BR /&gt;[namespace_type] =&amp;gt; Array&lt;BR /&gt;(&lt;BR /&gt;[.tag] =&amp;gt; shared_folder&lt;BR /&gt;)&lt;/P&gt;
&lt;P&gt;)&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;2. STEP2: Then I call this API &lt;STRONG&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;&lt;/STRONG&gt; and passed the Namespace Id "&lt;STRONG&gt;6512687312&lt;/STRONG&gt;" into my code, to get the list of files and folder present into the "Custom_team_folder" .&lt;BR /&gt;But I got this error:&lt;BR /&gt;"&lt;STRONG&gt;Operation completed without any errorsError in call to API function "files/list_folder": &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;This API function operates on a single Dropbox account, but the OAuth 2 access token you provided is for an entire Dropbox Business team. Since your API app key has team member file access permissions, you can operate on a team member's Dropbox by providing the "Dropbox-API-Select-User" HTTP header or "select_user" URL parameter to specify the exact user&lt;/STRONG&gt;."&lt;/P&gt;
&lt;P&gt;Could I know How can I solve this error, why I am getting this error&lt;/P&gt;
&lt;P&gt;This is My code: I used CURL using PHP:&lt;/P&gt;
&lt;P&gt;&amp;lt;?php&lt;BR /&gt;&lt;BR /&gt;$data = array("path"=&amp;gt;'');&lt;BR /&gt;$payload = json_encode($data);&lt;/P&gt;
&lt;P&gt;$ch = curl_init('&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;');&lt;/P&gt;
&lt;P&gt;curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);&lt;BR /&gt;curl_setopt($ch, CURLINFO_HEADER_OUT, true);&lt;BR /&gt;curl_setopt($ch, CURLOPT_POST, true);&lt;BR /&gt;curl_setopt($ch, CURLOPT_POSTFIELDS,$payload);&lt;/P&gt;
&lt;P&gt;$headers = array(&lt;BR /&gt;'Content-type: application/json',&lt;BR /&gt;'Dropbox-API-Path-Root: {".tag": "namespace_id", "namespace_id": "&lt;STRONG&gt;6512687312&lt;/STRONG&gt;"}',&lt;BR /&gt;'Authorization: Bearer &amp;lt;REDACTED&amp;gt;',&lt;BR /&gt;);&lt;/P&gt;
&lt;P&gt;curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);&lt;/P&gt;
&lt;P&gt;if(curl_exec($ch) === false)&lt;BR /&gt;{&lt;BR /&gt;echo 'Curl error: ' . curl_error($ch);&lt;BR /&gt;}&lt;BR /&gt;else&lt;BR /&gt;{&lt;BR /&gt;$result_file_names = curl_exec($ch);&lt;BR /&gt;echo 'Operation completed without any errors';&lt;BR /&gt;}&lt;BR /&gt;print_r($result_file_names);&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;curl_close($ch);&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;exit;&lt;/P&gt;
&lt;P&gt;?&amp;gt;&lt;/P&gt;
&lt;P&gt;Please see the screen shot for more reference:&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://metawebglobal.com/images/AAA.png" border="0" alt="" width="1205" height="390" /&gt;----------------------------------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope I will get the solution now.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2019 15:30:12 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unable-to-fecth-files-and-folders-from-Team-folders/m-p/373442#M21002</guid>
      <dc:creator>Kuki</dc:creator>
      <dc:date>2019-10-22T15:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to fecth files and folders from Team folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unable-to-fecth-files-and-folders-from-Team-folders/m-p/373443#M21003</link>
      <description>&lt;P&gt;Thanks for the additional information. Please note that you should never share your access token like this. I've redacted it from your post, but you should&amp;nbsp;revoke the token since you shared it publicly.&lt;/P&gt;
&lt;P&gt;Anyway, you're getting this error because you're using an access token for an entire Business team to call a user-specific endpoint. You can do so, but you'll need to specify which team member to operate on. You can find information on how to do so under the "Member file access" section here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/teams#teams-member-file-access" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/teams#teams-member-file-access&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2019 15:33:28 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unable-to-fecth-files-and-folders-from-Team-folders/m-p/373443#M21003</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-10-22T15:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to fecth files and folders from Team folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unable-to-fecth-files-and-folders-from-Team-folders/m-p/373481#M21005</link>
      <description>&lt;P&gt;Sure, I will rember it..&lt;/P&gt;&lt;P&gt;Now lets come to query:&amp;nbsp; with reference to what you suggested above, the folder "&lt;STRONG&gt;Custom_team_folder&lt;/STRONG&gt;" is not inside any team member , it is outside of all team member folder, Please see the attached Image.. So How can I specify which team member this folder present in.&lt;IMG src="https://www.dropboxforum.com/t5/image/serverpage/image-id/11767i19F9E25D244D0804/image-size/original?v=1.0&amp;amp;px=-1" alt="AAA.png" title="AAA.png" border="0" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2019 17:08:48 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unable-to-fecth-files-and-folders-from-Team-folders/m-p/373481#M21005</guid>
      <dc:creator>Kuki</dc:creator>
      <dc:date>2019-10-22T17:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to fecth files and folders from Team folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unable-to-fecth-files-and-folders-from-Team-folders/m-p/373492#M21007</link>
      <description>&lt;P&gt;Your screenshot is showing your "team space", so to access it via the API you should set the 'Dropbox-API-Path-Root' header accordingly.&lt;/P&gt;
&lt;P&gt;For example, to set the root to your team space itself, under which you can access the "Custom_team_folder" folder, you would set the root and path like this:&lt;/P&gt;
&lt;PRE&gt;curl -X POST https://api.dropboxapi.com/2/files/list_folder \
    --header "Authorization: Bearer &amp;lt;ACCESS_TOKEN&amp;gt;" \
    --header "Dropbox-API-Select-User: &amp;lt;MEMBER_ID&amp;gt;" \
    --header "Content-Type: application/json" \
    --header 'Dropbox-API-Path-Root: {".tag": "root", "root": "&lt;SPAN&gt;6131728736&lt;/SPAN&gt;"}' \
    --data "{\"path\": \"/Custom_team_folder\"}"&lt;/PRE&gt;
&lt;P&gt;Or, to set the root to the "Custom_team_folder" shared folder namespace directly, you could call like this:&lt;/P&gt;
&lt;PRE&gt;curl -X POST https://api.dropboxapi.com/2/files/list_folder \
    --header "Authorization: Bearer &amp;lt;ACCESS_TOKEN&amp;gt;" \
    --header "Dropbox-API-Select-User: &amp;lt;MEMBER_ID&amp;gt;" \
    --header "Content-Type: application/json" \
    --header 'Dropbox-API-Path-Root: {".tag": "namespace_id", "namespace_id": "&lt;SPAN&gt;6512687312&lt;/SPAN&gt;"}' \
    --data "{\"path\": \"\"}"&lt;/PRE&gt;
&lt;P&gt;I&amp;nbsp;recommend reviewing &lt;A href="https://www.dropbox.com/developers/reference/namespace-guide" target="_self"&gt;the Namespace Guide&lt;/A&gt; as it goes over these options in more detail.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2019 17:52:52 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unable-to-fecth-files-and-folders-from-Team-folders/m-p/373492#M21007</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-10-22T17:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to fecth files and folders from Team folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unable-to-fecth-files-and-folders-from-Team-folders/m-p/373825#M21016</link>
      <description>&lt;P&gt;Hello Again,&lt;/P&gt;&lt;P&gt;I tried the solution you suggested , but it is not working fully.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[3] =&amp;gt; Array&lt;BR /&gt;(&lt;BR /&gt;[.tag] =&amp;gt; folder&lt;BR /&gt;[name] =&amp;gt; General Information&lt;BR /&gt;[path_lower] =&amp;gt; /general information&lt;BR /&gt;[path_display] =&amp;gt; /General Information&lt;BR /&gt;[parent_shared_folder_id] =&amp;gt; 6131728736&lt;BR /&gt;[id] =&amp;gt; id:z3mu7FjeX1AAAAAAAAAAAQ&lt;BR /&gt;[shared_folder_id] =&amp;gt; 6498180480&lt;BR /&gt;[sharing_info] =&amp;gt; Array&lt;BR /&gt;(&lt;BR /&gt;[read_only] =&amp;gt;&lt;BR /&gt;[parent_shared_folder_id] =&amp;gt; 6131728736&lt;BR /&gt;[shared_folder_id] =&amp;gt; 6498180480&lt;BR /&gt;[traverse_only] =&amp;gt;&lt;BR /&gt;[no_access] =&amp;gt;&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;)&lt;BR /&gt;There is some issue,&lt;BR /&gt;I have created a "General Information" (6498180480 ) folder at team space,&lt;BR /&gt;Then I created a Folder "New_folder_123" inside it, and I shared this folder to one of my member.&lt;BR /&gt;I uploaded some file inside this folder, But when I am trying to retrive the files i uploaded into shared folder, showing nothing, While the files which is inside of ("Romi") folder parallel to the shared folder is coming into the list&lt;BR /&gt;Could you suggest me the reason&lt;/P&gt;&lt;P&gt;&amp;lt;?php&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;$data = array("path"=&amp;gt;"", "recursive"=&amp;gt; true);&lt;BR /&gt;$payload = json_encode($data);&lt;/P&gt;&lt;P&gt;$ch = curl_init('&lt;A href="https://api.dropboxapi.com/2/files/list_folder" target="_blank"&gt;https://api.dropboxapi.com/2/files/list_folder&lt;/A&gt;');&lt;/P&gt;&lt;P&gt;curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);&lt;BR /&gt;curl_setopt($ch, CURLINFO_HEADER_OUT, true);&lt;BR /&gt;curl_setopt($ch, CURLOPT_POST, true);&lt;BR /&gt;curl_setopt($ch, CURLOPT_POSTFIELDS,$payload);&lt;/P&gt;&lt;P&gt;$headers = array(&lt;BR /&gt;'Dropbox-API-Select-User:&amp;lt;MEMBER_ID&amp;gt;',&lt;BR /&gt;'Content-type: application/json',&lt;BR /&gt;'Dropbox-API-Path-Root: {".tag": "namespace_id", "namespace_id": "6498180480"}',&lt;BR /&gt;'Authorization: Bearer &amp;lt;REDACTED&amp;gt;',&lt;BR /&gt;);&lt;/P&gt;&lt;P&gt;curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);&lt;/P&gt;&lt;P&gt;if(curl_exec($ch) === false)&lt;BR /&gt;{&lt;BR /&gt;echo 'Curl error: ' . curl_error($ch);&lt;BR /&gt;}&lt;BR /&gt;else&lt;BR /&gt;{&lt;BR /&gt;$result_file_names = curl_exec($ch);&lt;BR /&gt;echo 'Operation completed without any errors';&lt;BR /&gt;}&lt;BR /&gt;$array_result_file_names= json_decode($result_file_names,true);&lt;BR /&gt;print_r($array_result_file_names);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;curl_close($ch);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;exit;&lt;/P&gt;&lt;P&gt;?&amp;gt;&lt;IMG src="http://metawebglobal.com/Captureqq.PNG" border="0" alt="" width="1461" height="797" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2019 19:09:51 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unable-to-fecth-files-and-folders-from-Team-folders/m-p/373825#M21016</guid>
      <dc:creator>Kuki</dc:creator>
      <dc:date>2019-10-23T19:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to fecth files and folders from Team folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unable-to-fecth-files-and-folders-from-Team-folders/m-p/373839#M21017</link>
      <description>&lt;P&gt;In the&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_self"&gt;/2/files/list_folder&lt;/A&gt; response, what is the value of 'has_more'? If it's 'true', you need to call back to&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_self"&gt;/2/files/list_folder/continue&lt;/A&gt; to retrieve more entries.&lt;/P&gt;
&lt;P&gt;A single call to &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_self"&gt;/2/files/list_folder&lt;/A&gt; isn't guaranteed to return all of the results. You should always have your app check this value and call back as necessary. You can find more information in &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_self"&gt;the documentation&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2019 19:37:14 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unable-to-fecth-files-and-folders-from-Team-folders/m-p/373839#M21017</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-10-23T19:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to fecth files and folders from Team folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unable-to-fecth-files-and-folders-from-Team-folders/m-p/374237#M21041</link>
      <description>&lt;P&gt;Hello Again,&lt;/P&gt;&lt;P&gt;A bit&amp;nbsp; More:&lt;/P&gt;&lt;P&gt;Everything is working fine now, I am able to acess everything now,&lt;/P&gt;&lt;P&gt;The problem is :&amp;nbsp; Records (Number of Folders and Files vary when I call the API).&lt;/P&gt;&lt;P&gt;When I call the API (&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_self" rel="noopener noreferrer"&gt;/2/files/list_folder&lt;/A&gt; and&amp;nbsp; &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_self" rel="noopener noreferrer"&gt;/2/files/list_folder/continue&lt;/A&gt; ) first time it shows exact no of files , but when I call it again it chages the no of files and folders, but when again I call the same, it shows exact no of records.&lt;/P&gt;&lt;P&gt;Means, to get exact no of Files , I will have to call then API around 3 to 4 times.&lt;/P&gt;&lt;P&gt;Actually , I called the API's at page load, when first time page loads it shows the records properly, when I again refresh/load&amp;nbsp; the page records count not comes properm , when I load/refresh the page again, not comes the recods properly.&lt;/P&gt;&lt;P&gt;Somtime to get the exact no of records , I have to refesh tha page 4 to 5 times&lt;/P&gt;&lt;P&gt;Could you please tell me the reason behind it.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2019 08:29:27 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unable-to-fecth-files-and-folders-from-Team-folders/m-p/374237#M21041</guid>
      <dc:creator>Kuki</dc:creator>
      <dc:date>2019-10-25T08:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to fecth files and folders from Team folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unable-to-fecth-files-and-folders-from-Team-folders/m-p/374348#M21043</link>
      <description>&lt;P&gt;The exact number of entries you get back per /2/files/list_folder[/continue] page is not guaranteed. Sometimes the API may return more entries per page, and sometimes it may return fewer.&lt;/P&gt;
&lt;P&gt;Regardless of how many entries were returned, your app needs to always check the 'has_more' value and call back for more entries if it's 'true'.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2019 13:54:02 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unable-to-fecth-files-and-folders-from-Team-folders/m-p/374348#M21043</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-10-25T13:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to fecth files and folders from Team folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unable-to-fecth-files-and-folders-from-Team-folders/m-p/434282#M22961</link>
      <description>&lt;P&gt;The third package cannot be used because it does not integrate the business model. Use endpoints.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2020 19:50:34 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unable-to-fecth-files-and-folders-from-Team-folders/m-p/434282#M22961</guid>
      <dc:creator>Revzo</dc:creator>
      <dc:date>2020-07-02T19:50:34Z</dc:date>
    </item>
  </channel>
</rss>

