We have setup Google Speech-To-Text as a service, all the instances of our servers use the same Google cloud account for Speech-To-Text service.
However, one of the instances is constantly getting reply "RESOURCE_EXHAUSTED: Resource has been exhausted (e.g. check quota)" whenever it tries to activate the Speech-To-Text service. Looking in the service quota in Google Cloud console I can see that we are very far from reaching the limits.
I didn't find anyway to get info why this instance fails to activate the speech-to-text service (while other servers instances are working just fine), I also didn't find in Google Cloud service anyway to see logs that show failed access to the speech-to-text service I set up.
Any idea how I can find and correct this issue?