<?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: Serious problem of the Dropbox Chooser javascript in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Serious-problem-of-the-Dropbox-Chooser-javascript/m-p/762082#M33304</link>
    <description>&lt;P&gt;This should be fixed now. Please let us know if you're still seeing any issues. Thanks!&lt;/P&gt;</description>
    <pubDate>Fri, 05 Apr 2024 12:01:25 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2024-04-05T12:01:25Z</dc:date>
    <item>
      <title>Serious problem of the Dropbox Chooser javascript</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Serious-problem-of-the-Dropbox-Chooser-javascript/m-p/761647#M33275</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;I have a problem with the dropbox Chooser API.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/chooser" target="_blank" rel="noopener"&gt;https://www.dropbox.com/developers/chooser&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/static/api/2/dropins.js" target="_blank" rel="noopener"&gt;https://www.dropbox.com/static/api/2/dropins.js&lt;/A&gt; &amp;lt;-- problem javascript&lt;/P&gt;&lt;P&gt;&amp;lt;script type="text/javascript" src="&lt;A href="https://www.dropbox.com/static/api/2/dropins.js" target="_blank" rel="noopener"&gt;https://www.dropbox.com/static/api/2/dropins.js&lt;/A&gt;" id="dropboxjs" data-app-key="xxxxx"&amp;gt;&amp;lt;/script&amp;gt; &amp;lt;-- embed code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have added "Chooser" javaScript to my dozens of web sites/pages. but recently errors started appearing.&lt;BR /&gt;All Window object functions before running "dropins.js" are overwritten.&lt;BR /&gt;So web page functions are broken.&lt;/P&gt;&lt;P&gt;When I looked at the "dropins.js" file... there was code that overwrites everything on the Window object. Isn’t this problematic code? Please make a fix.&lt;BR /&gt;========================&lt;BR /&gt;var W = window.Dropbox,&lt;BR /&gt;K = window,&lt;BR /&gt;F = o.Dropbox;&lt;BR /&gt;for (var q in F) K[q] = F[q]; &amp;lt;-- here&lt;BR /&gt;F.__esModule &amp;amp;&amp;amp; Object.defineProperty(K, "__esModule", {&lt;BR /&gt;========================&lt;/P&gt;&lt;P&gt;Please do not overwrite existing web page functions.&lt;BR /&gt;There is no problem with Google Drive, One Drive, or Box javascript.&lt;BR /&gt;Only Dropbox overwrites existing functions.&lt;/P&gt;&lt;P&gt;For example, functions like "init()".&lt;/P&gt;&lt;P&gt;Dropbox.init ==&amp;gt; Window.init (Disables the existing “init” function on the webpage)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2024 21:22:53 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Serious-problem-of-the-Dropbox-Chooser-javascript/m-p/761647#M33275</guid>
      <dc:creator>goodfall7</dc:creator>
      <dc:date>2024-04-03T21:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: Serious problem of the Dropbox Chooser javascript</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Serious-problem-of-the-Dropbox-Chooser-javascript/m-p/761844#M33286</link>
      <description>&lt;P&gt;Thanks for the report! I'll have the team look into it.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 12:52:57 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Serious-problem-of-the-Dropbox-Chooser-javascript/m-p/761844#M33286</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2024-04-04T12:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: Serious problem of the Dropbox Chooser javascript</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Serious-problem-of-the-Dropbox-Chooser-javascript/m-p/762082#M33304</link>
      <description>&lt;P&gt;This should be fixed now. Please let us know if you're still seeing any issues. Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 12:01:25 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Serious-problem-of-the-Dropbox-Chooser-javascript/m-p/762082#M33304</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2024-04-05T12:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Serious problem of the Dropbox Chooser javascript</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Serious-problem-of-the-Dropbox-Chooser-javascript/m-p/762145#M33321</link>
      <description>&lt;P&gt;Thanks for a fix. Now, no problem found.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 15:50:01 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Serious-problem-of-the-Dropbox-Chooser-javascript/m-p/762145#M33321</guid>
      <dc:creator>goodfall7</dc:creator>
      <dc:date>2024-04-05T15:50:01Z</dc:date>
    </item>
  </channel>
</rss>

