I'm using google place API to fetch the google photo reference and I already got that and I used it like
https://maps.googleapis.com/maps/api/place/photo?maxwidth=400&photoreference=PHOTOREFHERE&key=YOUR_API_KEY
And it's working fine in img tag, but the problem lies where the img tag src is exposing my key into URL
Does anyone have any idea how can I use the google place photo URL without exposing my key ?