I had a problem with "Access not configured" message from my
GoogleTrans wikipedia gadget on the language API v2 system. I
generated another key and fixed this up, however, this problem has
reappeared. Do I need to generate another key to fix this up, and why
is it happening. You don't seem to be able to edit the refer list
after it is set up either.
my code for calling the api is
var source = 'https://www.googleapis.com/language/translate/v2?key='
+
SCGoogleAPIKeyV2 /*+'&source='+SCtranslateFrom*/+'&target=' +
SCtranslateTo +
'&callback=SCTranslatedText&q=' + sourceText
;
;
--
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...@googlegroups.com
To unsubscribe from this group, send email to
google-ajax-searc...@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
On Dec 2, 12:54 pm, Adam Feldman <adam.feld...@google.com> wrote:
> Hi Paul,
>
> I'm sorry that you're having a problem, and I'm happy to help investigate.
> Can you tell me your project id? You can find this by going tohttps://code.google.com/apis/consoleand look at the URL. It will end with
On Dec 2, 12:54 pm, Adam Feldman <adam.feld...@google.com> wrote:
> Hi Paul,
>
> I'm sorry that you're having a problem, and I'm happy to help investigate.
> Can you tell me your project id? You can find this by going tohttps://code.google.com/apis/consoleand look at the URL. It will end with
{ "error": { "errors": [ { "domain": "usageLimits", "reason": "accessNotConfigured", "message": "Access Not Configured" } ], "code": 403, "message": "Access Not Configured" } }but I solved this problem 5 hours later.
For solving this problem, I read google console help again, again, again...
our code recompile again..
I can't find any email, phone number about google console but I can't solve during 5 hours.
Having the same described problem, with no support option at all.
--
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...@googlegroups.com
To unsubscribe from this group, send email to
google-ajax-searc...@googlegroups.com
To view this message on the web, visit