> For the complete documentation index, see [llms.txt](https://developers.make.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.make.com/white-label-documentation/install-and-configure-apps/google/connection-and-scope-reference.md).

# Connection and scope reference

The following chart contains the app alias, connection alias, and required for the most popular Google apps available as native apps. Once you enter OAuth 2.0 credentials for one app, for example, Google Sheets, that connection information automatically copies to another app with the same connection, for example, Google Docs. Once you configure a connection, Make reuses that connection for other apps with the same connection. Example: once you enter credentials for Gmail they are automatically ready to use for Google Drive.

<table data-full-width="true"><thead><tr><th>Service/API</th><th>App alias</th><th>Connection alias</th><th>Required scopes</th></tr></thead><tbody><tr><td>Google Sheets</td><td><code>google-sheets</code></td><td>Google</td><td><ul><li><code>https://www.googleapis.com/auth/drive</code></li><li><code>https://www.googleapis.com/auth/spreadsheets</code></li></ul></td></tr><tr><td>Gmail</td><td><code>google-email</code></td><td>Google<br>Google-restricted</td><td><ul><li><code>https://mail.google.com/</code></li><li><code>https://www.googleapis.com/auth/gmail.labels</code></li><li><code>https://www.googleapis.com/auth/gmail.send</code></li><li><code>https://www.googleapis.com/auth/gmail.readonly</code></li><li><code>https://www.googleapis.com/auth/gmail.compose</code></li><li><code>https://www.googleapis.com/auth/gmail.insert</code></li><li><code>https://www.googleapis.com/auth/gmail.modify</code></li><li><code>https://www.googleapis.com/auth/gmail.metadata</code></li></ul></td></tr><tr><td>Google Drive</td><td><code>google-drive</code></td><td>Google<br>Google-restricted</td><td><ul><li><code>https://www.googleapis.com/auth/drive</code></li><li><code>https://www.googleapis.com/auth/drive.readonly</code></li></ul></td></tr><tr><td>Google Calendar</td><td><code>google-calendar</code></td><td>Google</td><td><ul><li><code>https://www.googleapis.com/auth/calendar</code></li></ul></td></tr><tr><td>Google Docs</td><td><code>google-docs</code></td><td>Google</td><td><ul><li><code>https://www.googleapis.com/auth/drive</code></li><li><code>https://www.googleapis.com/auth/documents</code></li></ul></td></tr><tr><td>Google Forms</td><td><code>google-form</code></td><td>Google</td><td><ul><li><code>https://www.googleapis.com/auth/drive</code></li><li><code>https://www.googleapis.com/auth/spreadsheets</code></li></ul></td></tr><tr><td>Google Contacts</td><td><code>google-contacts</code></td><td>Google</td><td><ul><li><code>https://www.googleapis.com/auth/contacts</code></li><li><code>https://www.googleapis.com/auth/contacts.readonly</code></li><li><code>https://www.googleapis.com/auth/contacts.other.readonly</code></li></ul></td></tr><tr><td>Google Cloud Firestore</td><td><code>google-cloud-firestore</code></td><td>Google-custom</td><td><ul><li><code>https://www.googleapis.com/auth/datastore</code></li><li><code>https://www.googleapis.com/auth/firebase.readonly</code></li><li><code>https://www.googleapis.com/auth/devstorage.read_write</code></li></ul></td></tr><tr><td>Google Slides</td><td><code>google-slides</code></td><td>Google</td><td><ul><li><code>https://www.googleapis.com/auth/drive</code></li><li><code>https://www.googleapis.com/auth/presentations</code></li></ul></td></tr><tr><td>Google Tasks</td><td><code>google-tasks</code></td><td>Google</td><td><ul><li><code>https://www.googleapis.com/auth/tasks</code></li></ul></td></tr><tr><td>Google Analytics</td><td><code>google-analytics</code></td><td>Google</td><td><ul><li><code>https://www.googleapis.com/auth/analytics.edit</code></li><li><code>https://www.googleapis.com/auth/analytics.edit</code></li></ul></td></tr><tr><td>Google Photos</td><td><code>google-photos</code></td><td>Google</td><td><ul><li><code>https://www.googleapis.com/auth/photoslibrary</code></li><li><code>https://www.googleapis.com/auth/photoslibrary.readonly</code></li><li><code>https://www.googleapis.com/auth/photoslibrary.sharing</code></li><li><code>https://www.googleapis.com/auth/photoslibrary.readonly.appcreateddata</code></li></ul></td></tr></tbody></table>


---

# 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://developers.make.com/white-label-documentation/install-and-configure-apps/google/connection-and-scope-reference.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.
