# Enable APIs

The Homey Nest SDM app needs some API´s enabled on the Google GCP Project, this allows the app to enable additional API´s and create subscriptions to the Google Event subsystem. This way the app is able to receive events from your Nest Devices.&#x20;

{% hint style="info" %}
You need to enable the Service Usage and the Resource Manager API services for your GCP project. Both links are below, just click and enable:
{% endhint %}

Make sure that the correct project is active. You will receive error code 403 Forbidden in the app when these API's are not enabled.

![](/files/LhwLQYeSm8i4hEgXuxZJ)

{% embed url="<https://console.cloud.google.com/apis/api/serviceusage.googleapis.com>" %}
Click to ENABLE or show status of the Service Usage API
{% endembed %}

{% embed url="<https://console.cloud.google.com/apis/api/cloudresourcemanager.googleapis.com>" %}
Click to ENABLE or show status of the Resource Manager API
{% endembed %}

{% hint style="info" %}
Below an example of the Service Usage API, the resource manager will look similar.
{% endhint %}

![](/files/KTIVvUCJ8CZGbU4wsx71)

{% hint style="danger" %}
Switch to the Homey Google Nest SDM App and select the Google Nest tab.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://martin-verbeek.gitbook.io/homey-google-nest-sdm/english-guide/app-setup/google-cloud-project/enable-apis.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
