<?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: How to get OAuth2 access token from OAuth1 token and secret with API v2 using C# in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-OAuth2-access-token-from-OAuth1-token-and-secret-with/m-p/242157#M13496</link>
    <description>&lt;P&gt;Many Thnaks Greg for your assistance, &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@41457EF40051AFF130FDBFE21B496926/emoticons/1f609.png" alt=":winking_face:" title=":winking_face:" /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 18 Sep 2017 23:12:00 GMT</pubDate>
    <dc:creator>AndreCk</dc:creator>
    <dc:date>2017-09-18T23:12:00Z</dc:date>
    <item>
      <title>How to get OAuth2 access token from OAuth1 token and secret with API v2 using C#</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-OAuth2-access-token-from-OAuth1-token-and-secret-with/m-p/241983#M13490</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;Im trying to detirmin if its possible to "convert" &amp;nbsp;OAuth1 token and secret with API v2 in C#&lt;/P&gt;&lt;P&gt;Can anyone share some code in C# How i might go about doing this for a desktop app that needs to access user dropbox accounts&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;many Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:19:17 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-OAuth2-access-token-from-OAuth1-token-and-secret-with/m-p/241983#M13490</guid>
      <dc:creator>AndreCk</dc:creator>
      <dc:date>2019-05-29T09:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to get OAuth2 access token from OAuth1 token and secret with API v2 using C#</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-OAuth2-access-token-from-OAuth1-token-and-secret-with/m-p/242136#M13492</link>
      <description>&lt;P&gt;Using &lt;A href="https://github.com/dropbox/dropbox-sdk-dotnet" target="_self"&gt;the official&amp;nbsp;Dropbox API 2 .NET SDK&lt;/A&gt;, that would look like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;var appKey = "&amp;lt;APP KEY&amp;gt;";
var appSecret = "&amp;lt;APP SECRET&amp;gt;";

this.client = new DropboxAppClient(appKey, appSecret);



var oauth1AccessTokenKey = "&amp;lt;OAUTH 1 ACCESS TOKEN KEY&amp;gt;";
var oauth1AccessTokenSecret = "&amp;lt;OAUTH 1 ACCESS TOKEN SECRET&amp;gt;";

var tokenFromOAuth1Result = await this.client.Auth.TokenFromOauth1Async(oauth1AccessTokenKey, oauth1AccessTokenSecret);
Console.WriteLine(tokenFromOAuth1Result.Oauth2Token);&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2017 21:03:51 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-OAuth2-access-token-from-OAuth1-token-and-secret-with/m-p/242136#M13492</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-09-18T21:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to get OAuth2 access token from OAuth1 token and secret with API v2 using C#</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-OAuth2-access-token-from-OAuth1-token-and-secret-with/m-p/242157#M13496</link>
      <description>&lt;P&gt;Many Thnaks Greg for your assistance, &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@41457EF40051AFF130FDBFE21B496926/emoticons/1f609.png" alt=":winking_face:" title=":winking_face:" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2017 23:12:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-OAuth2-access-token-from-OAuth1-token-and-secret-with/m-p/242157#M13496</guid>
      <dc:creator>AndreCk</dc:creator>
      <dc:date>2017-09-18T23:12:00Z</dc:date>
    </item>
  </channel>
</rss>

