Hi campari, In order to use the Translate API v2, you need to first enable billing. Then, you can go to the Quotas page in the APIs Console and set the daily limit that you'd like to have (it's set low by default since it's a paid API). After doing that, you should be good to go.
Have you enabled billing? Are you able to make *any* requests, or do you get that error message from the very first one? Thanks, Adam On Fri, Oct 7, 2011 at 4:44 AM, Jeremy Geerdes <[email protected]> wrote: > Are you using a v2 or v1 API key? The v1 keys have a signup that simply > asks for your web url, and the v2 keys can be obtained only through the API > Console at http://code.google.com/apis/console. > On Oct 7, 2011 6:40 AM, "campari" <[email protected]> wrote: > >> Hi everyone, >> >> is it possible to develop Googles Translate API v2 on localhost or vh >> on my local machine? >> >> I inserted my API-Key, but result of the given example from the >> tutorial descriped at >> http://code.google.com/intl/de-DE/apis/language/translate/v2/getting_started.html >> : >> >> // API callback >> translateText({ >> "error": { >> "errors": [ >> { >> "domain": "usageLimits", >> "reason": "dailyLimitExceeded", >> "message": "Daily Limit Exceeded" >> } >> ], >> "code": 403, >> "message": "Daily Limit Exceeded" >> } >> }); >> >> >> Thank you! >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Google AJAX APIs" group. >> To post to this group, send email to >> [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> To view this message on the web, visit >> http://groups.google.com/group/google-ajax-search-api?hl=en_US >> For more options, visit this group at >> http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en >> > -- > You received this message because you are subscribed to the Google > Groups "Google AJAX APIs" group. > To post to this group, send email to > [email protected] > To unsubscribe from this group, send email to > [email protected] > To view this message on the web, visit > http://groups.google.com/group/google-ajax-search-api?hl=en_US > For more options, visit this group at > http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en > -- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] To view this message on the web, visit http://groups.google.com/group/google-ajax-search-api?hl=en_US For more options, visit this group at http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en
