After loading https://www.dropbox.com/static/api/2/dropins.js, I see an error "Uncaught TypeError: U is not a function". For example, here https://codepen.io/kjohnson/pen/qnlkz
Does anyone have the same problem?
I am also facing the same issue with new build. hope dropbox team will resolve this issue asap.
Is there a bug id or some issue link to track this issue?
Yes, looks like resloved
Hygiena
Yes—usually old Dropbox Dropins examples break now.
Use:
<script src="https://www.dropbox.com/static/api/2/dropins.js" id="dropboxjs" data-app-key="YOUR_APP_KEY"></script>
Then call Dropbox.choose(...) after load.If it still fails: bad app key, cache, or extension blocker.
Dropbox.choose(...)