Hi everyone,
i've created a series of post and get api web into my dev environment application and they're still working.
When i've exported the application and inported in the test environment the api key and the same associate service account are still present, but when i change the url in the prompt request to activate the api web it doesn't work, give me the error "autentification fail, check out the credential and try it", but the credential are the same. In the dev environment there's no problem.
Why is this happen?
Thank you all
Discussion posts and replies are publicly visible
User accounts are not part of a deployment package. You will have to create a new service account on the other environment and assign the necessary permissions to it. And use the new credentials for calling the APIs.
Thanks for the reply, sir. How can i assign the necessary permission to this account?