简体   繁体   English

从Google App Engine访问Google Apps用户

[英]Access Google Apps users from Google App Engine

Is there a way to access the Google Apps users for my domain from a Google App Engine App on uploaded on that domain. 是否可以通过在该域上载的Google App Engine应用访问该域的Google Apps用户。 I know I can use it for authentication, and I could build queries to the Google Apps api that would pull this data up, I was just wondering if there is a native way to take care of this. 我知道我可以使用它进行身份验证,并且可以建立对Google Apps api的查询来提取此数据,我只是想知道是否有一种本机的方法来处理此问题。 I would be writing in python, but I am not sure how useful that is, I feel that all that is available in python is available in the java backend as well 我会用python编写,但是我不确定那有多么有用,我觉得python可用的所有内容也可以在java后端获得。

There's not an App Engine-specific API, but you can use the gdata-python library. 没有特定于App Engine的API,但是您可以使用gdata-python库。 See this article . 看到这篇文章

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM