I need to update data in BigQuery. Data comes from CRM by API . I didn’t set up this connection, so I don’t understand, what’s wrong.
When I try to update Data by running code (python) , I recieve the error:
Error during uploading to BigQuery: 403 POST https://bigquery.googleapis.com/bigquery/v2/projects/{{project_name}}/jobs?prettyPrint=false
I have such permissions:
- IAM – BigQuery Admin ;
- service Account – Service Account Admin .
BigQuery API is enable. Keys are actual.
May be you know, what should I do in this situation.
Valeriia is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2