<?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: Is there a way to get short lived app access token without user interaction on behalf of admin. in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Is-there-a-way-to-get-short-lived-app-access-token-without-user/m-p/507099#M25053</link>
    <description>&lt;P&gt;Thanks for the information. As you mentioned dropbox does not support&amp;nbsp;&lt;SPAN&gt;access token to have access only to a specific member's account so is there a way to get application level access token and we need this to be acquired by a background process so there will be no user interaction. Let me know if it is possible through dropbox API.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 23 Mar 2021 03:25:24 GMT</pubDate>
    <dc:creator>mkirank</dc:creator>
    <dc:date>2021-03-23T03:25:24Z</dc:date>
    <item>
      <title>Is there a way to get short lived app access token without user interaction on behalf of admin.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Is-there-a-way-to-get-short-lived-app-access-token-without-user/m-p/506839#M25039</link>
      <description>&lt;P&gt;Is there a way to get short lived app access token without user interaction and on behalf of admin and use user impersonation to fetch user data.This is required for us as we are using a background service to pull a specific user data.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 10:58:07 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Is-there-a-way-to-get-short-lived-app-access-token-without-user/m-p/506839#M25039</guid>
      <dc:creator>mkirank</dc:creator>
      <dc:date>2021-03-22T10:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get short lived app access token without user interaction on behalf of admin.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Is-there-a-way-to-get-short-lived-app-access-token-without-user/m-p/506943#M25043</link>
      <description>&lt;P&gt;If you want the access token to have access only to a specific member's account, then no, the&amp;nbsp;Dropbox API doesn't offer anything quite like this,&amp;nbsp;but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can get new short-lived access tokens on demand, without further manual user intervention, if you have a "refresh token" though. Note however that the resulting access token will always have the same permissions as the original authorization that resulted in that refresh token. (That would include access to the "&lt;A href="https://www.dropbox.com/developers/documentation/http/teams#teams-member-file-access" target="_self"&gt;member file access&lt;/A&gt;" feature, if such access was granted.) Please refer to &lt;A href="https://developers.dropbox.com/oauth-guide" target="_self"&gt;the OAuth Guide&lt;/A&gt; and &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#authorization" target="_self"&gt;documentation&lt;/A&gt; for information on using refresh tokens.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 15:29:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Is-there-a-way-to-get-short-lived-app-access-token-without-user/m-p/506943#M25043</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-03-22T15:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get short lived app access token without user interaction on behalf of admin.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Is-there-a-way-to-get-short-lived-app-access-token-without-user/m-p/507099#M25053</link>
      <description>&lt;P&gt;Thanks for the information. As you mentioned dropbox does not support&amp;nbsp;&lt;SPAN&gt;access token to have access only to a specific member's account so is there a way to get application level access token and we need this to be acquired by a background process so there will be no user interaction. Let me know if it is possible through dropbox API.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 03:25:24 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Is-there-a-way-to-get-short-lived-app-access-token-without-user/m-p/507099#M25053</guid>
      <dc:creator>mkirank</dc:creator>
      <dc:date>2021-03-23T03:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get short lived app access token without user interaction on behalf of admin.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Is-there-a-way-to-get-short-lived-app-access-token-without-user/m-p/507242#M25061</link>
      <description>&lt;P&gt;No,&amp;nbsp;Dropbox doesn't offer access tokens for an app itself.&amp;nbsp;Dropbox access tokens are always for a particular app-team pair or app-user pair, both of which require authorization, from a team admin or user respectively.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 15:27:12 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Is-there-a-way-to-get-short-lived-app-access-token-without-user/m-p/507242#M25061</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-03-23T15:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get short lived app access token without user interaction on behalf of admin.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Is-there-a-way-to-get-short-lived-app-access-token-without-user/m-p/507396#M25069</link>
      <description>&lt;P&gt;Ok.I am admin of a business account and let me know if there is some way for me to get team token onbhalf of my admin user account &lt;STRONG&gt;without manual user intervention&lt;/STRONG&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Mar 2021 05:00:34 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Is-there-a-way-to-get-short-lived-app-access-token-without-user/m-p/507396#M25069</guid>
      <dc:creator>mkirank</dc:creator>
      <dc:date>2021-03-24T05:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get short lived app access token without user interaction on behalf of admin.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Is-there-a-way-to-get-short-lived-app-access-token-without-user/m-p/507535#M25073</link>
      <description>&lt;P&gt;The authorization for any team or user account always requires some sort of manual interaction, but note that the app can store and re-use the access token/refresh token after that.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Mar 2021 14:49:46 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Is-there-a-way-to-get-short-lived-app-access-token-without-user/m-p/507535#M25073</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-03-24T14:49:46Z</dc:date>
    </item>
  </channel>
</rss>

