mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(Google Sheets Trigger Node): Fix issue with regex showing correct sheet as invalid (#11770)
This commit is contained in:
@@ -3,3 +3,6 @@ export const GOOGLE_DRIVE_FILE_URL_REGEX =
|
||||
|
||||
export const GOOGLE_DRIVE_FOLDER_URL_REGEX =
|
||||
'https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)';
|
||||
|
||||
export const GOOGLE_SHEETS_SHEET_URL_REGEX =
|
||||
'https:\\/\\/docs\\.google\\.com\\/spreadsheets\\/d\\/[0-9a-zA-Z\\-_]+.*\\#gid=([0-9]+)';
|
||||
|
||||
Reference in New Issue
Block a user