<?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: getting access token via api in unity in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/getting-access-token-via-api-in-unity/m-p/271253#M16041</link>
    <description>&lt;P&gt;without browser or web browser control it is possible to get access token ?&lt;/P&gt;</description>
    <pubDate>Wed, 04 Apr 2018 17:00:16 GMT</pubDate>
    <dc:creator>MathanKumar</dc:creator>
    <dc:date>2018-04-04T17:00:16Z</dc:date>
    <item>
      <title>getting access token via api in unity</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/getting-access-token-via-api-in-unity/m-p/271215#M16034</link>
      <description>&lt;P&gt;Hi i want to get access token via api in unity with UnityWebRequest method.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"&lt;A href="https://www.dropbox.com/1/oauth2/authorize?response_type=token&amp;amp;redirect_uri={1}&amp;amp;client_id={0" target="_blank"&gt;https://www.dropbox.com/1/oauth2/authorize?response_type=token&amp;amp;redirect_uri={1}&amp;amp;client_id={0&lt;/A&gt;}" how can i get access token using this url in unity.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:14:15 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/getting-access-token-via-api-in-unity/m-p/271215#M16034</guid>
      <dc:creator>MathanKumar</dc:creator>
      <dc:date>2019-05-29T09:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: getting access token via api in unity</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/getting-access-token-via-api-in-unity/m-p/271250#M16040</link>
      <description>I recommend first reading the OAuth guide to see how the OAuth app authorization flow works:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/reference/oauth-guide" target="_blank"&gt;https://www.dropbox.com/developers/reference/oauth-guide&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The /oauth2/authorize address is a web page, not an API call. You should send the user there in their browser, where they'll be prompted to chooser whether or not to authorize your app.&lt;BR /&gt;&lt;BR /&gt;When using /oauth2/authorize with the "token" flow (i.e., with `response_type=token`), the access token is returned to the redirect URI you specify (via the `redirect_uri` parameter value you supply) on the URL fragment. You should specify a redirect URI that is accessible to your app, so your app can then pull the access token from the URL fragment.&lt;BR /&gt;&lt;BR /&gt;We don't have any resources, e.g., code samples, for Unity in particular, but you can find the full documentation for the OAuth app authorization flow here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#authorization" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#authorization&lt;/A&gt;</description>
      <pubDate>Wed, 04 Apr 2018 16:50:58 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/getting-access-token-via-api-in-unity/m-p/271250#M16040</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-04-04T16:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: getting access token via api in unity</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/getting-access-token-via-api-in-unity/m-p/271253#M16041</link>
      <description>&lt;P&gt;without browser or web browser control it is possible to get access token ?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Apr 2018 17:00:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/getting-access-token-via-api-in-unity/m-p/271253#M16041</guid>
      <dc:creator>MathanKumar</dc:creator>
      <dc:date>2018-04-04T17:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: getting access token via api in unity</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/getting-access-token-via-api-in-unity/m-p/271256#M16042</link>
      <description>No, the OAuth app authorization flow requires a browser. You can store and re-use the resulting access token after the fact though.</description>
      <pubDate>Wed, 04 Apr 2018 17:02:48 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/getting-access-token-via-api-in-unity/m-p/271256#M16042</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-04-04T17:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: getting access token via api in unity</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/getting-access-token-via-api-in-unity/m-p/271257#M16043</link>
      <description>&lt;P&gt;ok thanks for your information.......&lt;/P&gt;</description>
      <pubDate>Wed, 04 Apr 2018 17:05:56 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/getting-access-token-via-api-in-unity/m-p/271257#M16043</guid>
      <dc:creator>MathanKumar</dc:creator>
      <dc:date>2018-04-04T17:05:56Z</dc:date>
    </item>
  </channel>
</rss>

