Hello friends, today i'm going to show how to get a google api key and solve google api keys are missing chromium. Watch the videos and Enjoy!
Code:
On Windows: Launch cmd.exe and enter the following commands:
setx GOOGLE_API_KEY your_key_goes_here
setx GOOGLE_DEFAULT_CLIENT_ID your_client_id_goes_here
setx GOOGLE_DEFAULT_CLIENT_SECRET your_client_secret_goes_here
On Mac OS X / Linux: Plop these in your ~/.profile file:
export GOOGLE_API_KEY="your_key_goes_here"
export GOOGLE_DEFAULT_CLIENT_ID="your_client_id_goes_here"
export GOOGLE_DEFAULT_CLIENT_SECRET="your_client_secret_goes_here"
https://www.chromium.org/developers/how-tos/api-keys
https://gist.github.com/cvan/44a6d60457b20133191bd7b104f9dcc4
You May Like:
0 Comments:
Post a Comment