Byron/google-apis-rs

Cli tool not working

Closed this issue · 2 comments

Simple text translation over translate3 returns the following error:

Please direct your browser to ?scope=https://www.googleapis.com/auth/cloud-platform&access_type=offline&redirect_uri=http://127.0.0.1:52692&response_type=code&client_id= and follow the instructions displayed there.

Byron commented

It seems to working as it will attempt to login. However, it's unlikely to get far as its built-in API key is long gone.
The way this works is that your own API key is placed in the right location in ~/.google-*, these can be created in the google developer console.

any documentation or test examples for the same will be greatly helpful. Thank you