mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 21:07:28 -08:00
docs: update credential doc links for google nodes (#4381)
This commit is contained in:
parent
61b9909ac3
commit
ef1198324d
|
@ -13,7 +13,7 @@ export class GmailOAuth2Api implements ICredentialType {
|
|||
name = 'gmailOAuth2';
|
||||
extends = ['googleOAuth2Api'];
|
||||
displayName = 'Gmail OAuth2 API';
|
||||
documentationUrl = 'google';
|
||||
documentationUrl = 'google/oauth-single-service';
|
||||
properties: INodeProperties[] = [
|
||||
{
|
||||
displayName: 'Scope',
|
||||
|
|
|
@ -6,7 +6,7 @@ export class GoogleAdsOAuth2Api implements ICredentialType {
|
|||
name = 'googleAdsOAuth2Api';
|
||||
extends = ['googleOAuth2Api'];
|
||||
displayName = 'Google Ads OAuth2 API';
|
||||
documentationUrl = 'google';
|
||||
documentationUrl = 'google/oauth-single-service';
|
||||
properties: INodeProperties[] = [
|
||||
{
|
||||
displayName: 'Developer Token',
|
||||
|
|
|
@ -9,7 +9,7 @@ export class GoogleAnalyticsOAuth2Api implements ICredentialType {
|
|||
name = 'googleAnalyticsOAuth2';
|
||||
extends = ['googleOAuth2Api'];
|
||||
displayName = 'Google Analytics OAuth2 API';
|
||||
documentationUrl = 'google';
|
||||
documentationUrl = 'google/oauth-single-service';
|
||||
properties: INodeProperties[] = [
|
||||
{
|
||||
displayName: 'Scope',
|
||||
|
|
|
@ -3,7 +3,7 @@ import { ICredentialType, INodeProperties } from 'n8n-workflow';
|
|||
export class GoogleApi implements ICredentialType {
|
||||
name = 'googleApi';
|
||||
displayName = 'Google API';
|
||||
documentationUrl = 'google';
|
||||
documentationUrl = 'google/service-account';
|
||||
icon = 'file:Google.svg';
|
||||
properties: INodeProperties[] = [
|
||||
{
|
||||
|
|
|
@ -6,7 +6,7 @@ export class GoogleBigQueryOAuth2Api implements ICredentialType {
|
|||
name = 'googleBigQueryOAuth2Api';
|
||||
extends = ['googleOAuth2Api'];
|
||||
displayName = 'Google BigQuery OAuth2 API';
|
||||
documentationUrl = 'google';
|
||||
documentationUrl = 'google/oauth-single-service';
|
||||
properties: INodeProperties[] = [
|
||||
{
|
||||
displayName: 'Scope',
|
||||
|
|
|
@ -6,7 +6,7 @@ export class GoogleBooksOAuth2Api implements ICredentialType {
|
|||
name = 'googleBooksOAuth2Api';
|
||||
extends = ['googleOAuth2Api'];
|
||||
displayName = 'Google Books OAuth2 API';
|
||||
documentationUrl = 'google';
|
||||
documentationUrl = 'google/oauth-single-service';
|
||||
properties: INodeProperties[] = [
|
||||
{
|
||||
displayName: 'Scope',
|
||||
|
|
|
@ -9,7 +9,7 @@ export class GoogleCalendarOAuth2Api implements ICredentialType {
|
|||
name = 'googleCalendarOAuth2Api';
|
||||
extends = ['googleOAuth2Api'];
|
||||
displayName = 'Google Calendar OAuth2 API';
|
||||
documentationUrl = 'google';
|
||||
documentationUrl = 'google/oauth-single-service';
|
||||
properties: INodeProperties[] = [
|
||||
{
|
||||
displayName: 'Scope',
|
||||
|
|
|
@ -9,7 +9,7 @@ export class GoogleCloudNaturalLanguageOAuth2Api implements ICredentialType {
|
|||
name = 'googleCloudNaturalLanguageOAuth2Api';
|
||||
extends = ['googleOAuth2Api'];
|
||||
displayName = 'Google Cloud Natural Language OAuth2 API';
|
||||
documentationUrl = 'google';
|
||||
documentationUrl = 'google/oauth-single-service';
|
||||
properties: INodeProperties[] = [
|
||||
{
|
||||
displayName: 'Scope',
|
||||
|
|
|
@ -12,7 +12,7 @@ export class GoogleCloudStorageOAuth2Api implements ICredentialType {
|
|||
name = 'googleCloudStorageOAuth2Api';
|
||||
extends = ['googleOAuth2Api'];
|
||||
displayName = 'Google Cloud Storage OAuth2 API';
|
||||
documentationUrl = 'google';
|
||||
documentationUrl = 'google/oauth-single-service';
|
||||
properties: INodeProperties[] = [
|
||||
{
|
||||
displayName: 'Scope',
|
||||
|
|
|
@ -6,7 +6,7 @@ export class GoogleContactsOAuth2Api implements ICredentialType {
|
|||
name = 'googleContactsOAuth2Api';
|
||||
extends = ['googleOAuth2Api'];
|
||||
displayName = 'Google Contacts OAuth2 API';
|
||||
documentationUrl = 'google';
|
||||
documentationUrl = 'google/oauth-single-service';
|
||||
properties: INodeProperties[] = [
|
||||
{
|
||||
displayName: 'Scope',
|
||||
|
|
|
@ -10,7 +10,7 @@ export class GoogleDocsOAuth2Api implements ICredentialType {
|
|||
name = 'googleDocsOAuth2Api';
|
||||
extends = ['googleOAuth2Api'];
|
||||
displayName = 'Google Docs OAuth2 API';
|
||||
documentationUrl = 'google';
|
||||
documentationUrl = 'google/oauth-single-service';
|
||||
properties: INodeProperties[] = [
|
||||
{
|
||||
displayName: 'Scope',
|
||||
|
|
|
@ -10,7 +10,7 @@ export class GoogleDriveOAuth2Api implements ICredentialType {
|
|||
name = 'googleDriveOAuth2Api';
|
||||
extends = ['googleOAuth2Api'];
|
||||
displayName = 'Google Drive OAuth2 API';
|
||||
documentationUrl = 'google';
|
||||
documentationUrl = 'google/oauth-single-service';
|
||||
properties: INodeProperties[] = [
|
||||
{
|
||||
displayName: 'Scope',
|
||||
|
|
|
@ -9,7 +9,7 @@ export class GoogleFirebaseCloudFirestoreOAuth2Api implements ICredentialType {
|
|||
name = 'googleFirebaseCloudFirestoreOAuth2Api';
|
||||
extends = ['googleOAuth2Api'];
|
||||
displayName = 'Google Firebase Cloud Firestore OAuth2 API';
|
||||
documentationUrl = 'google';
|
||||
documentationUrl = 'google/oauth-single-service';
|
||||
properties: INodeProperties[] = [
|
||||
{
|
||||
displayName: 'Scope',
|
||||
|
|
|
@ -10,7 +10,7 @@ export class GoogleFirebaseRealtimeDatabaseOAuth2Api implements ICredentialType
|
|||
name = 'googleFirebaseRealtimeDatabaseOAuth2Api';
|
||||
extends = ['googleOAuth2Api'];
|
||||
displayName = 'Google Firebase Realtime Database OAuth2 API';
|
||||
documentationUrl = 'google';
|
||||
documentationUrl = 'google/oauth-single-service';
|
||||
properties: INodeProperties[] = [
|
||||
{
|
||||
displayName: 'Scope',
|
||||
|
|
|
@ -4,7 +4,7 @@ export class GoogleOAuth2Api implements ICredentialType {
|
|||
name = 'googleOAuth2Api';
|
||||
extends = ['oAuth2Api'];
|
||||
displayName = 'Google OAuth2 API';
|
||||
documentationUrl = 'google';
|
||||
documentationUrl = 'google/oauth-generic/';
|
||||
icon = 'file:Google.svg';
|
||||
properties: INodeProperties[] = [
|
||||
{
|
||||
|
|
|
@ -6,7 +6,7 @@ export class GooglePerspectiveOAuth2Api implements ICredentialType {
|
|||
name = 'googlePerspectiveOAuth2Api';
|
||||
extends = ['googleOAuth2Api'];
|
||||
displayName = 'Google Perspective OAuth2 API';
|
||||
documentationUrl = 'google';
|
||||
documentationUrl = 'google/oauth-single-service';
|
||||
properties: INodeProperties[] = [
|
||||
{
|
||||
displayName: 'Scope',
|
||||
|
|
|
@ -9,7 +9,7 @@ export class GoogleSheetsOAuth2Api implements ICredentialType {
|
|||
name = 'googleSheetsOAuth2Api';
|
||||
extends = ['googleOAuth2Api'];
|
||||
displayName = 'Google Sheets OAuth2 API';
|
||||
documentationUrl = 'google';
|
||||
documentationUrl = 'google/oauth-single-service';
|
||||
properties: INodeProperties[] = [
|
||||
{
|
||||
displayName: 'Scope',
|
||||
|
|
|
@ -9,7 +9,7 @@ export class GoogleSlidesOAuth2Api implements ICredentialType {
|
|||
name = 'googleSlidesOAuth2Api';
|
||||
extends = ['googleOAuth2Api'];
|
||||
displayName = 'Google Slides OAuth2 API';
|
||||
documentationUrl = 'google';
|
||||
documentationUrl = 'google/oauth-single-service';
|
||||
properties: INodeProperties[] = [
|
||||
{
|
||||
displayName: 'Scope',
|
||||
|
|
|
@ -6,7 +6,7 @@ export class GoogleTasksOAuth2Api implements ICredentialType {
|
|||
name = 'googleTasksOAuth2Api';
|
||||
extends = ['googleOAuth2Api'];
|
||||
displayName = 'Google Tasks OAuth2 API';
|
||||
documentationUrl = 'google';
|
||||
documentationUrl = 'google/oauth-single-service';
|
||||
properties: INodeProperties[] = [
|
||||
{
|
||||
displayName: 'Scope',
|
||||
|
|
|
@ -6,7 +6,7 @@ export class GoogleTranslateOAuth2Api implements ICredentialType {
|
|||
name = 'googleTranslateOAuth2Api';
|
||||
extends = ['googleOAuth2Api'];
|
||||
displayName = 'Google Translate OAuth2 API';
|
||||
documentationUrl = 'google';
|
||||
documentationUrl = 'google/oauth-single-service';
|
||||
properties: INodeProperties[] = [
|
||||
{
|
||||
displayName: 'Scope',
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"resources": {
|
||||
"credentialDocumentation": [
|
||||
{
|
||||
"url": "https://docs.n8n.io/credentials/google"
|
||||
"url": "https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"
|
||||
}
|
||||
],
|
||||
"primaryDocumentation": [
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"resources": {
|
||||
"credentialDocumentation": [
|
||||
{
|
||||
"url": "https://docs.n8n.io/credentials/google"
|
||||
"url": "https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"
|
||||
}
|
||||
],
|
||||
"primaryDocumentation": [
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"resources": {
|
||||
"credentialDocumentation": [
|
||||
{
|
||||
"url": "https://docs.n8n.io/credentials/google"
|
||||
"url": "https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"
|
||||
}
|
||||
],
|
||||
"primaryDocumentation": [
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"resources": {
|
||||
"credentialDocumentation": [
|
||||
{
|
||||
"url": "https://docs.n8n.io/credentials/google"
|
||||
"url": "https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"
|
||||
}
|
||||
],
|
||||
"primaryDocumentation": [
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"resources": {
|
||||
"credentialDocumentation": [
|
||||
{
|
||||
"url": "https://docs.n8n.io/credentials/google"
|
||||
"url": "https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"
|
||||
}
|
||||
],
|
||||
"primaryDocumentation": [
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"resources": {
|
||||
"credentialDocumentation": [
|
||||
{
|
||||
"url": "https://docs.n8n.io/credentials/google"
|
||||
"url": "https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"
|
||||
}
|
||||
],
|
||||
"primaryDocumentation": [
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"resources": {
|
||||
"credentialDocumentation": [
|
||||
{
|
||||
"url": "https://docs.n8n.io/credentials/google"
|
||||
"url": "https://docs.n8n.io/integrations/builtin/credentials/google/service-account/"
|
||||
}
|
||||
],
|
||||
"primaryDocumentation": [
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"resources": {
|
||||
"credentialDocumentation": [
|
||||
{
|
||||
"url": "https://docs.n8n.io/credentials/google"
|
||||
"url": "https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"
|
||||
}
|
||||
],
|
||||
"primaryDocumentation": [
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"resources": {
|
||||
"credentialDocumentation": [
|
||||
{
|
||||
"url": "https://docs.n8n.io/credentials/google"
|
||||
"url": "https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"
|
||||
}
|
||||
],
|
||||
"primaryDocumentation": [
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"resources": {
|
||||
"credentialDocumentation": [
|
||||
{
|
||||
"url": "https://docs.n8n.io/credentials/google"
|
||||
"url": "https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"
|
||||
}
|
||||
],
|
||||
"primaryDocumentation": [
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"resources": {
|
||||
"credentialDocumentation": [
|
||||
{
|
||||
"url": "https://docs.n8n.io/credentials/google"
|
||||
"url": "https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"
|
||||
}
|
||||
],
|
||||
"primaryDocumentation": [
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"resources": {
|
||||
"credentialDocumentation": [
|
||||
{
|
||||
"url": "https://docs.n8n.io/credentials/google"
|
||||
"url": "https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"
|
||||
}
|
||||
],
|
||||
"primaryDocumentation": [
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"resources": {
|
||||
"credentialDocumentation": [
|
||||
{
|
||||
"url": "https://docs.n8n.io/credentials/google"
|
||||
"url": "https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"
|
||||
}
|
||||
],
|
||||
"primaryDocumentation": [
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"resources": {
|
||||
"credentialDocumentation": [
|
||||
{
|
||||
"url": "https://docs.n8n.io/credentials/google"
|
||||
"url": "https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"
|
||||
}
|
||||
],
|
||||
"primaryDocumentation": [
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"resources": {
|
||||
"credentialDocumentation": [
|
||||
{
|
||||
"url": "https://docs.n8n.io/credentials/google"
|
||||
"url": "https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"
|
||||
}
|
||||
],
|
||||
"primaryDocumentation": [
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"resources": {
|
||||
"credentialDocumentation": [
|
||||
{
|
||||
"url": "https://docs.n8n.io/credentials/google"
|
||||
"url": "https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"
|
||||
}
|
||||
],
|
||||
"primaryDocumentation": [
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"resources": {
|
||||
"credentialDocumentation": [
|
||||
{
|
||||
"url": "https://docs.n8n.io/credentials/google"
|
||||
"url": "https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"
|
||||
}
|
||||
],
|
||||
"primaryDocumentation": [
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"resources": {
|
||||
"credentialDocumentation": [
|
||||
{
|
||||
"url": "https://docs.n8n.io/credentials/google"
|
||||
"url": "https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"
|
||||
}
|
||||
],
|
||||
"primaryDocumentation": [
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"resources": {
|
||||
"credentialDocumentation": [
|
||||
{
|
||||
"url": "https://docs.n8n.io/credentials/google"
|
||||
"url": "https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"
|
||||
}
|
||||
],
|
||||
"primaryDocumentation": [
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"resources": {
|
||||
"credentialDocumentation": [
|
||||
{
|
||||
"url": "https://docs.n8n.io/credentials/google"
|
||||
"url": "https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"
|
||||
}
|
||||
],
|
||||
"primaryDocumentation": [
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"resources": {
|
||||
"credentialDocumentation": [
|
||||
{
|
||||
"url": "https://docs.n8n.io/credentials/google"
|
||||
"url": "https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"
|
||||
}
|
||||
],
|
||||
"primaryDocumentation": [
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"resources": {
|
||||
"credentialDocumentation": [
|
||||
{
|
||||
"url": "https://docs.n8n.io/credentials/google"
|
||||
"url": "https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"
|
||||
}
|
||||
],
|
||||
"primaryDocumentation": [
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"resources": {
|
||||
"credentialDocumentation": [
|
||||
{
|
||||
"url": "https://docs.n8n.io/credentials/google"
|
||||
"url": "https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"
|
||||
}
|
||||
],
|
||||
"primaryDocumentation": [
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"resources": {
|
||||
"credentialDocumentation": [
|
||||
{
|
||||
"url": "https://docs.n8n.io/credentials/google"
|
||||
"url": "https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"
|
||||
}
|
||||
],
|
||||
"primaryDocumentation": [
|
||||
|
|
Loading…
Reference in a new issue