OAuth Integration Issue with Google APIs in n8n on Google Cloud Run - "Unauthorized" Error

Hello @devuser2!
I found that the Google OAuth flow on Cloud Run was failing with Unauthorized simply because Cloud Run was not allowing unauthenticated requests, so Google could not reach the callback endpoint at all, and once I enabled public access and made sure the callback URL in my Google OAuth client matched exactly the one shown by n8n, the authentication flow completed normally.