<?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: Get account info using Dropbox for Business API access token in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-account-info-using-Dropbox-for-Business-API-access-token/m-p/89670#M2759</link>
    <description>&lt;P&gt;I see. Thanks for quick response!&lt;/P&gt;</description>
    <pubDate>Thu, 03 Sep 2015 05:22:46 GMT</pubDate>
    <dc:creator>Nadia K.3</dc:creator>
    <dc:date>2015-09-03T05:22:46Z</dc:date>
    <item>
      <title>Get account info using Dropbox for Business API access token</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-account-info-using-Dropbox-for-Business-API-access-token/m-p/89668#M2757</link>
      <description>&lt;P&gt;We are trying to get information about the user who has authorized Dropbox for Business through our application.&lt;/P&gt;
&lt;P&gt;We can retrieve a list of users in a team and basic team info, but how to determine which user has performed the authorization?&lt;/P&gt;
&lt;P&gt;We are using Python dropbox api v. 1.6 and DropboxOAuth2Flow.finish only returns the access_token (user_id and url_state are both empty or None).&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:40:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-account-info-using-Dropbox-for-Business-API-access-token/m-p/89668#M2757</guid>
      <dc:creator>Nadia K.3</dc:creator>
      <dc:date>2019-05-29T09:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: Get account info using Dropbox for Business API access token</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-account-info-using-Dropbox-for-Business-API-access-token/m-p/89669#M2758</link>
      <description>&lt;P&gt;The API doesn't currently return information about which admin of a team performed a&amp;nbsp;Dropbox for Business API app&amp;nbsp;authorization,&amp;nbsp;but I'll be sure to pass this along as a feature request.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2015 01:10:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-account-info-using-Dropbox-for-Business-API-access-token/m-p/89669#M2758</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-09-03T01:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: Get account info using Dropbox for Business API access token</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-account-info-using-Dropbox-for-Business-API-access-token/m-p/89670#M2759</link>
      <description>&lt;P&gt;I see. Thanks for quick response!&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2015 05:22:46 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-account-info-using-Dropbox-for-Business-API-access-token/m-p/89670#M2759</guid>
      <dc:creator>Nadia K.3</dc:creator>
      <dc:date>2015-09-03T05:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: Get account info using Dropbox for Business API access token</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-account-info-using-Dropbox-for-Business-API-access-token/m-p/89671#M2760</link>
      <description>&lt;P&gt;This would be a great feature to have. Otherwise, it's hard to know which user to impersonate&amp;nbsp;by default.&lt;/P&gt;</description>
      <pubDate>Sat, 09 Jul 2016 05:45:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-account-info-using-Dropbox-for-Business-API-access-token/m-p/89671#M2760</guid>
      <dc:creator>vinodc</dc:creator>
      <dc:date>2016-07-09T05:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: Get account info using Dropbox for Business API access token</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-account-info-using-Dropbox-for-Business-API-access-token/m-p/242713#M13545</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;&lt;BR /&gt;In the Python SDK, that's:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://dropbox-sdk-python.readthedocs.io/en/latest/moduledoc.html#dropbox.dropbox.DropboxTeam.team_token_get_authenticated_admin" target="_blank"&gt;https://dropbox-sdk-python.readthedocs.io/en/latest/moduledoc.html#dropbox.dropbox.DropboxTeam.team_token_get_authenticated_admin&lt;/A&gt;</description>
      <pubDate>Thu, 21 Sep 2017 19:12:55 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-account-info-using-Dropbox-for-Business-API-access-token/m-p/242713#M13545</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-09-21T19:12:55Z</dc:date>
    </item>
  </channel>
</rss>

