# Google Drive node

Use the Google Drive node to automate work in Google Drive, and integrate Google Drive with other applications. Automated Workflows has built-in support for a wide range of Google Drive features, including creating, updating, listing, deleting, and getting drives, files, and folders.

On this page, you'll find a list of operations the Google Drive node supports and links to more resources.

Credentials
Refer to [Google Drive credentials](#) for guidance on setting up authentication.

## Operations

* **File**
  * [**Copy**](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-nodes-base.googledrive/file-operations#copy-a-file) a file
  * [**Create from text**](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-nodes-base.googledrive/file-operations#create-from-text)
  * [**Delete**](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-nodes-base.googledrive/file-operations#delete-a-file) a file
  * [**Download**](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-nodes-base.googledrive/file-operations#download-a-file) a file
  * [**Move**](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-nodes-base.googledrive/file-operations#move-a-file) a file
  * [**Share**](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-nodes-base.googledrive/file-operations#share-a-file) a file
  * [**Update**](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-nodes-base.googledrive/file-operations#update-a-file) a file
  * [**Upload**](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-nodes-base.googledrive/file-operations#upload-a-file) a file
* **File/Folder**
  * [**Search**](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-nodes-base.googledrive/file-folder-operations#search-files-and-folders) files and folders
* **Folder**
  * [**Create**](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-nodes-base.googledrive/folder-operations#create-a-folder) a folder
  * [**Delete**](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-nodes-base.googledrive/folder-operations#delete-a-folder) a folder
  * [**Share**](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-nodes-base.googledrive/folder-operations#share-a-folder) a folder
* **Shared Drive**
  * [**Create**](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-nodes-base.googledrive/shared-drive-operations#create-a-shared-drive) a shared drive
  * [**Delete**](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-nodes-base.googledrive/shared-drive-operations#delete-a-shared-drive) a shared drive
  * [**Get**](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-nodes-base.googledrive/shared-drive-operations#get-a-shared-drive) a shared drive
  * [**Get Many**](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-nodes-base.googledrive/shared-drive-operations#get-many-shared-drives) shared drives
  * [**Update**](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-nodes-base.googledrive/shared-drive-operations#update-a-shared-drive) a shared drive


## Common issues

For common questions or issues and suggested solutions, refer to [Common issues](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-nodes-base.googledrive/common-issues).

## What to do if your operation isn't supported

If this node doesn't support the operation you want to do, you can use the [HTTP Request node](/guides/automated-workflows/integrations/builtin/core-nodes/ts-wf-nodes-base.httprequest) to call the service's API.

You can use the credential you created for this service in the HTTP Request node:

1. In the HTTP Request node, select **Authentication** > **Predefined Credential Type**.
2. Select the service you want to connect to.
3. Select your credential.