One month down in 2025: How are your resolutions coming along? Check out how to get back on track here.
Forum Discussion
roi_kedem
6 years agoExplorer | Level 3
can't use javascript SDK with Chooser
Following "Dropbox JavaScript SDK vs Dropbox saver JavaScript" I can tell that Greg's solution there is not robust. The order of the script tags makes a difference, and some functions inside these libs don't work no matter what the order is, for example:
Uncaught TypeError: Dropbox.isBrowserSupported is not a function
Why isn't don't the libraries use a more robust namespace technic, at least use a better name than Dropbox for the global variable?
- Greg-DB
Dropbox Staff
Thanks for the feedback! These two components weren't designed to be used together, so efforts weren't made to make sure they don't conflict. The JavaScript SDK can be used to replace all of the functionality offered by the Chooser for instance (except for the UI itself), so you may want to just use that. I'll send this along as a request to make it easier and more robust to use both though.
Also, regarding the 'TypeError', do you also get that when you try to use the Chooser (dropins.js) only, without the SDK as well?
- roi_kedemExplorer | Level 3
The error is only when I mix the to libs
- Greg-DB
Dropbox Staff
I see, thanks for the information. When you get that, are you using my workaround that you linked to?
I was able to use `Dropbox_Dropins.isBrowserSupported()` fine, regardless of script tag order, but I could reproduce the issue with `Dropbox.isBrowserSupported()` when loading the SDK second. If you're calling like `Dropbox.isBrowserSupported()`, please try using `Dropbox_Dropins.isBrowserSupported()` instead.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,950 PostsLatest Activity: 2 days ago
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!