问题
I have translated the 3D model and trying to view model using Autodesk Forge then am getting Token 500 error
When I ran code in debug mode I got the error message as Autodesk.Forge.Client.ApiException:'Error Calling Authenticate: Unable to connect to the remote server'"
TwoLeggedApi oauthApi = new TwoLeggedApi();
dynamic bearer = await oauthApi.AuthenticateAsync(
WebConfigurationManager.AppSettings["FORGE_CLIENT_ID"],
WebConfigurationManager.AppSettings["FORGE_CLIENT_SECRET"],
"client_credentials",
new Scope[] { Scope.BucketCreate, Scope.DataCreate, Scope.DataWrite, Scope.DataRead });
enter image description here
来源:https://stackoverflow.com/questions/57069783/when-i-am-trying-to-view-model-in-auto-desk-forge-am-getting-authentication-erro