<?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: error using dropbox.net in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/error-using-dropbox-net/m-p/274180#M16317</link>
    <description>&lt;P&gt;That appears to be the correct method definition for &lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_DropboxOAuth2Helper_ProcessCodeFlowAsync.htm" target="_self"&gt;DropboxOAuth2Helper.ProcessCodeFlowAsync&lt;/A&gt;. Are you sure you have the latest version of the&amp;nbsp;&lt;A href="https://www.nuget.org/packages/Dropbox.Api/" target="_self"&gt;Dropbox API v2 .NET SDK&lt;/A&gt;&amp;nbsp;successfully installed though? You mentioned a version number "v4.0.30319" but the latest version is "v4.8.0". (I think "v4.0.30319" is the version of .NET itself.)&lt;/P&gt;</description>
    <pubDate>Fri, 27 Apr 2018 15:37:55 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2018-04-27T15:37:55Z</dc:date>
    <item>
      <title>error using dropbox.net</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/error-using-dropbox-net/m-p/274145#M16310</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i using dropbox.net version:&amp;nbsp;v4.0.30319 and mvc 5&lt;/P&gt;&lt;P&gt;but if using this code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;var response = await DropboxOAuth2Helper.ProcessCodeFlowAsync(&lt;BR /&gt;code,&lt;BR /&gt;appKey,&lt;BR /&gt;appSecret,&lt;BR /&gt;callbackUrl);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the browser show this error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;impossible to found method 'System.Threading.Tasks.Task`1&amp;lt;Dropbox.Api.OAuth2Response&amp;gt; Dropbox.Api.DropboxOAuth2Helper.ProcessCodeFlowAsync(System.String, System.String, System.String, System.String, System.Net.Http.HttpClient)'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;any help?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:13:43 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/error-using-dropbox-net/m-p/274145#M16310</guid>
      <dc:creator>maxdiable</dc:creator>
      <dc:date>2019-05-29T09:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: error using dropbox.net</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/error-using-dropbox-net/m-p/274180#M16317</link>
      <description>&lt;P&gt;That appears to be the correct method definition for &lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_DropboxOAuth2Helper_ProcessCodeFlowAsync.htm" target="_self"&gt;DropboxOAuth2Helper.ProcessCodeFlowAsync&lt;/A&gt;. Are you sure you have the latest version of the&amp;nbsp;&lt;A href="https://www.nuget.org/packages/Dropbox.Api/" target="_self"&gt;Dropbox API v2 .NET SDK&lt;/A&gt;&amp;nbsp;successfully installed though? You mentioned a version number "v4.0.30319" but the latest version is "v4.8.0". (I think "v4.0.30319" is the version of .NET itself.)&lt;/P&gt;</description>
      <pubDate>Fri, 27 Apr 2018 15:37:55 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/error-using-dropbox-net/m-p/274180#M16317</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-04-27T15:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: error using dropbox.net</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/error-using-dropbox-net/m-p/274190#M16320</link>
      <description>&lt;P&gt;sorry,&lt;/P&gt;&lt;P&gt;i using the 4.8.0 vesion, but&amp;nbsp;&lt;SPAN&gt;the error always remains that&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;br&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Max&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Apr 2018 16:49:10 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/error-using-dropbox-net/m-p/274190#M16320</guid>
      <dc:creator>maxdiable</dc:creator>
      <dc:date>2018-04-27T16:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: error using dropbox.net</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/error-using-dropbox-net/m-p/274211#M16321</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/666590"&gt;@maxdiable&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you verify what version of .NET you are using an if you wouldn't mind please share a full code sample. That would be very helpful trying to perform further troubleshooting on this issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Chuck&lt;/P&gt;</description>
      <pubDate>Fri, 27 Apr 2018 21:36:01 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/error-using-dropbox-net/m-p/274211#M16321</guid>
      <dc:creator>chirstius</dc:creator>
      <dc:date>2018-04-27T21:36:01Z</dc:date>
    </item>
  </channel>
</rss>

