Search code examples
actions-on-googlegoogle-smart-home

Share button not found (anymore) in Google smart home action test simulator


We are developing a google smart home action. As per this and this guides we added testers as viewer and shared action and it worked few months ago. Now we don't see this share button in our simulator anymore. Wonder how to share with testers anymore? As guides still wants us to share the project through this button.

Screenshot from documentations: enter image description here

Screenshot of my simulator: enter image description here

We are able to add the tester in IAM project, but tester is unable to see the action like owner does ([test] ABC agent) in google assistant app.

Edit 1:
It doesn't work even sharing an action with owner rights. Second user is unable to see that action in Home Control under google assistant app


Solution

  • As per discussion with 'Actions on Google Support Team' they say that "There has been a slight modification on the interface in the simulator page. Unfortunately, the current documentation hasn't been updated yet to reflect this change."

    You can still share your Action without the share button. To recap:

    1. Go to the Actions console and select your project.
    2. In the right navigation menu, select the three dot icon and then Manage User Access.
    3. This redirects you to the IAM page for your project.
    4. Click ADD to set a team member's access to your project. You must be an owner of the project.
    5. Type the member's email address in the Members box. To assign view access, from the Roles menu, select Project and then Viewer. The members you add will be able to see the Action on their console. Please note that the system does not proactively notify the added members.
    6. Tester/Viewer will have to login in to console and Enable testing in simulator to see the action in Google Assistant App.

    Happy Coding !