Places api不允许在控制台上使用引荐来源网址

时间:2018-09-20 11:03:50

标签: google-maps google-maps-api-3 google-places-api

假设我的网站是 www.example.com ,我有一个map.php页面,我想在其中访问place api。我添加了所有凭据以及HTTP引荐来源网址为example.com/map.php。 enter image description here enter image description here 但是它仍然会给我“不允许引荐来源网址”错误。

<script src="https://maps.googleapis.com/maps/api/js?key=****&libraries=places"></script>
        <script type="text/javascript">
            function initialize() {
                var options = {
                    componentRestrictions: {country: "in"}
                };
                var input = document.getElementById('txtcity');
                new google.maps.places.Autocomplete(input, options);
            }
            google.maps.event.addDomListener(window, 'load', initialize);

        </script>

1 个答案:

答案 0 :(得分:0)

尝试添加所有类型的网址,例如:

  

.example.com /

     

http://example.com/ *

     

http://www.example.com/ *

那它一定可以工作