Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated OAuth2 authentication flow for Google Drive in n8n (v1.81.4) #2945

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ghostnetrn
Copy link

Commit Description:
Updated OAuth2 authentication flow for Google Drive in n8n (v1.81.4).

Changes:

  • Configured Authorization URL: https://accounts.google.com/o/oauth2/v2/auth
  • Configured Access Token URL: https://oauth2.googleapis.com/token
  • Added access_type=offline in Auth URI Query Parameters for persistent token refresh
  • Set Authentication method to Header
  • Adjusted credential settings to align with n8n v1.81.4 authentication requirements
  • Ensured compatibility with Google's OAuth2 flow for seamless Google Drive access

These changes enable proper authentication and token handling for Google Drive integrations in n8n. 🚀

**Commit Description:**
Updated OAuth2 authentication flow for Google Drive in n8n (v1.81.4).  

**Changes:**  
- Configured **Authorization URL**: `https://accounts.google.com/o/oauth2/v2/auth`  
- Configured **Access Token URL**: `https://oauth2.googleapis.com/token`  
- Added `access_type=offline` in **Auth URI Query Parameters** for persistent token refresh  
- Set **Authentication method** to **Header**  
- Adjusted credential settings to align with n8n v1.81.4 authentication requirements  
- Ensured compatibility with Google's OAuth2 flow for seamless Google Drive access  

These changes enable proper authentication and token handling for Google Drive integrations in n8n. 🚀
@CLAassistant
Copy link

CLAassistant commented Mar 7, 2025

CLA assistant check
All committers have signed the CLA.

Copy link

netlify bot commented Mar 7, 2025

Deploy Preview for n8n-docs ready!

Name Link
🔨 Latest commit 4ca5963
🔍 Latest deploy log https://app.netlify.com/sites/n8n-docs/deploys/67cb23677abba40008814b09
😎 Deploy Preview https://deploy-preview-2945--n8n-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants