Skip to content

Commit

Permalink
feat(Google Drive Node): Overhaul (n8n-io#5941)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-radency authored Jun 27, 2023
1 parent e43924d commit d70a1cb
Show file tree
Hide file tree
Showing 56 changed files with 8,200 additions and 2,739 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,12 @@ export class GoogleDriveOAuth2Api implements ICredentialType {
type: 'hidden',
default: scopes.join(' '),
},
{
displayName:
'Make sure that you have enabled the Google Drive API in the Google Cloud Console. <a href="https://docs.n8n.io/integrations/builtin/credentials/google/oauth-generic/#scopes" target="_blank">More info</a>.',
name: 'notice',
type: 'notice',
default: '',
},
];
}
Loading

0 comments on commit d70a1cb

Please sign in to comment.