Skip to content

added API_NOT_ENABLED (Google project not found). #13

Open
brainysmurf wants to merge 2 commits intoRomainVialard:masterfrom
brainysmurf:master
Open

added API_NOT_ENABLED (Google project not found). #13
brainysmurf wants to merge 2 commits intoRomainVialard:masterfrom
brainysmurf:master

Conversation

@brainysmurf
Copy link
Copy Markdown

Since it likely requires action from the developer, added as a NORETRY.

Comment thread src/ErrorHandler.gs.js
variables: ['sheetName'],
ref: NORMALIZED_ERRORS.SHEET_ALREADY_EXISTS_PLEASE_ENTER_ANOTHER_NAME,
locale: 'sk'},
{regex: /^Project ([0-9]+) is not found and cannot be used for API calls\. If it is recently created, enable (.*) by visiting (.*) then retry\. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry\.$/,
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please change your RegExp to:

/^Project (\S+) is not found and cannot be used for API calls\. If it is recently created, enable (.*?) by visiting (.*?) then retry\. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry\.$/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants