提供的Google API密钥无效,或者此网站无权使用它。错误代码:InvalidKeyOrUnauthorizedURLMapError

时间:2015-07-07 06:43:23

标签: javascript asp.net google-maps google-maps-api-3

当我在google map api key中使用Callback时,我收到错误。

这是我的代码

    var script = document.createElement('script');
    script.type = 'text/javascript';
    script.src = 'http://maps.google.com/maps/api/js?v=3&sensor=false&callback=initializ&key=' + '@System.Configuration.ConfigurationManager.AppSettings["GoogleMapApiKey"].ToString()';
    document.body.appendChild(script);

0 个答案:

没有答案