Automate Google Drive Uploads To Notion Database N8N — Complete Guide [2026]

Learn how to automate google drive uploads to notion database n8n with this step-by-step guide. Includes workflow examples, tips, and best practices for 2026.
googleDriveTrigger
notion
Workflow Identifier: 2422
NODES in Use: Google Drive Trigger, Notion
Automate Google Drive to Notion with n8n

Press CTRL+F5 if the workflow didn't load.

Learn how to Build this Workflow with AI:

What This Automation Does

This workflow watches a Google Drive folder for new files every minute.
When a new file appears, it grabs the name and link of the file.
Then it makes a new page in a Notion database using the file name as title.
It also adds the Google Drive file link inside that Notion page.
This stops you from manually typing details and saves about 30 minutes daily.
It helps teams track files in Notion right after upload.


Tools and Services Used

  • Google Drive: To store and upload files monitored for changes.
  • Notion: As a project management database where file info is logged.
  • n8n Automation Platform: Runs the workflow connecting Google Drive and Notion.

Inputs, Processing, and Outputs

Inputs

  • New file uploads in a chosen Google Drive folder.

Processing Steps

  • The Google Drive Trigger node checks every minute if a new file is added.
  • It extracts file details like the name and a web link.
  • The Notion node creates a new page in the specified database.
  • The page’s title is the file’s name.
  • The file’s Google Drive URL is added in a file property on the page.

Output

  • A new Notion database page for every new Google Drive file.
  • Each page shows the file name and clickable Google Drive link.

Beginner Step-by-Step: How to Use This Workflow in n8n

Step 1: Download and Import

  1. Download the workflow file by clicking the Download button on this page.
  2. Open n8n editor and click on “Import from File”.
  3. Upload the downloaded workflow JSON file.

Step 2: Configure Credentials and IDs

  1. Edit the Google Drive Trigger node to add your Google Drive OAuth credentials.
  2. Paste the Google Drive folder ID you want to watch.
  3. Edit the Notion node to add your Notion API integration token.
  4. Enter your Notion database ID where new pages should be created.

Step 3: Test the Workflow

  1. Upload a test file to the specified Google Drive folder.
  2. Run the workflow manually or wait for the trigger.
  3. Check if a new page appears in your Notion database with the file name and link.

Step 4: Activate for Production

  1. Switch the workflow toggle from inactive to active in the n8n dashboard.
  2. Make sure n8n runs continuously for real-time triggers, you can consider self-host n8n if you want full control.

Step 1: Set Up Google Drive Trigger Node

In your n8n workflow editor, click Add Node → type and select Google Drive Trigger.

Configure it as follows:

  • Event: Select fileCreated to listen for new files.
  • Trigger On: Choose specificFolder.
  • Folder To Watch: Paste the Google Drive folder ID you want to monitor (e.g., 1_vYi00lSdzU2p6wGrnW_IqsOblOL-3zG).
  • Poll Times: Set mode to everyMinute for near real-time detection.
  • Authenticate your Google Drive account with OAuth credentials if not done yet.

On successful configuration, you should see the node ready and waiting for file creation events.

Common mistake: Ensure you use the correct folder ID from Google Drive’s folder link and that OAuth permissions allow access.


Step 2: Add Notion Node to Create Database Page

Click Add Node → search and pick Notion. Set the node parameters:

  • Resource: Select databasePage to create a new page inside your database.
  • Database ID: Enter your Notion database’s unique ID where the file info will be stored (e.g., d637c796-d33b-4768-b955-55c66a0966b7).
  • Title: Use the expression
    {{$node["On file upload"].json["name"]}}

    to set the file name as the new page’s title dynamically.

  • Properties: Map the file URL from Google Drive to a file property in Notion using this expression:
    {{$json["webViewLink"]}}

  • Ensure your Notion API credentials are authenticated correctly.

After configuration, connect the On file upload Google Drive Trigger node’s output to this Notion node’s input.

You should see a new page created in your Notion database with the title matching newly uploaded file name, including a clickable link to the file.

Common mistake: Double-check your database property keys match the names in the Notion schema.


Customizations

  • Add File Metadata: You can add more properties in the Notion node like “Created Time” or “File Size” by mapping Google Drive metadata fields.
  • Multiple Folder Watching: Copy the Google Drive Trigger node to watch more folders and link them to one or many Notion databases.
  • Notification on Upload: Add nodes like Slack or Email after the Notion node to alert team members when new files are added.

Troubleshooting

Problem: “Google Drive Trigger node does not detect new files”

Cause: Wrong folder ID or missing OAuth permissions.

Solution: Get the folder ID by opening the folder in Google Drive and copy from URL.
Refresh OAuth credentials with scopes like “drive.readonly” or “drive.metadata.readonly”.

Problem: “Notion page creation fails with property errors”

Cause: Property keys in Notion node do not match database fields.

Solution: Check property names carefully against Notion database schema using API or developer tools.


Pre-Production Checklist

  • Confirm Google Drive OAuth has rights for folder access.
  • Verify Notion integration token can write to the database.
  • Test upload to Google Drive and check if Notion page appears.
  • Save your n8n workflow JSON as a backup in case rollback is needed.

Deployment Guide

Turn the workflow on in n8n by toggling the active switch.

Watch the execution log to confirm files are detected and pages created.

If using self hosting, ensure n8n instance keeps running for real-time detection, see self-host n8n.


Summary

✓ Workflow tracks new Google Drive files every minute.
✓ Automatically creates new pages in Notion with file details.
✓ Saves about 30 minutes daily by stopping manual logging.
✓ Keeps project teams updated instantly.

→ This stops mistakes and delays in tracking uploaded files.
→ User gets a clear, automatic record of documents in Notion.

Automate Google Drive to Notion with n8n

Visit through Desktop to Interact with the Workflow.

Promoted by BULDRR AI

Related Workflows

Automate Twist Channel Creation and Messaging with n8n

This workflow automates creating and updating a channel in Twist and sending a personalized message to specific users. It eliminates manual setup errors and saves time managing Twist communications.

Automate Ideogram Image Generation with Google Sheets & Gmail

This workflow automates graphic design image generation via Ideogram AI, storing image data in Google Sheets and Google Drive, with email alerts via Gmail. It saves designers hours by automating image creation, remixing, review, and record-keeping.

Automate IT Support with Slack and OpenAI in n8n

Streamline IT support by automating Slack message handling using n8n and OpenAI. This workflow handles Slack DMs, filters bots, queries a Confluence knowledge base, and delivers AI-generated responses, improving support efficiency and response time.

Automate Crypto Analysis with CoinMarketCap & n8n AI Agent

Discover how this unique n8n workflow leverages CoinMarketCap’s multi-agent AI to deliver precise, real-time cryptocurrency insights directly via Telegram. Manage crypto data analysis efficiently with automated multi-source API integration.

Automate Gumroad to Beehiiv Subscriber Sync with n8n

Learn how to automatically add new Gumroad sales customers as Beehiiv newsletter subscribers using n8n automation. This workflow saves time by syncing sales data to Google Sheets CRM and notifying your Telegram channel instantly.

Generate On-Brand Blog Articles Using n8n and OpenAI

This workflow automates the creation of on-brand blog articles by analyzing existing company content using n8n and OpenAI. It extracts article structures and brand voice to produce consistent draft articles, saving significant content creation time.
1:1 Free Strategy Session
Your competitors are already automating. Are you still paying for it manually?

Do you want to adopt AI Automation?

Every hour your team does repetitive work, you're burning real money.
While you wait, faster businesses are cutting costs and moving quicker.
AI and automations aren't the future anymore — they're the present.

Book a live 1-on-1 session where we show you exactly which of your daily tasks can be automated — and what it’s costing you not to.