Hi everyone,
I’m currently building an AI-based Telegram assistant on n8n.cloud (v1.101.1) and need to insert data into a BigQuery table in my GCP project.
The problem is:
I can’t find the usual “Google Cloud” credential type (the one that uses a service account JSON key).
In the credential menu, I only see:
Google BigQuery OAuth2 API
Google Cloud Storage OAuth2 API
For automation, I’d really prefer the service account method (via JSON key) over OAuth2.
Questions:
- Is service account authentication supported on n8n.cloud for BigQuery?
- If yes — how can I enable or access the “Google Cloud” credential type?
- If not — what’s the best practice to securely connect a production assistant to BigQuery?