You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* In your Google Cloud project, go to [APIs & Services > Credentials](https://console.cloud.google.com/apis/credentials).
@@ -30,7 +36,7 @@ This sample demonstrates how to create a Google Chat app that requests authoriza
30
36
* Download the JSON file and rename it to `client_secrets.json` in your project directory.
31
37
32
38
3.**Deploy to App Engine:**
33
-
* Open `app.yaml` and replace `<SERVICE_ACCOUNT>` with the email address of your App Engine default service account (you can find this in the App Engine settings in Cloud Console).
39
+
* Open `app.yaml` and replace `<SERVICE_ACCOUNT>` with the email address of your App Engine default service account (you can find this in the [App Engine settings](https://console.cloud.google.com/appengine/settings) in Cloud Console).
34
40
* Deploy the app:
35
41
```bash
36
42
gcloud app deploy
@@ -60,8 +66,8 @@ This sample demonstrates how to create a Google Chat app that requests authoriza
60
66
1. **Enable the Google Chat API:** [Enable Chat API](https://console.cloud.google.com/flows/enableapi?apiid=chat.googleapis.com)
61
67
2. **Create a Google Chat App:**
62
68
* Go to [Google Chat API](https://developers.google.com/chat/api/guides/quickstart/apps-script) and click "Configuration".
63
-
* Enter your App Engine app's URL (obtained in the previous deployment steps) as the **Bot URL**.
64
-
* Complete the rest of the configuration as needed.
69
+
* Enter your App Engine app's URL (obtained in the previous deployment steps) as the **HTTP endpoint URL**.
70
+
* Complete the rest of the configuration as needed.
65
71
66
72
## Interact with the App
67
73
@@ -80,7 +86,7 @@ This sample demonstrates how to create a Google Chat app that requests authoriza
0 commit comments