What are you trying to achieve?
Hi all,
Not sure if this is just me being dumb but I have recently started to get this unusual error when connecting to google from Make.com with a personal Gmail account.
I was trying to connect my usual account which has been working 100% of the time in the past but got this error:
{
“message”: “The request failed due to failure of a previous request.”,
“code”: “SC424”,
“suberrors”: [
{
“message”: “[access_denied] No error description provided”,
“name”: “InvalidConfigurationError”
}
]
}
Above is the error I get in the browser and then this is the error I get in Make.com:
Error
- [401] Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See Integrating Google Sign-In into your web app | Authentication | Google for Developers.
This error happens when I try to use the Client ID and Secret when connecting a personal Gmail account.
I have used this Restricted URI:
https://www.integromat.com/oauth/cb/google-restricted
Used the 2 authorized domains in the oAuth consent screen:
Added my email as a test user and developer contact
Added all the required following scopes for Gmail:
Gmail API
Read, compose, send and permanently delete all your email from Gmail
Gmail API
…/auth/gmail.modify
Read, compose and send emails from your Gmail account
Gmail API
…/auth/gmail.compose
Manage drafts and send emails
Gmail API
…/auth/gmail.readonly
View your email messages and settings
Gmail API
…/auth/gmail.metadata
View your email message metadata such as labels and headers, but not the email body
Gmail API
…/auth/gmail.insert
Add emails into your Gmail mailbox
Gmail API
…/auth/gmail.send
Send email on your behalf
Gmail API
…/auth/gmail.labels
See and edit your email labels
Really not sure why this is happening, i’m not sure if Google or Gmail had an update that I’m not aware of but would love some help
Also, not sure why the error above is in another language part of it. I just pasted it from Make and it changed the language