<?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: Getting error with .net/C# on login in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-error-with-net-C-on-login/m-p/582777#M27142</link>
    <description>&lt;P&gt;That unexpected error message should be fixed now.&lt;/P&gt;</description>
    <pubDate>Thu, 10 Mar 2022 18:23:49 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2022-03-10T18:23:49Z</dc:date>
    <item>
      <title>Getting error with .net/C# on login</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-error-with-net-C-on-login/m-p/578227#M26988</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm using the Dropbox .net SDK version 6.24.0 for my winforms application.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I use this method to get the URL for login&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="csharp"&gt;DropboxOAuth2Helper.GetAuthorizeUri(OAuthResponseType.Token, "client ID", "redirect URI").ToString();&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After entering the username, password and clicking Login, I get this message on top of the page&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dropbox error.png" style="width: 800px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/27706i2D3D541B7F2EE17A/image-size/large?v=v2&amp;amp;px=999" role="button" title="dropbox error.png" alt="dropbox error.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but it let me in and do my usual stuff like browsing folders/files. So what could be causing this error?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any helps/suggestions are welcome.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;
&lt;P&gt;Jack&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 12:46:53 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-error-with-net-C-on-login/m-p/578227#M26988</guid>
      <dc:creator>JackLe295</dc:creator>
      <dc:date>2022-04-27T12:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error with .net/C# on login</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-error-with-net-C-on-login/m-p/578404#M26998</link>
      <description>&lt;P&gt;Thanks for the report. There's a known issue causing that message to be shown unnecessarily. The team is looking into it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By the way, from that screenshot, it looks like your app currently processes the OAuth app authorization flow inside a web view, instead of the system browser. The OAuth app authorization flow should be processed in the user's system browser. Processing it in a web view is not officially supported and is more prone to compatibility issue. See here for more information: &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#oauth2-authorize" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#oauth2-authorize&lt;/A&gt; .&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 18:42:41 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-error-with-net-C-on-login/m-p/578404#M26998</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-02-16T18:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error with .net/C# on login</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-error-with-net-C-on-login/m-p/578469#M27003</link>
      <description>&lt;P&gt;Hi Greg,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your response about the known error. With regards to the authorization flow in the system web browser, the application is being deployed on a strict windows server which doesn't allow any other browsers to be installed, it only has Internet Explorer which doesn't support the Dropbox login. That's why I have to use the web view control for it.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 22:45:06 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-error-with-net-C-on-login/m-p/578469#M27003</guid>
      <dc:creator>JackLe295</dc:creator>
      <dc:date>2022-02-16T22:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error with .net/C# on login</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-error-with-net-C-on-login/m-p/582777#M27142</link>
      <description>&lt;P&gt;That unexpected error message should be fixed now.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2022 18:23:49 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-error-with-net-C-on-login/m-p/582777#M27142</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-03-10T18:23:49Z</dc:date>
    </item>
  </channel>
</rss>

