hello, i am trying to open a new project for each of my clients but each time i enable the vertex ai for commerce retail api, i also need to approve the terms and service for it to activates, and i want this fully automated, is there a way to approve the terms of service through the api or create the project such vertex ai TOS will be approved automatically?
the error i got in the api:
the error:
Status: 400
Response: {
“error”: {
“code”: 400,
“message”: “The resource project demo_project_x doesn’t have Cloud Retail enabled or it hasn’t accepted Retail data use terms. You can update those in Retail Admin Console, https://console.cloud.google.com/ai/retail/start.”,
“status”: “FAILED_PRECONDITION”
}