mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
6 lines
268 B
TypeScript
6 lines
268 B
TypeScript
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\\-_]+)(?:\\/.*|)';
|