<?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: &amp;quot;Dropbox is not a constructor&amp;quot; Nonreasonable Error in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/quot-Dropbox-is-not-a-constructor-quot-Nonreasonable-Error/m-p/261962#M15280</link>
    <description>Thanks for the report. We're looking into it. I'll follow up here once I have more information on this for you.</description>
    <pubDate>Tue, 23 Jan 2018 13:47:30 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2018-01-23T13:47:30Z</dc:date>
    <item>
      <title>"Dropbox is not a constructor" Nonreasonable Error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/quot-Dropbox-is-not-a-constructor-quot-Nonreasonable-Error/m-p/261949#M15279</link>
      <description>&lt;P&gt;There is a script which uses&amp;nbsp;Dropbox-sdk.min.js.&lt;/P&gt;&lt;P&gt;The script was fully working yesterday, but&amp;nbsp;today the "Dropbox is not a constructor" error is thrown, although there is the Dropbox object,&amp;nbsp;as planned. Everything MUST work, but it doesn't.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SDK is&amp;nbsp;linked in HTML as&lt;/P&gt;&lt;PRE&gt;&amp;lt;script type="text/javascript" src="https://unpkg.com/dropbox/dist/Dropbox-sdk.min.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;/PRE&gt;&lt;P&gt;This line throws the error&lt;/P&gt;&lt;PRE&gt;var dbx = new Dropbox({accessToken: '***************'});&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Someone, please, help me. I have tried everything therefore I am completely desperate.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:15:53 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/quot-Dropbox-is-not-a-constructor-quot-Nonreasonable-Error/m-p/261949#M15279</guid>
      <dc:creator>pyladean</dc:creator>
      <dc:date>2019-05-29T09:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: "Dropbox is not a constructor" Nonreasonable Error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/quot-Dropbox-is-not-a-constructor-quot-Nonreasonable-Error/m-p/261962#M15280</link>
      <description>Thanks for the report. We're looking into it. I'll follow up here once I have more information on this for you.</description>
      <pubDate>Tue, 23 Jan 2018 13:47:30 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/quot-Dropbox-is-not-a-constructor-quot-Nonreasonable-Error/m-p/261962#M15280</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-01-23T13:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: "Dropbox is not a constructor" Nonreasonable Error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/quot-Dropbox-is-not-a-constructor-quot-Nonreasonable-Error/m-p/261963#M15281</link>
      <description>&lt;P&gt;Thank you. I count on you, because&amp;nbsp;our company and I&amp;nbsp;need this thing work properly as soon as possible.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2018 13:49:11 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/quot-Dropbox-is-not-a-constructor-quot-Nonreasonable-Error/m-p/261963#M15281</guid>
      <dc:creator>pyladean</dc:creator>
      <dc:date>2018-01-23T13:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: "Dropbox is not a constructor" Nonreasonable Error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/quot-Dropbox-is-not-a-constructor-quot-Nonreasonable-Error/m-p/261972#M15283</link>
      <description>&lt;P&gt;UPDATE: The solution is found.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have inspected the Dropbox object and decided to try something. And I was right.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Everything works perfect if we use&lt;/P&gt;&lt;PRE&gt;var dbx = new Dropbox.Dropbox({accessToken: '***'});&lt;/PRE&gt;&lt;P&gt;instead.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I still do not know what in the world happened to the SDK that I was forced to use this workaround.&lt;/P&gt;&lt;P&gt;Thank you. The issue is solved.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2018 14:45:07 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/quot-Dropbox-is-not-a-constructor-quot-Nonreasonable-Error/m-p/261972#M15283</guid>
      <dc:creator>pyladean</dc:creator>
      <dc:date>2018-01-23T14:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: "Dropbox is not a constructor" Nonreasonable Error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/quot-Dropbox-is-not-a-constructor-quot-Nonreasonable-Error/m-p/261977#M15284</link>
      <description>&lt;P&gt;The API v2 JavaScript SDK just received a major revision that includes breaking changes, with a corresponding major version bump. You can find the release notes here:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/dropbox/dropbox-sdk-js/releases/tag/v3.0.0" target="_blank"&gt;https://github.com/dropbox/dropbox-sdk-js/releases/tag/v3.0.0&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This includes a change to how the `Dropbox` object is constructed. In short, as of v3.0.0, you should now use `Dropbox.Dropbox` instead.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In order to avoid major version changes from breaking your app, you can instead import specific versions of the library.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Exactly how you do so depends on where you're loading the library from.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For instance, unpkg has information on specifying particular versions here: &lt;A href="https://unpkg.com/" target="_blank"&gt;https://unpkg.com/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2018 15:04:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/quot-Dropbox-is-not-a-constructor-quot-Nonreasonable-Error/m-p/261977#M15284</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-01-23T15:04:54Z</dc:date>
    </item>
  </channel>
</rss>

