When I run googlesamples-assistant-pushtotalk --device-model-id 'my-model-id' project-id 'my-project-id'
I get the following error:
NFO:root:Connecting to embeddedassistant.googleapis.com
WARNING:root:Device config not found: [Errno 2] No such file or
directory: '/Users/rick/Library/Application Support/googlesamples-
assistant/device_config.json'
INFO:root:Registering device
ERROR:root:Failed to register device: {
"error": {
"code": 403,
"message": "Could not create the device instance. Account doesn't have permission to perform this operation for project sign-language-with-nao. See https://developers.google.com/assistant/sdk/guides/library/python/embed/register-device",
"status": "PERMISSION_DENIED"
}
}
I used google-oauthlib-tool and confirmed access with the account of the projects owner.
I also set up a device-model (with googlesamples-assistant-devicetool register-model) which worked fine.
I'm on mac using python 3.6 and google-assistant-sdk 0.4.2
Any Ideas what permissions are missing? I made sure my Account is the owner of the project.