Seen this happen a couple times now on calls to gcloud.batch.appEnginePublish(). Subsequent retries, using the already-created project, seem to work okay.
I think this is less closed than desired. The projectId should have been picked up in gcloud.project.selectIdentifier() so the fix to gcoud.billing.enable() is more of a hack than a fix.
Seen this happen a couple times now on calls to
gcloud.batch.appEnginePublish()
. Subsequent retries, using the already-created project, seem to work okay.