Click here to Skip to main content
15,892,674 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi All,
I have windows application. It used WebRequest to get a page html content.
when i run it at my system, it work as expected. But when my friend run
then he get below exception.
google has disabled use of the maps api for this application, The site is not authorized
to use the GoogleMps....

What should i do to resolve this issue?
Posted
Updated 25-Feb-14 7:56am
v2
Comments
Sergey Alexandrovich Kryukov 25-Feb-14 14:01pm    
You need to ask Google. Probably Google map detects client's IP and disables functionality for this IP. Try accessing it with the same application from a different network, see what happens. I never heard of such things before, but I faced Google search engine limitations if too many questions were asked, which happens in the same network of a big company.
—SA
amit_83 25-Feb-14 14:13pm    
Thanks, But when me friend open same page from browser then it open web page as expected but problem when do same thing by WebRequest. Then what could be the issue?

1 solution

You'll need to contact Google to find out.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900