When I first time setup(do not recall details) Appengine somehow mapped default
service to datastore_admin
. I was adding additional service and gcloud
forced me to update default
.
ERROR: (gcloud.app.deploy) INVALID_ARGUMENT: The first service (module) you
upload to a new application must be the 'default' service (module). Please
upload a version of the 'default' service (module) before uploading a version
for the 'datastore-export' service (module).
I updated but it seems I messed up. Now it does not give me the option to rollback default
service map to datastore_admin
. For educational perspective any thoughts how can I do it? I could not find clear guidance on this.