<?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: Api v2 for Auth2 in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Api-v2-for-Auth2/m-p/244711#M13787</link>
    <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/499362"&gt;@suzuka&lt;/a&gt;&amp;nbsp;pcworld is correct, it is listed there, just not in the sidebar. Here's &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#authorization" target="_self"&gt;the direct link for the OAuth 2 documentation&lt;/A&gt;. The &lt;A href="https://www.dropbox.com/developers/reference/oauth-guide" target="_self"&gt;OAuth guide&lt;/A&gt; may also be useful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, the "Get Token" button on the &lt;A href="https://dropbox.github.io/dropbox-api-v2-explorer/#users_get_current_account" target="_self"&gt;API Explorer&lt;/A&gt;&amp;nbsp;does use the OAuth 2 "token" flow.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In any case though, if you're using Java, we&amp;nbsp;recommend using &lt;A href="https://github.com/dropbox/dropbox-sdk-java" target="_self"&gt;the official&amp;nbsp;Dropbox API v2 Java SDK&lt;/A&gt;, which will do most of this work for you. For example, you can see &lt;A href="https://github.com/dropbox/dropbox-sdk-java/blob/master/examples/web-file-browser/src/main/java/com/dropbox/core/examples/web_file_browser/DropboxAuth.java#L31" target="_self"&gt;how the app authorization flow is implemented in this example&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Mon, 02 Oct 2017 17:41:23 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2017-10-02T17:41:23Z</dc:date>
    <item>
      <title>Api v2 for Auth2</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Api-v2-for-Auth2/m-p/244626#M13771</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;I am new to dropbox api . Trying to start with java documentation for auth but documentation is so confusing. I found that&amp;nbsp;&lt;A href="https://api.dropboxapi.com/oauth2/token" target="_blank" rel="nofollow noopener noreferrer"&gt;https://api.dropboxapi.com/oauth2/token&lt;/A&gt;&amp;nbsp;should be used but on&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-api-v2-explorer" target="_blank"&gt;https://dropbox.github.io/dropbox-api-v2-explorer&lt;/A&gt; there is no way to try or on&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation&amp;nbsp;" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation&amp;nbsp;&lt;/A&gt; It is not on listing too.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:18:49 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Api-v2-for-Auth2/m-p/244626#M13771</guid>
      <dc:creator>suzuka</dc:creator>
      <dc:date>2019-05-29T09:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Api v2 for Auth2</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Api-v2-for-Auth2/m-p/244659#M13774</link>
      <description>&lt;P&gt;Just search for "/oauth2/authorize" in &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation&lt;/A&gt;, it's there, it's just missing from the table of contents.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Oct 2017 14:04:07 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Api-v2-for-Auth2/m-p/244659#M13774</guid>
      <dc:creator>pcworld</dc:creator>
      <dc:date>2017-10-02T14:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: Api v2 for Auth2</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Api-v2-for-Auth2/m-p/244711#M13787</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/499362"&gt;@suzuka&lt;/a&gt;&amp;nbsp;pcworld is correct, it is listed there, just not in the sidebar. Here's &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#authorization" target="_self"&gt;the direct link for the OAuth 2 documentation&lt;/A&gt;. The &lt;A href="https://www.dropbox.com/developers/reference/oauth-guide" target="_self"&gt;OAuth guide&lt;/A&gt; may also be useful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, the "Get Token" button on the &lt;A href="https://dropbox.github.io/dropbox-api-v2-explorer/#users_get_current_account" target="_self"&gt;API Explorer&lt;/A&gt;&amp;nbsp;does use the OAuth 2 "token" flow.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In any case though, if you're using Java, we&amp;nbsp;recommend using &lt;A href="https://github.com/dropbox/dropbox-sdk-java" target="_self"&gt;the official&amp;nbsp;Dropbox API v2 Java SDK&lt;/A&gt;, which will do most of this work for you. For example, you can see &lt;A href="https://github.com/dropbox/dropbox-sdk-java/blob/master/examples/web-file-browser/src/main/java/com/dropbox/core/examples/web_file_browser/DropboxAuth.java#L31" target="_self"&gt;how the app authorization flow is implemented in this example&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Oct 2017 17:41:23 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Api-v2-for-Auth2/m-p/244711#M13787</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-10-02T17:41:23Z</dc:date>
    </item>
  </channel>
</rss>

