<?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: invalid_oauth1_token_info in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/invalid-oauth1-token-info/m-p/243857#M13633</link>
    <description>&lt;P&gt;If you don't see your app(s) listed on the &lt;A href="https://www.dropbox.com/developers/apps" target="_self"&gt;App Console&lt;/A&gt;, that means you're not signed in to the account that owns the app(s). You'll need to log out and then log back in to the account that does own the app(s).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The &lt;A href="https://www.dropbox.com/developers-v1/core/docs#request-token" target="_self"&gt;/1/oauth/request_token&lt;/A&gt; endpoint gives you an OAuth 1 "request token", but the &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#auth-token-from_oauth1" target="_self"&gt;/2/auth/token/from_oauth1&lt;/A&gt; endpoint only access an OAuth 2 "access token", which is a different kind of token. Attempting&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#auth-token-from_oauth1" target="_self"&gt;/2/auth/token/from_oauth1&lt;/A&gt;&amp;nbsp;with a request token instead will yield this error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In any case, if you're updating your app for API v2. You should just use &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#oauth2-authorize" target="_self"&gt;the OAuth 2 flow&lt;/A&gt;&amp;nbsp;instead. &lt;A href="https://www.dropbox.com/developers/reference/oauth-guide" target="_self"&gt;The OAuth guide&lt;/A&gt; may also be a helpful reference.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If (and only if) you do have stored OAuth 1 access tokens (e.g., as returned by &lt;A href="https://www.dropbox.com/developers-v1/core/docs#access-token" target="_self"&gt;/1/oauth/access_token&lt;/A&gt;) that you want to migrate to OAuth 2 for use with API v2, you can use those, not request tokens, with &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#auth-token-from_oauth1" target="_self"&gt;/2/auth/token/from_oauth1&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Wed, 27 Sep 2017 18:22:35 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2017-09-27T18:22:35Z</dc:date>
    <item>
      <title>invalid_oauth1_token_info</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/invalid-oauth1-token-info/m-p/243826#M13627</link>
      <description>&lt;P&gt;A couple questions, I'm updating an app to use the new API.&amp;nbsp; Logging in as the user into the dropbox website&amp;nbsp;and it doesn't look like there are any apps registered to this account.&amp;nbsp; My&amp;nbsp;App Key is&amp;nbsp;1cqi2t0vya3poem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am able to call&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://api.dropboxapi.com/1/oauth/request_token" target="_blank"&gt;https://api.dropboxapi.com/1/oauth/request_token&lt;/A&gt; and I get a valid response.&amp;nbsp; I take that info and plug it into&amp;nbsp;&lt;A href="https://api.dropboxapi.com/2/auth/token/from_oauth1" target="_blank"&gt;https://api.dropboxapi.com/2/auth/token/from_oauth1&lt;/A&gt; and I get this...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;curl -X POST https://api.dropboxapi.com/2/auth/token/from_oauth1 -u "1cqi2t0vya3poem:xxxxxx" --header "Content-Type: application/json" --data "{\"oauth1_token\": \"IqL8EWxlEUvscVfa\", \"oauth1_token_secret\": \"xxxxxxxxxxx\"}"&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;{"error_summary": "invalid_oauth1_token_info/.","error": {".tag": invalid_oauth1_token_info"}}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any help would be appreciated.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:19:02 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/invalid-oauth1-token-info/m-p/243826#M13627</guid>
      <dc:creator>dascalos</dc:creator>
      <dc:date>2019-05-29T09:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: invalid_oauth1_token_info</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/invalid-oauth1-token-info/m-p/243857#M13633</link>
      <description>&lt;P&gt;If you don't see your app(s) listed on the &lt;A href="https://www.dropbox.com/developers/apps" target="_self"&gt;App Console&lt;/A&gt;, that means you're not signed in to the account that owns the app(s). You'll need to log out and then log back in to the account that does own the app(s).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The &lt;A href="https://www.dropbox.com/developers-v1/core/docs#request-token" target="_self"&gt;/1/oauth/request_token&lt;/A&gt; endpoint gives you an OAuth 1 "request token", but the &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#auth-token-from_oauth1" target="_self"&gt;/2/auth/token/from_oauth1&lt;/A&gt; endpoint only access an OAuth 2 "access token", which is a different kind of token. Attempting&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#auth-token-from_oauth1" target="_self"&gt;/2/auth/token/from_oauth1&lt;/A&gt;&amp;nbsp;with a request token instead will yield this error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In any case, if you're updating your app for API v2. You should just use &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#oauth2-authorize" target="_self"&gt;the OAuth 2 flow&lt;/A&gt;&amp;nbsp;instead. &lt;A href="https://www.dropbox.com/developers/reference/oauth-guide" target="_self"&gt;The OAuth guide&lt;/A&gt; may also be a helpful reference.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If (and only if) you do have stored OAuth 1 access tokens (e.g., as returned by &lt;A href="https://www.dropbox.com/developers-v1/core/docs#access-token" target="_self"&gt;/1/oauth/access_token&lt;/A&gt;) that you want to migrate to OAuth 2 for use with API v2, you can use those, not request tokens, with &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#auth-token-from_oauth1" target="_self"&gt;/2/auth/token/from_oauth1&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2017 18:22:35 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/invalid-oauth1-token-info/m-p/243857#M13633</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-09-27T18:22:35Z</dc:date>
    </item>
  </channel>
</rss>

