dburles / meteor-google-maps

🗺 Meteor package for the Google Maps Javascript API v3
https://atmospherejs.com/dburles/google-maps
MIT License
196 stars 49 forks source link

Google API 403 #75

Closed beverlycodes closed 8 years ago

beverlycodes commented 9 years ago

If I leave my app open in a browser for a long period of time (not sure what the exact length of time to trigger is, happens when it was left up overnight), Google's API starts returning 403s for all requests. There doesn't seem to be a programmatic way to fix this, and worse, no way to detect it except looking at the error console. All I can do is refresh (which is fine for me, but not so fine for users out in the wild). Has this been encountered before? Is there a way to catch these 403s and maybe re-run GoogleMaps.load?

dburles commented 9 years ago

Hey @ryanfields that's a weird one, I've not encountered it myself. No luck googling the issue?

dburles commented 8 years ago

@ryanfields feel free to reopen if this is still an issue, though it seems unlikely it's a direct issue with this package