Hi all! In the Python 2 runtime, I can use the app_identity API 
<https://cloud.google.com/appengine/docs/standard/python/appidentity/> to 
determine the current app's project id (ie application id) with 
app_identity.get_application_id(). Anyone know how to do this in the Python 
3 runtime? 
https://cloud.google.com/appengine/docs/standard/python3/python-differences#app_engine_apis
 
doesn't mention the app_identity API, and 
https://cloud.google.com/appengine/docs/standard/python3/python-differences#modules
 
doesn't mention project id.

Thanks in advance!

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/969a7b5d-ba89-4b31-9d06-724ce3a5597a%40googlegroups.com.

Reply via email to