Comments
-
I have solved this by removing the line <script src="https://unpkg.com/dropbox/dist/Dropbox-sdk.min.js"></script>
-
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…