Skip to content

Commit

Permalink
feat(Google Sheets Node): Overhaul of node
Browse files Browse the repository at this point in the history
  • Loading branch information
Joffcom authored Nov 15, 2022
1 parent 6eee155 commit d96d6f1
Show file tree
Hide file tree
Showing 30 changed files with 5,301 additions and 1,394 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { ICredentialType, INodeProperties } from 'n8n-workflow';
const scopes = [
'https://www.googleapis.com/auth/drive.file',
'https://www.googleapis.com/auth/spreadsheets',
'https://www.googleapis.com/auth/drive.metadata',
];

export class GoogleSheetsOAuth2Api implements ICredentialType {
Expand Down
Loading

0 comments on commit d96d6f1

Please sign in to comment.