Is there any way to get a Google API key for local testing purposes? I intend to use some of the Google APIs mainly for educational purposes (i.e For learning about it..) and I need to generate an API key without supplying a web site URL..Thanks in advance..
P.S: If it helps I’m trying to learn about Google Translate API
Advertisement
Answer
As far as I know, you can supply a local host name (e.g. localhost
or testserver
) when generating the API key.