2016-05-17 12 views
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日間のフリートレイルをするべきだと思う。なぜ誰かに教えてもらえますか?

+0

も同様の問題があります。誰かが助けてくれることを願っています。 –

+0

明らかにapiは真夜中後に機能し始めます。 –

答えて

0

Google翻訳APIは、大量のテキストを翻訳するための有料エンタープライズサービスです。

公式文書hereをチェックアウトすることができます。 上部に警告が表示されます。

関連する問題