Home > Back-end >  Service Account for Google Places API
Service Account for Google Places API

Time:12-07

Can I use service account for google places API?

Someone asked a similar question 3 years ago, is it still true?

Service Account for Google Maps API

CodePudding user response:

No, you cannot use a service account.

Google Maps Platform products are secured from unauthorized use by restricting API calls to those that provide proper authentication credentials. These credentials are in the form of an API key.

Reference:

Use API Keys with Places API

  • Related