I import the Javascript SDK like this:
<script src="https://unpkg.com/dropbox/dist/Dropbox-sdk.min.js"></script>
And then it hangs at:
var dbx = new Dropbox({clientId: DBX_CLIENT_ID});
Saying Dropbox is not defined. What might be the issue?
Yes, it's in the header
I don't get other errors. What would be a safe way to share the page ?
OK, I've opened a ticket
It was my Ad Blocker .. Disabling the Ad Blocker (Stands) fixed it.