Day 2 - How to Set Up Google Drive Trigger in n8n with OAuth2 Authentication

If you want to learn:


- How do I set up OAuth2 authentication for Google Drive in n8n?

- What is the easiest way to monitor new files uploaded to a Google Drive folder automatically?

- How can I receive push notifications when files are added to Google Drive?

- How do I create a workflow automation that triggers on Google Drive file changes?

- What's the difference between OAuth2 and API key authentication for Google Drive integration?

- How do I connect n8n to Google Drive and set up automated file monitoring?


Then this lecture is for you!



This hands-on tutorial walks you through the complete process of building an automated workflow that monitors a Google Drive folder for new files and sends push notifications using n8n and Pushover. You'll learn how to configure OAuth2 credentials to integrate Google Drive with n8n, understanding why OAuth2 provides more secure and flexible authentication compared to simple API keys. The lecture demonstrates step-by-step how to create a Google Drive trigger node that polls a specified folder every minute to detect when new files are uploaded, then connects this trigger to a Pushover notification node to send instant alerts. You'll see the entire OAuth2 authentication flow in action, from creating credentials in the Google Cloud Console to authorizing the connection and testing the workflow. The tutorial covers setting up the Google Drive trigger to watch for file creation events, configuring poll intervals, and publishing your workflow for live monitoring. By the end, you'll have a fully functional automation that detects new files in your Google Drive folder and delivers real-time push notifications to your device, with practical insights into workflow execution monitoring and debugging in n8n.