<?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: Script errors using oauth in WebBrowser control in C# in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Script-errors-using-oauth-in-WebBrowser-control-in-C/m-p/235503#M12934</link>
    <description>Thanks! Issues like this can be expected with IE 8, as the Dropbox site doesn't support it. Having users upgrade their browser is the right solution in this case.&lt;BR /&gt;&lt;BR /&gt;And no, unfortunately I don't have an example like the blog post you linked to for doing the same with the default browser, but I'll send this along as a request to the team to write one.</description>
    <pubDate>Fri, 04 Aug 2017 14:36:42 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2017-08-04T14:36:42Z</dc:date>
    <item>
      <title>Script errors using oauth in WebBrowser control in C#</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Script-errors-using-oauth-in-WebBrowser-control-in-C/m-p/235304#M12913</link>
      <description>&lt;P&gt;We implemented oauth in a C# WPF application following this blog post:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://blogs.dropbox.com/developers/2014/04/dropbox-authorization-in-a-windows-forms-app/" target="_blank"&gt;https://blogs.dropbox.com/developers/2014/04/dropbox-authorization-in-a-windows-forms-app/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On our test systems it is working fine but some customers are reporting script errors on&amp;nbsp;&lt;A href="https://www.dropbox.com/1/oauth2/authorize/" target="_blank"&gt;https://www.dropbox.com/1/oauth2/authorize/&lt;/A&gt;...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Object doesn't support this property or method" Line 122 Char 9.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;They also get an error from &lt;A href="https://cfl.dropboxstatic.com/static/compiled/js/alameda_bundle/alameda_bundle.min-vflln0b5A.js" target="_blank"&gt;https://cfl.dropboxstatic.com/static/compiled/js/alameda_bundle/alameda_bundle.min-vflln0b5A.js&lt;/A&gt;. "Expected identifier, string or number" Line 1 Char 7283&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:20:20 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Script-errors-using-oauth-in-WebBrowser-control-in-C/m-p/235304#M12913</guid>
      <dc:creator>cspro</dc:creator>
      <dc:date>2019-05-29T09:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: Script errors using oauth in WebBrowser control in C#</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Script-errors-using-oauth-in-WebBrowser-control-in-C/m-p/235363#M12921</link>
      <description>What version(s) of Internet Explorer are driving the WebBrowser when you see this?

By the way, we now recommend using the system's default browser, in order to support users using the Google Sign In flow to sign in to Dropbox, under Google's new policy disallowing web views for their authorization flow ( &lt;A href="https://developers.googleblog.com/2016/08/modernizing-oauth-interactions-in-native-apps.html" target="_blank"&gt;https://developers.googleblog.com/2016/08/modernizing-oauth-interactions-in-native-apps.html&lt;/A&gt;  ).</description>
      <pubDate>Thu, 03 Aug 2017 17:45:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Script-errors-using-oauth-in-WebBrowser-control-in-C/m-p/235363#M12921</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-08-03T17:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Script errors using oauth in WebBrowser control in C#</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Script-errors-using-oauth-in-WebBrowser-control-in-C/m-p/235481#M12929</link>
      <description>&lt;P&gt;Thanks for the quick response. In one case it was IE version 8 and was just informed that the problem went away when he updgraded to IE 11. &amp;nbsp;Don't have version info for the others but it is likely they are using older versions of IE as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't suppose you have an example of doing oauth with the default browser instead of the embedded browser? Not sure how to get the token back from the response in that case. That blog post on using the embedded browser was really useful. An updated version that uses the default browser would be fantastic.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2017 11:53:03 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Script-errors-using-oauth-in-WebBrowser-control-in-C/m-p/235481#M12929</guid>
      <dc:creator>cspro</dc:creator>
      <dc:date>2017-08-04T11:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Script errors using oauth in WebBrowser control in C#</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Script-errors-using-oauth-in-WebBrowser-control-in-C/m-p/235503#M12934</link>
      <description>Thanks! Issues like this can be expected with IE 8, as the Dropbox site doesn't support it. Having users upgrade their browser is the right solution in this case.&lt;BR /&gt;&lt;BR /&gt;And no, unfortunately I don't have an example like the blog post you linked to for doing the same with the default browser, but I'll send this along as a request to the team to write one.</description>
      <pubDate>Fri, 04 Aug 2017 14:36:42 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Script-errors-using-oauth-in-WebBrowser-control-in-C/m-p/235503#M12934</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-08-04T14:36:42Z</dc:date>
    </item>
  </channel>
</rss>

