Hello, we also have got problem with 403: Access Not Configured.
Our request is 
https://www.googleapis.com/language/translate/v2?q=<text_to_translate>&target=sk&source=cs&key=<secret_key>
(of course with the proper text to translate and our secret key which
we can see in our Google translate API profile, because this is public
forum I cannot write it directly)
Our server response for our HTTPS get is:
{
"error": {
"errors": [
{
"domain": "usageLimits",
"reason": "accessNotConfigured",
"message": "Access Not Configured"
}
],
"code": 403,
"message": "Access Not Configured"
}

please help me

-- 
You received this message because you are subscribed to the Google
Groups "Google AJAX APIs" group.
To post to this group, send email to
google-ajax-search-api@googlegroups.com
To unsubscribe from this group, send email to
google-ajax-search-api+unsubscr...@googlegroups.com
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