mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(Google Drive Node): Fix regex in file RLC (#6607)
This commit is contained in:
5
packages/nodes-base/nodes/Google/constants.ts
Normal file
5
packages/nodes-base/nodes/Google/constants.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export const GOOGLE_DRIVE_FILE_URL_REGEX =
|
||||
'https:\\/\\/(?:drive|docs)\\.google\\.com(?:\\/.*|)\\/d\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)';
|
||||
|
||||
export const GOOGLE_DRIVE_FOLDER_URL_REGEX =
|
||||
'https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)';
|
||||
Reference in New Issue
Block a user