Skip to main content

Validate addresses and generate Street View images with Google Maps and Drive

Workflow preview

Workflow preview
100%
Validate addresses and generate Street View images with Google Maps and Drive preview
Open on n8n.io

1. Workflow Overview

This workflow allows users to validate an address and generate a Street View image using Google Maps APIs. It starts with a simple form where the user enters an address. The workflow validates the ...

Best for

  • Document Extraction automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.formtrigger, n8n-nodes-base.set, n8n-nodes-base.stickynote, n8n-nodes-base.httprequest, n8n-nodes-base.if, n8n-nodes-base.googledrive, n8n-nodes-base.html

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Evilasio Ferreira.

Original n8n.io source

1.1 Workflow description

Title
Validate addresses and generate Street View images with Google Maps and Drive
Workflow name
Validate addresses and generate Street View images with Google Maps and Drive

This workflow allows users to validate an address and generate a Street View image using Google Maps APIs.

It starts with a simple form where the user enters an address. The workflow validates the input using the Geocoding API, extracts the coordinates, and then requests a Street View image for that location. If the image is available, it is stored in Google Drive and presented through a dynamic HTML response page.

The workflow also includes error handling to manage invalid addresses or locations where Street View is not available, ensuring a reliable and user-friendly experience.


How it works

  • A Form Trigger collects the address input from the user
  • The address is validated using the Google Geocoding API
  • Latitude and longitude are extracted from the response
  • The workflow requests a Street View image using the coordinates
  • The image availability is validated
  • The image is uploaded to Google Drive
  • A response page is generated (success or error)

Setup steps

  • Create a Google Maps API key (Geocoding + Street View enabled)
  • Add your API key in the workflow (or use environment variables)
  • Connect your Google Drive credentials
  • Adjust image parameters if needed (size, resolution, etc.)
  • Activate the workflow and test using the form

After setup, users can input any address and receive a validated result with a corresponding Street View image or a clear error message if the request cannot be fulfilled.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - On form submission

Type / Role
n8n-nodes-base.formTrigger - formTrigger
Config choices
Version 2.3

Block 2 - Prepare API request data

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 3 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 6 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 7 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 8 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 9 - Sticky Note7

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 10 - Sticky Note8

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Erro address

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 12 - Erro image

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 13 - Geocode address

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.3

Block 14 - Validate address

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 15 - Format coordinates

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 16 - Extract location data

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 17 - Get street view image

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.3

Block 18 - Check street view availability

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 19 - Upload image

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 20 - Display page

Type / Role
n8n-nodes-base.html - html
Config choices
Version 1.2

Block 21 - Display error page

Type / Role
n8n-nodes-base.html - html
Config choices
Version 1.2

3. Summary Table

Workflow Validate addresses and generate Street View images with Google Maps and Drive
Complexity advanced
Nodes 21
Categories Document Extraction
Author Evilasio Ferreira
Published 01 Apr 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/14568/14568.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Validate addresses and generate Street View images with Google Maps and Drive do?

This workflow allows users to validate an address and generate a Street View image using Google Maps APIs. It starts with a simple form where the user enters an address. The workflow validates the ...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Document Extraction use case.