mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 02:51:14 +00:00
feat(Google Drive Node): Overhaul (#5941)
This commit is contained in:
@@ -9,10 +9,10 @@ import type {
|
||||
} from 'n8n-workflow';
|
||||
import { NodeApiError } from 'n8n-workflow';
|
||||
|
||||
import { extractId, googleApiRequest, googleApiRequestAllItems } from './GenericFunctions';
|
||||
import { extractId, googleApiRequest, googleApiRequestAllItems } from './v1/GenericFunctions';
|
||||
|
||||
import moment from 'moment';
|
||||
import { fileSearch, folderSearch } from './SearchFunctions';
|
||||
import { fileSearch, folderSearch } from './v1/SearchFunctions';
|
||||
|
||||
export class GoogleDriveTrigger implements INodeType {
|
||||
description: INodeTypeDescription = {
|
||||
|
||||
Reference in New Issue
Block a user