I try to use the endpoints follow this document: https://cloud.google.com/endpoints/docs/openapi/get-started-app-engine On the step \'Deploying the API backend\', when I try to
If you don't specify otherwise, the deployment tries to use the "default" network in your project. You may have deleted that network previously. You can either recreate the default network on your project or set a different network in your app.yaml file like so:
network:
instance_tag: TAG_NAME
name: NETWORK_NAME
subnetwork_name: SUBNETWORK_NAME
You can find more details about it here.