flutter_google_places icon indicating copy to clipboard operation
flutter_google_places copied to clipboard

"API keys with referer restrictions cannot be used with this API."

Open aemelyanovff opened this issue 3 years ago • 0 comments

I want to add "Website restrictions" to my API key, but then I start getting "API keys with referer restrictions cannot be used with this API." errors when using this widget.

I believe the reason is that the underlying google_maps_webservice library calls the API meant to be used in server applications. Shouldn't flutter_google_places use the API meant for client-side applications?

aemelyanovff avatar Feb 04 '22 14:02 aemelyanovff