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
skezh1
11 months agoNew member | Level 2
Re: Uncaught TypeError: Dropbox.Dropbox is not a constructor
Hi! This error reappeared again!
shamilto2000
Helpful | Level 6
Unfortunately I am receiving a similar error when using the Embedder, which has worked successfully in my app for years:
Uncaught TypeError: Dropbox.embed is not a function
at dropins.js:1:36970
at E.init (dropins.js:1:37032)
at HTMLDocument.w (dropins.js:1:24186)
I tried moving the dropins.js before the sdk inclusion as suggested by another post in the community, but this seems not to resolve it:
<script type="text/javascript" src="https://www.dropbox.com/static/api/2/dropins.js" id="dropboxjs" data-app-key="MY_KEY"></script>
<script src="https://unpkg.com/dropbox/dist/Dropbox-sdk.min.js"></script>
shamilto2000
11 months agoHelpful | Level 6
I have solved this by removing the line
<script src="https://unpkg.com/dropbox/dist/Dropbox-sdk.min.js"></script>
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,888 PostsLatest Activity: 2 days agoIf 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!