Hello, I am using the non-React version of Content Explorer, as documented here: https://developer.box.com/docs/box-content-explorer#section-sample-html.
Everything is working great. As expected, the access token expires after about 60 minutes. I have a separate service that is able to get a new access token in the background. However, I cannot figure out how to update the Content Explorer instance with this new token. Calling contentExplorer.show() with the new token doesn't seem to work. I feel like I'm missing something super obvious. Thanks.