# Google Drive Refusing To Connect

It may happen that you open an add-on in Google Sheets and immediately crashes with a message saying drive.google.com Refused to Connect. This is a known issue in Google Sheets and it likely happens when a user is logged into multiple Google accounts in the same Google Sheet.

#### Fix - Google Drive Refused Connection

If your default Google account is not the one that is associated with the Google add-on, the sidebar of the Google add-on may display a grey screen with the message drive.google.com refused to connect.

On your computer, open the Google Chrome browser.

1. At the top right, click the 3-dot vertical menu and then choose New Incognito Window.
2. A new window appears.
3. Now open the same Google Sheet and sign in with your default Google account.

#### Logout of Multiple Google Accounts​

Alternatively, you may visit [accounts.google.com/logout](https://accounts.google.com/logout) to immediately sign-out of multiple Google accounts. The error is displayed due to permission conflict between Google user accounts inside Google Sheets and Google Forms.

If you are still facing any issue with Google Drive refusing to connect, please contact support.


---

# Agent Instructions: 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:

```
GET https://docs.getconduit.app/troubleshooting/google-drive-refusing-to-connect.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
