You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.

Forum Discussion

mineraldragon's avatar
mineraldragon
Explorer | Level 3
8 years ago

Uncaught ReferenceError: Dropbox is not defined

I import the Javascript SDK like this:   <script src="https://unpkg.com/dropbox/dist/Dropbox-sdk.min.js"></script>   And then it hangs at:   var dbx = new Dropbox({clientId: DBX_CLIENT_ID});  ...