<?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: Empty uid in second leg of oauth for &amp;quot;Team member file access&amp;quot; app in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Empty-uid-in-second-leg-of-oauth-for-quot-Team-member-file/m-p/181248#M7456</link>
    <description>&lt;P&gt;Dropbox for Business API apps are linked to Dropbox for Business teams, and not individual users/admins on teams. This can only be done by an admin, but the API doesn't currently return information about which admin specifically authorized it. I'm sending this along as a feature request though.&lt;/P&gt;</description>
    <pubDate>Thu, 05 May 2016 09:29:15 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2016-05-05T09:29:15Z</dc:date>
    <item>
      <title>Empty uid in second leg of oauth for "Team member file access" app</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Empty-uid-in-second-leg-of-oauth-for-quot-Team-member-file/m-p/181247#M7455</link>
      <description>&lt;P&gt;When a member authenticates for a business app of type "Team member file access", then in the second leg of oauth the uid is empty:&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;P&gt;{&lt;BR /&gt; "access_token": "8H9QotNcSyAAAAAAAABUbI0E-amnsmasnjsd...",&lt;BR /&gt; "token_type": "bearer",&lt;BR /&gt; "team_id": "dbtid:AACyGZWrUW...yzXtNuwYtLsVjoE",&lt;BR /&gt; "uid": ""&lt;BR /&gt;}&lt;/P&gt;
&lt;P&gt;Any idea why cant this be the uid of the user who authenticates?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Manish&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:33:34 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Empty-uid-in-second-leg-of-oauth-for-quot-Team-member-file/m-p/181247#M7455</guid>
      <dc:creator>Info V.1</dc:creator>
      <dc:date>2019-05-29T09:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: Empty uid in second leg of oauth for "Team member file access" app</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Empty-uid-in-second-leg-of-oauth-for-quot-Team-member-file/m-p/181248#M7456</link>
      <description>&lt;P&gt;Dropbox for Business API apps are linked to Dropbox for Business teams, and not individual users/admins on teams. This can only be done by an admin, but the API doesn't currently return information about which admin specifically authorized it. I'm sending this along as a feature request though.&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2016 09:29:15 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Empty-uid-in-second-leg-of-oauth-for-quot-Team-member-file/m-p/181248#M7456</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-05-05T09:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: Empty uid in second leg of oauth for "Team member file access" app</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Empty-uid-in-second-leg-of-oauth-for-quot-Team-member-file/m-p/181249#M7457</link>
      <description>&lt;P&gt;Thanks gregory.&lt;/P&gt;
&lt;P&gt;Is there any other way to find out who authenticates?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2016 07:51:47 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Empty-uid-in-second-leg-of-oauth-for-quot-Team-member-file/m-p/181249#M7457</guid>
      <dc:creator>Info V.1</dc:creator>
      <dc:date>2016-05-06T07:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: Empty uid in second leg of oauth for "Team member file access" app</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Empty-uid-in-second-leg-of-oauth-for-quot-Team-member-file/m-p/181250#M7458</link>
      <description>&lt;P&gt;No, there's no workaround, beyond having the&amp;nbsp;app ask the admin for their ID/email.&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2016 23:25:17 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Empty-uid-in-second-leg-of-oauth-for-quot-Team-member-file/m-p/181250#M7458</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-05-06T23:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Empty uid in second leg of oauth for "Team member file access" app</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Empty-uid-in-second-leg-of-oauth-for-quot-Team-member-file/m-p/242717#M13548</link>
      <description>The Dropbox API now offers a way to determine which admin authorized a particular access token:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/teams#team-token-get_authenticated_admin" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/teams#team-token-get_authenticated_admin&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you're using an official SDK, there will also be corresponding method for this endpoint.&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Sep 2017 19:14:46 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Empty-uid-in-second-leg-of-oauth-for-quot-Team-member-file/m-p/242717#M13548</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-09-21T19:14:46Z</dc:date>
    </item>
  </channel>
</rss>

