> For the complete documentation index, see [llms.txt](https://ajuda.zdg.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ajuda.zdg.com.br/configuracao-administrador/configuracoes-painel-admin/apps-configuracoes/google-configuracao-apps.md).

# Google - Configuração Apps

{% hint style="info" %}
**Disponível para o perfil:** Administrador
{% endhint %}

Esta página permite que o tenant configure suas **próprias credenciais OAuth do Google**, substituindo o app padrão definido pelo Super Administrador. Cobre Gmail, Calendar e YouTube com um único app.

{% hint style="info" %}
Se nenhuma configuração for criada aqui, o sistema usa automaticamente as credenciais configuradas pelo Super Admin (ou as do proxy como fallback).
{% endhint %}

***

#### Como acessar

No painel administrativo, acesse **Configurações → Apps → Google**.

<figure><img src="/files/eMpTzJXh7RNCdSqUshXK" alt=""><figcaption></figcaption></figure>

***

#### Criando uma configuração

Clique em **+ Novo App Google** e preencha os campos:

| Campo                               | Descrição                                                                                    |
| ----------------------------------- | -------------------------------------------------------------------------------------------- |
| **Client ID (OAuth 2.0)**           | Client ID gerado no Google Cloud Console                                                     |
| **Client Secret**                   | Client Secret gerado no Google Cloud Console                                                 |
| **Redirect URI (OAuth callback)**   | URL fixa — cadastre exatamente esta URL no Google Cloud Console como Authorized redirect URI |
| **Gmail**                           | Habilita uso deste app para o canal de e-mail com OAuth                                      |
| **Google Calendar**                 | Habilita sincronia de eventos e agendamentos                                                 |
| **YouTube**                         | Habilita comentários e live chat de canais YouTube                                           |
| **Intervalo de poll YouTube (seg)** | Frequência de busca por novos comentários. Padrão: 30s. Mínimo: 15s                          |
| **Descrição**                       | Identificação opcional — ex: "App principal Google da empresa"                               |
| **Ativo**                           | Ativa ou desativa esta configuração                                                          |

{% hint style="warning" %}
**Scopes (avançado):** deixe em branco para usar os defaults. Alterar scopes pode quebrar a integração.
{% endhint %}

***

#### Páginas relacionadas

* [Apps Google — Super Admin ](/configuracao-superadmin/redes-sociais-e-marketplaces/google-superadmin.md)— configuração global e hierarquia de fallback das credenciais Google

***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://ajuda.zdg.com.br/configuracao-administrador/configuracoes-painel-admin/apps-configuracoes/google-configuracao-apps.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
