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
To use the `https://www.googleapis.com/auth/chat.bot` authorization scope,
172
-
no administrator approval is required.
173
-
174
-
To receive administrator approval, you must prepare your chat app's service account with the following
175
-
information:
176
-
177
-
* A Google Workspace Marketplace-compatible OAuth client
178
-
* App configuration in the Google Workspace Marketplace SDK.
179
-
180
-
1. In the Google Cloud console, go to **Menu** > **IAM & Admin** > **Service Accounts**.
181
-
1. Click the service account you created for your Chat app.
182
-
1. Click **Advanced Setting**.
183
-
1. Click **Create Google Workspace Marketplace-compatible OAuth client**.
184
-
1. Click **Continue**.
185
-
186
-
A confirmation message appears that says a Google Workspace Marketplace-compatible OAuth client has been created.
187
-
After that, the Chap app should be configured in **Goolge Workspace Marketplace SDK**.
188
-
189
-
1. In the Google Cloud console, enable the Google Workspace Marketplace SDK.
190
-
1. In the Google Cloud console, go to go to **Menu** > **APIs & Services** > **Enabled APIs & services** > **Google Workspace Marketplace SDK** > **App Configuration**.
191
-
1. Complete the App Configuration page. How you configure your Chat app depends on who your intended audience is and other factors. For help completing the app configuration page, see Configure your app in the Google Workspace Marketplace SDK. For the purposes of this guide, enter the following information:
192
-
1. Under **App visibility**, select **Private**
193
-
1. Under **Installation settings**, select **Individual + admin install**.
194
-
1. Under **App integrations**, select **Chat app**.
195
-
1. Under **OAuth scopes**, enter all the scopes with ``https://www.googleapis.com/auth/chat.app.*``
196
-
1. Under **Developer information**, enter your **Developer name**, **Developer website URL**, and **Developer email**.
197
-
1. Click **Save draft**
198
-
1.[Set up authorization Chat app](https://support.google.com/a?p=chat-app-auth).
141
+
This is available in [Developer Preview](/workspace/preview) only.
142
+
[The Google Chat app authentication]((https://developers.google.com/workspace/chat/authenticate-authorize-chat-app)) documentation provides details on how to set up authentication as an app.
143
+
199
144
### 5. Create an Apps Script project and connect it to the Google Cloud project
200
145
201
146
Before creating the Apps Script project, copy your Google Cloud project number.
0 commit comments