Google Places API和Google Places Javascript Library之間的區別是什麼?Google maps API vs Library
圖書館的文檔沒有提到API密鑰,因爲我在本地開發,所有的工作都沒有問題。但是在部署網絡應用程序後不久,它開始拋出以下錯誤:
GET http://maps.googleapis.com/maps/api/js/AuthenticationService.Authenticate?1shttp%3A%2F%2Fopensaq.dev%2F&5e1&callback=_xdc_._obke7w&token=16494 403 (Forbidden)
GET https://maps.googleapis.com/maps/api/js/PlaceService.FindPlaces?1m6&1m2&1d4…SAQ&6sliquor_store&8e1&18m2&1b1&10u43536&callback=_xdc_._266p5k&token=1150 403 (Forbidden)
GET http://maps.googleapis.com/maps/api/js/QuotaService.RecordEvent?1shttp%3A%2F%2Fopensaq.dev%2F&4e1&5e0&6u1&7s2v1zkm&callback=_xdc_._dacmzn&token=54694 403 (Forbidden)
是否超過配額或其他內容?每個選項的目的是什麼?
不關心網絡流量。當出現錯誤時,API通常會通過服務響應的status-property來告訴您。 –