I try to create projects.locations.transferConfig.create on the page https://cloud.google.com/bigquery/docs/reference/datatransfer/rest/v1/projects.locations.transferConfigs/create
set parent projects/1069829667403/locations/eu
and Request body
{
"dataRefreshWindowDays": 10,
"destinationDatasetId": "stat",
"displayName": "test",
"dataSourceId": "adwords",
"params": {
"customer_id": "5030341011"
}
}
and have error
{
"error": {
"code": 400,
"message": "Request contains an invalid argument.",
"status": "INVALID_ARGUMENT"
}
}
What am I doing wrong?
Request body should look like this: