<?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: Clarification on support for OAuth 1 in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Clarification-on-support-for-OAuth-1/m-p/48629#M1517</link>
    <description>&lt;P&gt;No. Core API v1 will continue to work as-is.&lt;/P&gt;</description>
    <pubDate>Mon, 18 May 2015 22:30:21 GMT</pubDate>
    <dc:creator>Steve M.</dc:creator>
    <dc:date>2015-05-18T22:30:21Z</dc:date>
    <item>
      <title>Clarification on support for OAuth 1</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Clarification-on-support-for-OAuth-1/m-p/48628#M1516</link>
      <description>&lt;P&gt;It was recently announced that Dropbox API v2 would support OAuth 2 only. &lt;BR /&gt;
Does this mean that existing apps which use OAuth 1 will stop working when API v2 is rolled out?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:42:46 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Clarification-on-support-for-OAuth-1/m-p/48628#M1516</guid>
      <dc:creator>Mark R.5</dc:creator>
      <dc:date>2019-05-29T09:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: Clarification on support for OAuth 1</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Clarification-on-support-for-OAuth-1/m-p/48629#M1517</link>
      <description>&lt;P&gt;No. Core API v1 will continue to work as-is.&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2015 22:30:21 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Clarification-on-support-for-OAuth-1/m-p/48629#M1517</guid>
      <dc:creator>Steve M.</dc:creator>
      <dc:date>2015-05-18T22:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: Clarification on support for OAuth 1</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Clarification-on-support-for-OAuth-1/m-p/48630#M1518</link>
      <description>&lt;P&gt;Thanks for the response. I wasn't sure whether they would run alongside each other or not, so good to know.&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2015 22:38:33 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Clarification-on-support-for-OAuth-1/m-p/48630#M1518</guid>
      <dc:creator>Mark R.5</dc:creator>
      <dc:date>2015-05-18T22:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: Clarification on support for OAuth 1</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Clarification-on-support-for-OAuth-1/m-p/48631#M1519</link>
      <description>&lt;P&gt;Hi! Could you please confirm that Core API will continue to work with OAuth 1.0? A year has passed maybe something was changed, because v2 endpoints work only with OAuth 2.0. There is&amp;nbsp;&lt;A href="https://www.dropbox.com/developers-v1/core/docs#oa2-from-oa1" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers-v1/core/docs#oa2-from-oa1&lt;/A&gt; endpoint which provides a capability to work with v2 endpoints using OAuth 1.0 authorization flow. Can we be sure that after v1 endpoints are deprecated the OAuth 1.0 endpoints will work as before? Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2016 19:52:17 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Clarification-on-support-for-OAuth-1/m-p/48631#M1519</guid>
      <dc:creator>Svetlana I.1</dc:creator>
      <dc:date>2016-08-15T19:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Clarification on support for OAuth 1</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Clarification-on-support-for-OAuth-1/m-p/48632#M1520</link>
      <description>&lt;P&gt;API v1, a.k.a. the Core API, supports both OAuth 1 and OAuth 2 and will continue to do so. Note that API v1 is already&amp;nbsp;&lt;A href="https://blogs.dropbox.com/developers/2016/06/api-v1-deprecated/" target="_blank" rel="nofollow noreferrer"&gt;deprecated&lt;/A&gt; in favor of API v2.&lt;/P&gt;
&lt;P&gt;API v2 only supports OAuth 2.&lt;/P&gt;
&lt;P&gt;The /1/oauth2/token_from_oauth1 endpoint you mentioned allows you to get an OAuth 2 access token from an OAuth 1 access token. We&amp;nbsp;recommend using that while API v1 is still enabled in order to migrate your existing users to API v2.&lt;/P&gt;
&lt;P&gt;When you do migrate your app to API v2, you should also migrate to using the OAuth 2 app authorization flow itself in place of the OAuth 1 flow.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2016 00:45:52 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Clarification-on-support-for-OAuth-1/m-p/48632#M1520</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-08-16T00:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Clarification on support for OAuth 1</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Clarification-on-support-for-OAuth-1/m-p/48633#M1521</link>
      <description>&lt;P&gt;Thanks for the quick response! Just to be sure that we are on the same page. Our application uses&amp;nbsp;&lt;A href="https://www.dropbox.com/1/oauth/authorize" rel="nofollow noreferrer"&gt;https://www.dropbox.com/1/oauth/authorize&lt;/A&gt; endpoint as a first step in the authorization flow. In the migration guide is mentioned that&amp;nbsp;/1/oauth2/authorize endpoint is migrated to&amp;nbsp;/oauth2/authorize. Does it mean that&amp;nbsp;&lt;A href="https://www.dropbox.com/1/oauth/authorize" rel="nofollow noreferrer"&gt;https://www.dropbox.com/1/oauth/authorize&lt;/A&gt; request won't work after Sept, 28 when v1 will be deprecated? Thanks again for help!&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2016 19:06:24 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Clarification-on-support-for-OAuth-1/m-p/48633#M1521</guid>
      <dc:creator>Svetlana I.1</dc:creator>
      <dc:date>2016-08-16T19:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: Clarification on support for OAuth 1</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Clarification-on-support-for-OAuth-1/m-p/48634#M1522</link>
      <description>&lt;P&gt;Yes, the OAuth 1 authorization page at&amp;nbsp;/1/oauth/authorize is only for API v1, and will be retired with API v1. You'll need to migrate to using&amp;nbsp;the OAuth 2 authorization page at&amp;nbsp;/oauth2/authorize.&lt;/P&gt;
&lt;P&gt;(API v2 doesn't support OAuth 1, so the OAuth 1 page won't be useful once API v1 is retired anyway.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2016 23:29:30 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Clarification-on-support-for-OAuth-1/m-p/48634#M1522</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-08-16T23:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Clarification on support for OAuth 1</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Clarification-on-support-for-OAuth-1/m-p/200732#M9447</link>
      <description>To follow up here, if you do need to migrate OAuth 1 access tokens and want to do so via API v2, we now have an API v2 endpoint for doing so:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#auth-token-from_oauth1" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#auth-token-from_oauth1&lt;/A&gt;</description>
      <pubDate>Thu, 05 Jan 2017 23:01:24 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Clarification-on-support-for-OAuth-1/m-p/200732#M9447</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-01-05T23:01:24Z</dc:date>
    </item>
  </channel>
</rss>

