*.myapp.appspot.com/*
I changed it to
myapp.appspot.com/* and error message doesn't apear anymore.
To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/DixSsmlTyu4J.
--
You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group.
To post to this group, send email to google-map...@googlegroups.com.
To unsubscribe from this group, send email to google-maps-js-a...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
Interesting answer.
If v3.6 is not specified, and the key is correctly generated in the
API console, why are there so many queries here about invalid key
messages which are intermittent? It's that apparently random
inconsistency which setting the version is intended to avoid. Once the
key system is working consistently, there's no reason not to use it;
while it isn't, there's every reason not to use it.
There is apparently an issue in the APIs Console with validating keys. It has affected Translate, Custom Search, and Maps APIs. It may affect,more, but those are by far the highest volume APIs, so the others may go unnoticed yet. The dev team behind the Console (i.e., the Google APIs team) is almost undoubtedly aware of the situation, which has been reported on the AJAX APIs Group as well, but they have not as yet provided a complete solution.
Jg
--
You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group.
--
You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group.
--
You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/UjN5Wl0FP5AJ.
Hi Barbs,I suggest making sure that the referrals are set correctly and that your expressions cover all your domains.Keys were introduced in 3.7 so that is why you do not get any warnings if you set your version to 3.6.
-- Luke
On Fri, Jan 20, 2012 at 2:56 PM, Barbs <barbs...@gmail.com> wrote:
Hi Luke,
Do you have any suggestions for those who have checked the API Console and confirmed that it is correct however still displays this error?
ATM the v=3.6 suggestion is the only one that works for me. If the key was incorrectly setup in the console why would this fix work? I would hazard a guess that the v=3.6 would have little effect if the console setup was incorrect.To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/UjN5Wl0FP5AJ.
--
You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to google-maps-js-api-v3+unsub...@googlegroups.com.
Craig,
Don't know if this applies in your case, but as it turned out, the problem we had was that our Referrer URL pattern was missing a trailing asterisk (for matching all URLs in our domain). Not sure why it worked the way it did for 3 months, but there you go. I'm guessing Google fixed it around Apr 26th. After all, a closer read of the documentation suggested that the asterisk was needed.
Ross
Figured i would let you know what worked just now for me.i had my referrer set up for a client as:*.clientDomain.com/*and i was getting the errors, now that i just reset it to:clientDomain.com/* - without the beginning *.i guess googles rule parser is having an issue with the documented *. for the subdomain wildcardit just loaded fine, hope this helps.
Is there any official word on this?
It seems people are having trouble all over the map with this thing.
I tried entering a whole set of hostnames with and without wildcards. None worked. I still get the "access not configured" error even with a basic curl -i call.
What's with this??? I'd be happy to share more specific details if Google is willing to support their API.
On Tuesday, November 6, 2012 1:30:37 AM UTC-8, Guillaume Chata-Simoni wrote:Hi all,Also got this issue, 3-4 times in two weeks...I've entered referrers with *, without *...tag-all.com/* *.tag-all.com/* m.tag-all.com/ dev.tag-all.com:28880/build/TagAll/production/* *.tag-all.com:28880/build/TagAll/production/* dev.tag-all.com:28880/TagAll/tagall/applications/mobile/* *.tag-all.com:28880/TagAll/tagall/applications/mobile/*Thing is :- application is working fine one my Desktop iMac (using Chrome), but doesn't on my colleague iMac (same network).- application doesn't works since yesterday (at night - France) when connected from devices (iPhone and Android), even at home and even at office (not the same Wifi).This issue seems to be "chaotic", and, i ask help, since we got an official opening of our application today !Thanks for response