12-07-2023 12:50 PM
When following the steps here https://developers.google.com/nest/device-access/get-started
I am able to get through all aspects and correctly setup OAuth with the Device Access Console and my Cloud Project. However, when running a GET request on the device list an empty set is returned. I am able to see my "home" in structures as well as a "test home" that I added. However, the device list always comes back as empty
{
"structures": [
{
"name": "enterprises/2c07af6f-f65a-4bc8-9c9f-14551632e6e4/structures/AVPHwEvzOd_9xKeOYcr-_NNEEvKI4H2-9XETSu3wfruKxnfGVVZsgiKlKAW1FOL_GOdUsCt_-4-PD5p7aBwSzBmH37jtVg",
"traits": {
"sdm.structures.traits.Info": {
"customName": "Home"
}
}
},
{
"name": "enterprises/2c07af6f-f65a-4bc8-9c9f-14551632e6e4/structures/AVPHwEtPLOsLnj-VP1ljuLdNWpDW7vYuFyMBJm2RvNWV7XjbKtAa7NXMkilOu7mPzIXtk1etDWNaia0KUGQG9UMH1B4yJQ",
"traits": {
"sdm.structures.traits.Info": {
"customName": "Test Home"
}
}
}
]
}
Devices request:
{}