I’m currently working on setting up an agent to automatically respond to Google reviews, but I’ve run into a bit of a roadblock. Would anyone be willing to share their workflow with me?
I have everything configured in Google Cloud, and I’ve got my Client ID and Client Secret, but I keep receiving this error message:
@tami77 The endless-loading page is usually unrelated to n8n, it’s Google’s console being slow, an ad-blocker interfering, or being logged into the wrong Google account. Try:
Open the link in an incognito window with extensions off
Make sure you’re logged into the same Google account that owns the Cloud project
Go directly via APIs & Services → Library in the console, search “Google My Business API” (or “Business Profile API” GMB API was renamed), and click Enable manually instead of using the auto-generated link
One catch worth flagging: the Google Business Profile API (successor to “My Business”) requires manual approval from Google before you can use it just enabling it in console isn’t enough. You have to request access and wait, sometimes days. If you haven’t done that step, that’s likely your real blocker, not the loading page.
Hi @tami77 Welcome! mybusiness.googleapis.com is not listed in the API Library until your Google account is approved for it, so that console link has nothing to load and searching the Library will not turn it up either. Apply through the Business Profile API contact form, pick “Application for Basic API Access”, send it from an email that is an owner or manager on the Business Profile, and include your project number from the Cloud Console dashboard. Requests are reviewed within 14 days.
Once you are approved you do not need to hand-build the calls. n8n has a Google Business Profile Trigger for new reviews and a Google Business Profile node with a Review > Reply operation, so the workflow is trigger, then your AI node, then reply.