Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Your App Engine application is experiencing an error caused by missing Cloud Datastore indexes. To resolve this, you have created a YAML file containing the required indexes. What steps should you take to deploy these new indexes to Cloud Datastore?
A
Point gcloud datastore create-indexes to your configuration file
B
Upload the configuration file to App Engine's default Cloud Storage bucket, and have App Engine detect the new indexes
C
In the GCP Console, use Datastore Admin to delete the current indexes and upload the new configuration file
D
Create an HTTP request to the built-in python module to send the index configuration file to your application