mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08: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\\-_]+)(?:\\/.*|)';
|