# Google Drive Collaboration

Some customers may want to interact with Dropzone via Google Drive, but do not use Google Workspace with their organization. While it is possible for Dropzone personnel to share documents read-only with arbitrary email addresses, for someone to be able to upload and collaborate they need to have an actual Google account.

Google allows you to make a Google account with your existing corporate email address.

{% hint style="warning" %}
Following these steps does not mean that you have access to other Google tools such as Gmail or Calendar - your normal corporate systems will continue to be authoritative for email and other services.
{% endhint %}

## Creating Your Google Account

* Go to <https://accounts.google.com/signup>
* Fill out your name and other details
* When it offers to create an @gmail addresses, say "use your existing email"

<figure><img src="/files/DoCOkzUkBGRBgK7m4TAz" alt=""><figcaption><p>Don't create @gmail, say "Use your existing email"</p></figcaption></figure>

* Provide your corporate email address
* Set your password, etc

When interacting with Dropzone in Google Drive you should now have full collaboration permissions.


---

# 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.dropzone.ai/unlinked/google-drive-collaboration.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.
