1
私は新しいGoogle翻訳apiです。新しいプロジェクトを作成し、apiキーを取得した後。次のようになります。Google翻訳初めてapiエラー403を使用する
{
"error": {
"errors": [
{
"domain": "usageLimits",
"reason": "dailyLimitExceeded",
"message": "Daily Limit Exceeded. The quota will be reset at midnight Pacific Time (PT). You may monitor your quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/translate/quotas?project=302824800783",
"extendedHelp": "https://console.developers.google.com/apis/api/translate/quotas?project=302824800783"
}
],
"code": 403,
"message": "Daily Limit Exceeded. The quota will be reset at midnight Pacific Time (PT). You may monitor your quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/translate/quotas?project=302824800783"
}
}
私はこのAPIを初めて使用します。私は60日間のフリートレイルをするべきだと思う。なぜ誰かに教えてもらえますか?
も同様の問題があります。誰かが助けてくれることを願っています。 –
明らかにapiは真夜中後に機能し始めます。 –