I'm a new web developer working on a small project involving the Box API. After struggling for about a week trying to create my own code to authenticate a user, I decided to consult the Javascript SDK created by Box (https://github.com/box/box-javascript-sdk). However, when I open the "sampleUpload.html" file using localhost, I cannot click the "Click here to get an auth token" header. Looking at the html code, it seems that the page is styled to change the cursor to a pointer when hovering over the text, but no actual code is triggered when clicking on it.
Is there a way I can change the code to make the page work as intended? Thank you so much for reading this, I really appreciate any help you guys can give.