We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.

Forum Discussion

tadpole's avatar
tadpole
Explorer | Level 4
6 years ago

How do I resolve a 'ReferenceError: document is not defined at document.querySelector'?

I am working through the Dropbox Api tutorial on scrimba (https://scrimba.com/playlist/pnyeEhr) and ( https://scrimba.com/g/gdropbox).  I am on the Render Files section.  After coding the updateF...
  • Greg-DB's avatar
    Greg-DB
    6 years ago

    If you just want to use the tutorial's code, even if you want to change it around, I recommend using the Scrimba page itself, as it has the environment all set up for you. You can even change the code and run the app again right there.

    They have the JavaScript written in index.js, and apparently use webpack to package it before loading it into the browser using using a standard script tag in this line in index.html:

        <script src="index.pack.js"></script>

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

5,876 PostsLatest Activity: 47 minutes ago
325 Following

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 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!