我需要应用程序ID来构造正确的<applicationid>.appspotmail.com
地址,并且我很难找到如何在运行时检索它。
答案 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']