'Google speech-to-text api request getting denied because "the billing account for the owning project is disabled in state closed"
This is very weird.
Here's the error I'm getting:
return Object.assign(new Error(message), status);
^
Error: 7 PERMISSION_DENIED: The billing account for the owning project is disabled in state closed
at Object.callErrorFromStatus (C:\Dev\Personal\test-speech-to-text\node_modules\@grpc\grpc-js\build\src\call.js:31:26)
at Object.onReceiveStatus (C:\Dev\Personal\test-speech-to-text\node_modules\@grpc\grpc-js\build\src\client.js:180:52)
at Object.onReceiveStatus (C:\Dev\Personal\test-speech-to-text\node_modules\@grpc\grpc-js\build\src\client-interceptors.js:365:141)
at Object.onReceiveStatus (C:\Dev\Personal\test-speech-to-text\node_modules\@grpc\grpc-js\build\src\client-interceptors.js:328:181)
at C:\Dev\Personal\test-speech-to-text\node_modules\@grpc\grpc-js\build\src\call-stream.js:182:78
at processTicksAndRejections (node:internal/process/task_queues:78:11) {
code: 7,
details: 'The billing account for the owning project is disabled in state closed',
metadata: Metadata { internalRepr: Map(0) {}, options: {} },
note: 'Exception occurred in retry method that was not classified as transient'
}
I have tried contacting support and they have insisted that my billing account is set correctly and enabled.
I'd appreciate any help! Thanks in advance!
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
