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

Reply via email to