Android Question Your app contains exposed Google Cloud Platform (GCP) API keys

tsteward

Well-Known Member
Licensed User
Longtime User
I have just spotted this warning on m\developer console. Should I be worried and what do I do about it.
Security alert

Your app contains exposed Google Cloud Platform (GCP) API keys. Please see this Google Help Centre article for details.

Vulnerable locations:
  • lishi.assistand.tony.stewardgmail.com.helpmodule->_helpspinner_itemclick

Affects APK version 104.
 

DonManfred

Expert
Licensed User
Longtime User
Should I be worried and what do I do about it.
Restrict the Key in the console to use only by a specific app (your apps packagename and hash).

Add restrictions to your API key so that only your apps are allowed to use the API key. More details on adding restrictions to API keys can be found here.
 
Last edited:
Upvote 0
Top