Questions tagged [google-api-key-restrictions]

9 questions
1
vote
0 answers

Can Google Cloud API key restricitons be applied to an existing app?

At first I was interested to learn if I could rotate the main api key for my iOS firebase app. That is the value API_KEY in the GoogleService-Info.plist file downloaded from the firebase console. After some digging around I found that it is possible…
1
vote
0 answers

Places SDK for Android: API key restriction causing "This IP, site or mobile application is not authorized to use this API key" error

I am using the "Places Autocomplete" feature of the Places SDK for Android. I have set up an API key via the Google Cloud credentials console, and it worked great. However, I attempted restricting my API key usage to my specific app, and it no…
0
votes
2 answers

How to Resolve "User Location Not Supported" Error When Connecting to palm2 API from Server in Amsterdam?

I'm encountering an issue when trying to connect to the palm2 API. When I make a request to the API from my local machine, I receive valid responses without any problems. However, when I attempt to connect to the same API from a server located in…
0
votes
0 answers

Cross-Origin-Opener-Policy error when registering with Gmail in Angular

I have made Google Api Key adjustments (the article I am referring to: https://www.gencayyildiz.com/blog/asp-net-core-identity-angular-14-esliginde-google-login /) i wanted to print the information to the console to see if it was coming, but I got a…
0
votes
0 answers

google geolocation api key is getting rejected when api key is valid? i'm using python and tkinter

After successfully verifying my API key on Google Console and ensuring that everything was in order, I encountered a persistent issue when running my program. Despite my efforts, I consistently received an error message that prevented the program…
0
votes
0 answers

restrict firebase analytics sent events to google analytics based on bundle id

I have created an Ionic application using firebase analytics plugin , and I am sending google analytics events through this plugin and it works fine. I wanted to restrict the events that I am getting into my GA account to be only from my application…
0
votes
1 answer

Google Api key restrictions does not take effect

I've created a Google API key and using it to show maps in my Android application. For security reasons it is recommended that we should apply restrictions to the API so attackers cannot use it easily. So I applied restrictions like below…
Saman Sattari
  • 3,322
  • 6
  • 30
  • 46
0
votes
0 answers

How to restrict Google Maps API key to website domain when you are testing on localhost?

http://localhost:2200 I am testing my APP using the above URL, how can I restrict my google maps API key to only allow access via the above?
0
votes
1 answer

Issue with saving Google API key restrictions

I am currently having some troubles with saving Google API key restrictions. This is how I have configured in the Credentials Manager. Application restrictions Websites (*.azurestaticapps.net) API restrictions Geocoding API Geolocation API Maps…