<?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: files/list_folder. Dropbox-API-Select-Admin. Invalid select user id format error. in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/files-list-folder-Dropbox-API-Select-Admin-Invalid-select-user/m-p/383859#M21363</link>
    <description>&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1240846"&gt;@VictorNemiro&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;On screenshot you posted above can't be seen "Dropbox-API-Select-User" header. Did you set there proper user Id?&lt;/P&gt;&lt;P&gt;Hope this gives right direction.&lt;/P&gt;</description>
    <pubDate>Thu, 12 Dec 2019 13:03:01 GMT</pubDate>
    <dc:creator>Здравко</dc:creator>
    <dc:date>2019-12-12T13:03:01Z</dc:date>
    <item>
      <title>files/list_folder. Dropbox-API-Select-Admin. Invalid select user id format error.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/files-list-folder-Dropbox-API-Select-Admin-Invalid-select-user/m-p/383837#M21362</link>
      <description>&lt;P&gt;I am trying to send the&amp;nbsp;&lt;SPAN&gt;files/list_folder request with the 'Dropbox-API-Select-Admin = Whole Team' header. But i get a 400 response (Error in call to API function "files/list_folder": Invalid select user id format)&lt;BR /&gt;&lt;BR /&gt;1. I registered Business Account.&lt;BR /&gt;2. Added the '&lt;/SPAN&gt;Team member file access' application.&lt;/P&gt;
&lt;P&gt;3. Generated the token&lt;/P&gt;
&lt;P&gt;What i do wrong?&lt;/P&gt;
&lt;P&gt;My query:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_1.jpg" style="width: 999px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/12763i6BAF40D16C9BB159/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot_1.jpg" alt="Screenshot_1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2019 15:45:05 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/files-list-folder-Dropbox-API-Select-Admin-Invalid-select-user/m-p/383837#M21362</guid>
      <dc:creator>VictorNemiro</dc:creator>
      <dc:date>2019-12-12T15:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: files/list_folder. Dropbox-API-Select-Admin. Invalid select user id format error.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/files-list-folder-Dropbox-API-Select-Admin-Invalid-select-user/m-p/383859#M21363</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1240846"&gt;@VictorNemiro&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;On screenshot you posted above can't be seen "Dropbox-API-Select-User" header. Did you set there proper user Id?&lt;/P&gt;&lt;P&gt;Hope this gives right direction.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2019 13:03:01 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/files-list-folder-Dropbox-API-Select-Admin-Invalid-select-user/m-p/383859#M21363</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2019-12-12T13:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: files/list_folder. Dropbox-API-Select-Admin. Invalid select user id format error.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/files-list-folder-Dropbox-API-Select-Admin-Invalid-select-user/m-p/383910#M21365</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1240846"&gt;@VictorNemiro&lt;/a&gt;&amp;nbsp;In your screenshot, I see you're setting the "Dropbox-API-Select-Admin" header value to "Whole Team", but you should actually be setting it to the relevant team member ID value.&lt;/P&gt;
&lt;P&gt;"Whole Team" is one of &lt;A href="https://www.dropbox.com/developers/documentation/http/teams#teams-member-file-access" target="_self"&gt;the two modes supported by the Dropbox-API-Select-Admin header&lt;/A&gt;, but it isn't something you as the caller need to supply. The supported modes are defined by&amp;nbsp;Dropbox and listed in the documentation for each endpoint, such as &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_self"&gt;here for&amp;nbsp;/2/files/list_folder&lt;/A&gt;. Support for a particular mode is determined by&amp;nbsp;Dropbox when the endpoint is implemented and does not need to be specified by the caller.&lt;/P&gt;
&lt;P&gt;Dropbox Business API apps are connected to the entire team, but they can operate on a specific member of a team, using the "member file access" feature. To do so, you can supply the the&amp;nbsp;Dropbox-API-Select-Admin or Dropbox-API-Select-User header,&amp;nbsp;to specify which member you want to operate on. You do so by sending the relevant team member ID as the header value. Team member IDs start with "dbmid:". You can get them from&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/teams#team-members-get_info" target="_self"&gt;/2/team/members/get_info&lt;/A&gt; or&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/teams#team-members-list" target="_self"&gt;/2/team/members/list&lt;/A&gt;[&lt;A href="https://www.dropbox.com/developers/documentation/http/teams#team-members-list-continue" target="_self"&gt;/continue&lt;/A&gt;], for instance.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2019 16:27:45 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/files-list-folder-Dropbox-API-Select-Admin-Invalid-select-user/m-p/383910#M21365</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-12-12T16:27:45Z</dc:date>
    </item>
  </channel>
</rss>

