Google Translate service account 403 dailyLimitExceeded error
问题 I'm configuring a Node.JS server to use the Google Translate API. So far, I've done the following: Set up a Google account Add credit card and enable billing Create a project Enable Google Translate API for project Create two service accounts for project* and save the JSON key files *One service account for local development and one account for deployed application. Sample code (Typescript): import * as Translate from '@google-cloud/translate'; export async function translate(text: string, to