Kevin
Kevin

Reputation: 4351

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. 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. 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

Upvotes: 0

Views: 112

Answers (1)

Moishe Lettvin
Moishe Lettvin

Reputation: 8471

There's not an App Engine-specific API, but you can use the gdata-python library. See this article.

Upvotes: 3

Related Questions