Google Maps 403 Error

0
0

We’ve updated our framework to 1..5.4.exe and noticed our google map extension is not working anymore…

attached is screen shot.

we currently use WiseJ.Web.Ext.GoogleMaps in production and same API key.

have a simple form with this map component.

Me.Text = If(title <> “”, title, “Map”)

Me.GoogleMap1.Dock = DockStyle.Fill
Me.GoogleMap1.CenterMap(address)
Me.GoogleMap1.Options.zoom = 18
Me.GoogleMap1.AddMarker(“1”, address, Nothing, True)

Me.ShowDialog()

not sure why we are getting this error with upgrade..

thanks,

michelle

Attachment
  • You must to post comments
0
0

It’s not caused by Wisej. You are probably being blocked by the new google maps limits.

  • You must to post comments
0
0

is it being block by the usage of ApiKey?

I’ve down loaded googleMaps project from Wisej site and can’t run that app either.

it’s using ApiKey, AIzaSyDJ13giW35qbt9Qsznjy_CFqMJMQlAjoSw , which is not same as mine

getting attached error.

 

Attachment
  • You must to post comments
0
0

maps.googleapis.com is returning 403 (forbidden). Google is blocking your IP probably because of excessive usage. We don’t have any control over google maps (I wish we did :)). Google has started charging for the usage of google maps recently. There are thousands of posts around with the same issue. Changing the api key will not help. You can read more about their new maps policy, usage, charges, etc. on google maps.

I can run the sample without problems. This is not a wisej issue.

  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.