Microsoft Custom Translator Portal Giving WorkspaceID error - microsoft-translator

Hope you are doing good,
We are seeing following error while accessing the Custom Translator after recent release in my account where earlier some models where already published. I am not finding any option in custom translator where we can provide WorkspaceID for which we are receiving error.
Can you please help me here to resolve this error?
Please let me know if you need more information in this regard.

If you logout of Custom Translator, clear your browser cache and login again, you should not see this message. If you have any bookmarks directly into Custom Translator, they may no longer be valid.

Related

"idpiframe_initialization_failed" i do not know why this error is coming ,i am trying to get user details but there is no access token, no user data

[{error: 'idpiframe_initialization_failed', details: 'You have created a new client application that use…i/web/guides/gis-migration) for more information.'}
details: "You have created a new client application that uses libraries for user authentication or authorization that will soon be deprecated. New clients must use the new libraries instead; existing clients must also migrate before these libraries are deprecated. See the Migration Guide for more information."
error: "idpiframe_initialization_failed"]1
i do not know why these mrfkers software engineers are not fixing their sofware properly we are getting many errors while installig the software.they should leave the job if they do not know how to code..and there are many errors if we are trying to use google login API for our project i do not really like the rules of google and the software developers and engineers of google...but i do really like Facebook coz there is no restriction we can easily use Facebook login Ai for Our Application..

the client_id specified does not have access to the api product

I have just followed the tutorial video here:
https://www.youtube.com/watch?v=QOm0dHgwvbM
And after starting a trial on a newly-activated Forge account, have I thought followed every step in the .NET instructions to the letter.
However, when I run the application, and attempt to upload a file, I receive the following error on the Console:
An unhandled exception has occurred while executing the request.
Autodesk.Forge.Client.ApiException: Error calling GetManifest: { "developerMessage":"The client_id specified does not have access to the api product", "moreInfo": "https://forge.autodesk.com/en/docs/oauth/v2/developers_guide/error_handling/", "errorCode": "AUTH-001"}
Does anyone have any suggestions on how to remedy this?
Thanks,
Alex.
Did you select the Model Derivative API while creating an app in https://forge.autodesk.com/myapps? If not, please go there, then edit the app, select Model Derivative API, and save the change. Afterward, restart your .NET app to fetch a new access token.
ref: https://petrbroz.github.io/forge-samples-docs/#provision-access-in-other-products
So, it turns out my issue stemmed from having previously setup a FORGE_CLIENT_ID and FORGE_CLIENT_SECRET system variables on a previous, unsuccessful trial of Forge. This meant that the Visual Studio solution I created was reading those values instead of the ones I had input in code. Thanks to Cyrille Fauvel of Autodesk for helping me figure this out.
Cyrille says he is going to feed back to the rest of the Forge team that they ought to report back on the console the details of both ID and SECRET to prevent this happening in future.

Forge tutorial: View BIM360 & Fusion models, is my null reference on credentials resulting in an unpopulated index.html?

i am a newcomer to the Autodesk development community, and as such i have been following the tutorial related to viewing BIM360 and fusion models. After having completed the tutorial, and trying to run, my program, i get the exception "System.NullReferenceException: 'Object reference not set to an instance of an object.'
credentials 5__1 was null."
as shown in the image
Point of exception
Even though this exception occours, i am still able to continue the debugging session, and i am able to log in to autodesk. However after this login i am faced with this:
Tree view, unpopulated
For context: in the tutorial this view, is populated with the different projects associated with the account, used for the login. In my case, despite the account being an admin of a project, i am not able to see said project in this view, which is my goal
My question is then, could the exception be the root course for the fact that my view is unpopulated(I.e not showing my projects)? And if so, any idea on how to resolve the issue?
I tried to resovle it myself, and found this question, with a similar premise:
Forge API NullReferenceException with Credentials.FromSessionAsync()
I tried following, the code, as posted for an answer, and i found out, that the code marked in 1 does indeed execute before the handler for the "api/forge/callback/oauth" path, however the handler is still executed, and i can see the credentials variable being given a value(And as can be infered from 2 i am able to log in)
Thank you for reading my question, and if i have violated some manners regarding posting question, i do apologise
You are missing the request to enable Custom Integrations tab in your BIM 360 account. But this made me realize we need to be a bit more clear on this being a pre-requisite for the use of that sample. Thanks for pointing out.
Here are the steps you need to follow -
https://fieldofviewblog.wordpress.com/2017/08/18/no-custom-integrations-tab/
Here how to activate once you have that tab enabled. https://fieldofviewblog.wordpress.com/2017/01/19/bim-360-activating-api-access-to-docs/

403 The caller does not have permission & Request entity was not found

If you're getting errors for Google App Script API:
403 The caller does not have permission. Permission_Denied Forbidden
Request entity was not found
The answer below should remedy the issue.
If you find this helpful, please remember to contribute to hard-to-find issues especially for Google API services since they're often poorly documented and solutions are not complete (I usually find workarounds that are not secure).
Edit: I feel the possible duplicate link goes more in depth on one issue. This post has 2 key phrases and it solves them quickly. If the visitor feel they need to go more in depth, then the possible duplicate link would be a good choice: How to run Google App Script function from Google OAuth 2.0 Playground | The caller does not have permission
I've also searched thoroughly using the key phrases of the issues but I couldn't find any that solves it satisfactorily. The answer also tells the user that they don't need to share their document publicly and no service account is needed which I feel is important. The conciseness of the answer I feel is helpful. Though I will close this post if there's a helpful explanation on why it should be closed.
First go into your script:
Publish > Deploy as API Executable > New > Update > Close
Resources > Cloud Platform Project > Enter Project Number (https://console.cloud.google.com/home/dashboard) > Set Project > Close
Enable execution API on developer console.
Check if your credentials.json is for the correct project.
Note: I find many solutions that share the document to public and also a service account requirement, this is not required.

Chrome extension license validation always returns NO LICENSE

I am creating a chrome extension with free trial option. I followed the following url and am able to get a response from the license api.
https://developer.chrome.com/webstore/one_time_payments#update-manifest
https://developer.chrome.com/extensions/app_identity
However i am always getting the below response. License information is missing.
{"kind":"chromewebstore#userLicense","itemId":"my-app-id","result":false,"maxAgeSecs":"2"}
Any help is appreciated.
My bad. I was testing it with the developer google account instead of tester account. Now im getting proper response as below.
{"kind":"chromewebstore#userLicense","itemId":"my-app-id","createdTime":"1425237580974","result":true,"accessLevel":"FREE_TRIAL","maxAgeSecs":"2"}"