Your workflow is unique 👨💻 - tell us how you use Dropbox 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?
5 Replies
- Greg-DB6 years ago
Dropbox Community Moderator
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_kedem6 years agoExplorer | Level 3
The error is only when I mix the to libs
- Greg-DB6 years ago
Dropbox Community Moderator
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.
- roi_kedem6 years agoExplorer | Level 3
I am not calling isBrowserSupported(), it's being called internally
- Greg-DB6 years ago
Dropbox Community Moderator
I see, thanks for clarifying. I can't offer a workaround for that unfortunately. I've submitted this as a request to the team to offer an officially supported way of making this work though, so I'll follow up here if/when that's implemented.
About Dropbox API Support and Feedback
Get help with the Dropbox API from fellow developers and experts.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
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, Facebook or Instagram.
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!