# Troubleshooting Google Integration Errors

{% hint style="info" %}
ℹ️ Having trouble? Reach out in the [PixieBrix Slack Community](http://slack.pixiebrix.com) or email <support@pixiebrix.com>
{% endhint %}

## PixieBrix cannot access my Google Account

### **Possible Causes**

* You did not accept the permissions prompt
* Your company blocks access to Google Drive from 3rd party applications
* You are trying to sign into a different Google account than the one you’re signed into on your browser

### **Steps to Resolve**

#### 1. Confirm that PixieBrix has Access to Google

* [Visit Google’s **Third-party apps & services** page](https://myaccount.google.com/connections?filters=3)
* Search for PixieBrix
* Click on the PixieBrix record<br>

  <div align="center"><figure><img src="/files/fmmB2aaVeICHqdJmK3mv" alt=""><figcaption></figcaption></figure></div>
* For using the Google Sheets integration, you should see an entry for: “See, edit, create, and delete only the specific Google Drive files you use with the app”\ <br>

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

If you do not see this box on the page, you’ll need to **Delete all connections with PixieBrix,** and then re-authenticate by reactivating a mod and selecting a Google Sheet, which will prompt you to re-authenticate your Google account.

Read more about managing third-party apps here: [Google Documentation: Manage third-party apps & services with access to your account](https://support.google.com/accounts/answer/3466521?hl=en)

#### **2. Clear Stored Authentication Information**

* Open the Extension Console by clicking the Gear Icon<br>

  <div align="left"><figure><img src="/files/AGKBeJofdQgtlYkASZMS" alt=""><figcaption></figcaption></figure></div>
* Visit the Settings Tab\
  ![](/files/JvuX8IpzdjtgPyTPMFYk)
* Scroll to Advanced Settings and click Clear OAuth2 tokens:\
  ![](/files/nZt3oKGYF3phn9FNUBC2)
* Retry activating the mod you were activating

#### Using a Different Chrome Profile for Your Other Google Account

There’s a known limitation in Chrome that [only one account can be used at a time](https://bugs.chromium.org/p/chromium/issues/detail?id=1173583).

Therefore, to use a different account than the account you’re logged into with Google, create a [new profile in Chrome](https://support.google.com/chrome/answer/2364824?hl=en\&co=GENIE.Platform%3DDesktop) that has the Google account that you want to access with PixieBrix.

If you are seeing an error that says Google is unable to open the file when you try to add a spreadsheet, check that you are not logged into multiple accounts.<br>

<figure><img src="/files/6yApzgJHbRrszMLXD3YH" alt=""><figcaption></figcaption></figure>


---

# 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.pixiebrix.com/integrations/google-drive/troubleshooting-google-integration-errors.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.
