How to access GAE datastore with Objectify and service account credentials?
问题 Is it possible for one GAE application to access the datastore of another GAE application (both applications are hosted under the same Google account) using Objectify? If so, how can I pass service account credentials to Objectify (which API calls)? 回答1: It is not possible . Objectify is a very simple and convenient lightweight ORM that sits on top of a GAE Datastore , thus shielding the developer from most of the complexities of using JDO/JPA. Nowhere in the documentation have I seen the