恢复GAE默认存储桶
Restore GAE default storage bucket
Appengine 通常在创建项目时会创建一个默认的云存储桶。现在我不小心删除了默认存储桶,无法重新创建此存储桶。
我能否以某种方式手动重新创建默认的 GAE 存储桶而不创建新的云项目?
It's a bug. As mentioned in the report, it cannot be restored manually, because the user can obviously not verify ownership of the appspot.com
domain. There has been little activity on the report from Google so it's unlikely to be fixed soon. I raised the issue on the forum,没有回复。
不,你不能。默认存储桶为您的项目创建一次,如果删除它,它就会消失。您可以创建一个新的存储桶,但它不会收到默认的存储桶免费配额,并且会像普通的 GCS 存储桶一样收费。
Appengine 通常在创建项目时会创建一个默认的云存储桶。现在我不小心删除了默认存储桶,无法重新创建此存储桶。
我能否以某种方式手动重新创建默认的 GAE 存储桶而不创建新的云项目?
It's a bug. As mentioned in the report, it cannot be restored manually, because the user can obviously not verify ownership of the appspot.com
domain. There has been little activity on the report from Google so it's unlikely to be fixed soon. I raised the issue on the forum,没有回复。
不,你不能。默认存储桶为您的项目创建一次,如果删除它,它就会消失。您可以创建一个新的存储桶,但它不会收到默认的存储桶免费配额,并且会像普通的 GCS 存储桶一样收费。