Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
この番号に関連付けられている個人を特定する情報はありますか?
user_id は自分のアプリに固有のものですか、それともユーザーはすべてのアプリ エンジン アプリで同じ user_id を持っていますか?
user_idは基本的にすべての GAE アプリで同じであり、を使用して他のユーザー情報を取得できる可能性があるためuser = User(_user_id = 'user_id')、URL やその他のクライアントに表示される情報でユーザー ID を使用しないことをお勧めします。
user_id
user = User(_user_id = 'user_id')