如何在运行时获取应用程序ID

时间:2011-04-02 12:57:05

标签: python google-app-engine

我需要应用程序ID来构造正确的<applicationid>.appspotmail.com地址,并且我很难找到如何在运行时检索它。

2 个答案:

答案 0 :(得分:13)

现在推荐的方法是使用app_identity.get_application_id()

http://code.google.com/appengine/docs/python/appidentity/functions.html#get_application_id

有关详细信息,请参阅此处的警告框:

http://code.google.com/appengine/docs/python/runtime.html#Requests_and_Domains

答案 1 :(得分:0)

你可以使用:

os.environ['APPLICATION_ID']