Byron / google-apis-rs

A binding and CLI generator for all Google APIs
http://byron.github.io/google-apis-rs
Other
1.01k stars 131 forks source link

Cli tool not working #435

Closed Jashwanth537 closed 1 year ago

Jashwanth537 commented 1 year ago

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 1 year ago

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.

Jashwanth537 commented 1 year ago

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