Google Cloud Vertex AI Module - Insufficient authentication scopes

Hi

I have a number of scenarios using a Google Cloud OAuth 2 client ID. I use it to connect to Google Cloud Storage. Now I want to use it to connect to Google Cloud Vertex AI.

I have gone through the documentation in Make.com to use the service. I have added the stated scopes required to the OAuth Consent screen for the client ID in the Google Console.

I have checked all the docs I can find and they say I should add:

  • https://www.googleapis.com/auth/userinfo.email
  • https://www.googleapis.com/auth/cloud-platform

I’ve done this. I have added the required redirect URL.

Nothing has worked.

Can someone who has got this module working help me find what I’m doing wrong?

Thanks

Stuart

Please provide screenshots of how you set up each field, and any error messages.

2 Likes

Thank you for the response. I will do today if I get a chance at work.

Stuart

Hey @samliew I managed to use my lunch break to grab some screen shots around the setup of my scenario and also Google Cloud. I hope they help.







Thanks again

Stuart

Hello Stuart, I have the same problem.
I put exactly the same parameters but in make I still got the error “[403] Request had insufficient authentication scopes.”
I do not know what to do

Hi, I have the exactly same problem. If you find a solution, please let us know.

When I was setting up Vertex AI, I had to be really careful with the access permissions, or “scopes,” I gave it. I started with https://www.googleapis.com/auth/cloud-platform because it’s like a master key for Google Cloud, letting you into nearly everything. And I added https://www.googleapis.com/auth/userinfo.email too, since it helps with identifying who’s using the app. But here’s the thing: Vertex AI might need some more specific permissions depending on what you’re trying to do with it. So, it’s worth double-checking to make sure you haven’t missed any extra scopes that could unlock the features you need.

1 Like