Currently, I am in the process of developing a proof of concept project using the Autodesk Forge platform. The project involves a .Net MVC page that utilizes the JS library provided by Autodesk for the viewer (v2.13)
Suddenly, I have started encountering a 403 error when attempting to view a model. Even though the model was uploaded back in June and has not been altered since then, every time I generate a new auth token for the user on page load, the calls still result in a token being generated.
All requests for data are made against the URI:
However, all recent attempts to load the model are met with a 403 error displaying {fault.name} - The client_id specified does not have access to the api product as the error message. This issue arose within the last hour or so.
I am able to create new auth tokens, but the problem persists when trying to retrieve the model. Interestingly, our hosted demo platform (used for showcasing internal users off-site) has not undergone any code changes in the past week and is exhibiting the same behavior. This leads me to suspect that there may have been a modification in the referenced Autodesk Forge libraries (such as ) or a potential service issue with the viewer service.
If needed, I can provide truncated code snippets (with sensitive details removed) for further investigation.