Help we are a beginner we need help making a scenario to automate google buisness review reply with ai

:bullseye: What is your goal?

Headline / Summary:
403 Insufficient Authentication Scopes when configuring Google Business Profile “Watch Reviews” module with custom GCP OAuth credentials.

Scenario Details:

Trigger Module: Google Business Profile – Watch Reviews (By creation time).

Authentication Setup: Custom OAuth Client ID & Client Secret from my own Google Cloud Console project (elevated-honor-301607).

The Issue: When attempting to select the Account name dropdown in the module configuration, it fails with:

[403] Request had insufficient authentication scopes. Value must not be empty.

GCP Project Configuration Completed:

Redirect URIs set: https://www.make.com/oauth/cb/google-my-business2 and https://www.integromat.com/oauth/cb/google-my-business2.

APIs Enabled: My Business Business Information API and My Business Account Management API.

Scopes Included: https://www.googleapis.com/auth/business.manage added under Advanced Settings during connection creation.

OAuth Consent Screen: User email added under Test Users.

:test_tube: What have you tried so far?

the issue shows: Google Business Profile

Connection*

[403] Request had insufficient authentication scopes.
For more information on how to create a connection to Google Business Profile, see the online Help.
Watch reviews*
Account name*
[403] Request had insufficient authentication scopes.
Value must not be empty.
Limit*
2
The maximum number of results to be worked with during one execution cycle.

i tried everything but is not authenticating

Hi,

The redirect URIs and APIs look mostly correct. The part I would test next is whether the existing Make connection was authorized before the business.manage scope was added.

I would try this sequence:

  1. Delete the current Google Business Profile connection in Make.
  2. Create it again after confirming business.manage is included in the OAuth scopes.
  3. Complete the consent screen again and allow access to the Google Business Profile account.
  4. Confirm the Google account is an owner or manager of the business profile and is included as a test user if the OAuth app is still in testing.
  5. Confirm the APIs are enabled in the same Google Cloud project used by the OAuth client.
  6. Test the standard Make connection first, if available, before using the custom OAuth client.

If the connection succeeds but the Account name field still returns “insufficient authentication scopes,” I would check whether the custom OAuth app is using the correct Google Cloud project and whether Make is actually passing the updated scope during reauthorization. Existing tokens can retain the old scope until the connection is deleted and recreated.

The “Value must not be empty” message may just be a downstream result of Make being unable to load the account list.