> ## Documentation Index
> Fetch the complete documentation index at: https://nango-tiktok-accounts-update.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Google

API configuration: [`google`](https://nango.dev/providers.yaml)

## Features

| Feature                                                  | Status                        |
| -------------------------------------------------------- | ----------------------------- |
| [Auth (OAuth)](/guides/oauth)                            | ✅                             |
| [Syncs](/guides/sync) & [Actions](/guides/action)        | ✅                             |
| [Nango Proxy](/guides/proxy)                             | ✅                             |
| [Integration templates](/integration-templates/overview) | ✅                             |
| Auto-pagination                                          | 🚫 (time to contribute: \<1h) |
| API-specific rate limits                                 | 🚫 (time to contribute: \<1h) |

<Tip>We can implement missing features in \<48h, just ask for it in the [community](https://nango.dev/slack).</Tip>

## Getting started

* [Google access token specs](https://cloud.google.com/iam/docs/reference/sts/rest/v1/TopLevel/token#response-body)
* [Google scopes](https://developers.google.com/identity/protocols/oauth2/scopes)

<Tip>Need help getting started? Get help in the [community](https://nango.dev/slack).</Tip>

## API gotchas

* Google has a unified OAuth system for their various APIs. This provider should work for most of them (e.g. GSheet, Gmail, Google Calendar, etc.).
* You need to enable individual Google API on the [Google API Console](https://console.cloud.google.com/apis/dashboard) before using them.
* Under certain circumstances, Google expires a user's refresh token and the token refresh in Nango will fail. You can find a [list of reasons from Google here](https://developers.google.com/identity/protocols/oauth2#expiration).
* While setting up the OAuth credentials, the *Authorized JavaScript origins* should be your site URL (`https://app.nango.dev` if you're doing the [Quickstart](/quickstart)).

<Note>Add Getting Started links and Gotchas by [editing this page](https://github.com/nangohq/nango/tree/master/docs-v2/integrations/all/google.mdx)</Note>
