Closed yatindeokar closed 7 years ago
Follow these steps: https://github.com/androidthings/sample-googleassistant#run-the-sample
I believe @JonathanNakhla answered the question, let us know if you have any issues generate the credential resource.
Got the same confusion for a second, because --credentials
looks as an input parameter, while it's used for output and credentials.json will be generated within res/raw
folder by that command:
google-oauthlib-tool --client-secrets client_secret_NNNN.json \
--credentials app/src/main/res/raw/credentials.json \
--scope https://www.googleapis.com/auth/assistant-sdk-prototype \
--save
@AlexKorovyansky yep, it'd be better to rename/alias the parameter to --save-credentials
, can you file an issue in https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib ?
@AlexKorovyansky Done :)
How to get Credentials file ;