androidthings / sample-googleassistant

Google Assistant API sample for Android Things
Apache License 2.0
467 stars 147 forks source link

I cannot find `refresh_token` in the credentials.json #70

Closed Rayhahah closed 6 years ago

Rayhahah commented 6 years ago

I register model in https://developers.google.cn/assistant/sdk/guides/service/python/embed/register-device#download-credentials. Then I download the credentials.json,but I cannot find refresh_token in it

Fleker commented 6 years ago

You'll need to follow the Generate Credentials doc as well to generate the refresh token device-level credentials.

Rayhahah commented 6 years ago

Thank you very much