diff --git a/docs/nodes/nodes-library/nodes/GoogleDocs/README.md b/docs/nodes/nodes-library/nodes/GoogleDocs/README.md index 68b75cbec..b89128236 100644 --- a/docs/nodes/nodes-library/nodes/GoogleDocs/README.md +++ b/docs/nodes/nodes-library/nodes/GoogleDocs/README.md @@ -11,7 +11,7 @@ description: Learn how to use the Google Docs node in n8n You can find authentication information for this node [here](../../../credentials/Google/README.md). ::: -## Basic operations +## Basic operations @@ -33,10 +33,11 @@ The Start node exists by default when you create a new workflow. The **Document** resource is selected by default. Configure the remaining parameters as follows: -1. From the **Operation** dropdown select **Create**. -2. From the **Drive** dropdown select which of your drives this file will be created in. My Drive is selected by default. -3. From the **Folder** dropdown select which of you drive folders this file will be created in. The root folder (`/`) is selected by default. -4. In the **Title** field enter the name of your new Google Doc. +1. From the **Authentication** dropdown select your desired method and the corresponding [**Credentials**](../../../credentials/Google/README.md). +2. From the **Operation** dropdown select **Create**. +3. From the **Drive** dropdown select which of your drives this file will be created in. My Drive is selected by default. +4. From the **Folder** dropdown select which of you drive folders this file will be created in. The root folder (`/`) is selected by default. +5. In the **Title** field enter the name of your new Google Doc. ![Creating a file with the Google Docs node](./googleDocs_node.png) diff --git a/docs/nodes/nodes-library/nodes/GoogleDocs/googleDocs1_node.png b/docs/nodes/nodes-library/nodes/GoogleDocs/googleDocs1_node.png index de288c8f4..55115193e 100644 Binary files a/docs/nodes/nodes-library/nodes/GoogleDocs/googleDocs1_node.png and b/docs/nodes/nodes-library/nodes/GoogleDocs/googleDocs1_node.png differ diff --git a/docs/nodes/nodes-library/nodes/GoogleDocs/googleDocs_node.png b/docs/nodes/nodes-library/nodes/GoogleDocs/googleDocs_node.png index ebf8b46b5..af46974ba 100644 Binary files a/docs/nodes/nodes-library/nodes/GoogleDocs/googleDocs_node.png and b/docs/nodes/nodes-library/nodes/GoogleDocs/googleDocs_node.png differ diff --git a/docs/nodes/nodes-library/nodes/GoogleDocs/workflow.png b/docs/nodes/nodes-library/nodes/GoogleDocs/workflow.png index 56d770f18..5e3c00bef 100644 Binary files a/docs/nodes/nodes-library/nodes/GoogleDocs/workflow.png and b/docs/nodes/nodes-library/nodes/GoogleDocs/workflow.png differ