Has anyone had any luck getting 2 Legged Oauth working with the Admin SDK and python?
The only thing I can see in the docs at https://developers.google.com/admin-sdk/directory/v1/guides/authorizing about 2LO is the following:
"If your application has certain unusual authorization requirements, such as logging in at the same time as requesting data access (hybrid) or domain-wide delegation of authority (2LO), then you cannot currently use OAuth 2.0 tokens. In such cases, you must instead use OAuth 1.0 tokens and an API key. You can find your application's API key in the Google APIs Console, in the Simple API Access section of the API Access pane."
In searching Googles site, I am able to find examples on using 2LO with the gdata libraries but nothing about using it with the newer sdks....
If someone can point me to the right set of docs - or an example of how to use 2LO w/ the new SDK - it would be appreciated.
Thanks