testing highlighter
1 2 3 4 5 6 7 8 9 |
<?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <GetHolidaysForYear xmlns="http://www.holidaywebservice.com/HolidayService_v2/"> <countryCode>GreatBritain</countryCode> <year>2019</year> </GetHolidaysForYear> </soap:Body> </soap:Envelope> |
this api project is not authorized to use this api
In this video i have shown how you can solve the below error,
1 2 3 4 5 |
{ "error_message" : "This API project is not authorized to use this API.", "results" : [], "status" : "REQUEST_DENIED" } |
1. The documentation for the above request and response is available here, https://developers.google.com/maps/documentation/geocoding/start?hl=en 2. To solve…
Read more »