0
votes
1answer
198 views

GLS error: INVALID_AUDIENCE in google cloud endpoints

I am trying to get an google endpoints to work.I created an endpoint service and was able to test that its working fine through Google API exploer. I then generated the android client and tryied to ...
0
votes
2answers
124 views

In Python, how do you use the Google Apps Domain Key to connect to Google API?

I can't connect to my Google Calendar using the Domain Key, i.e. the consumer key with the same name as the domain name. I'm using the the OAuth2WebServerFlow, Credentials and Storage objects as ...
1
vote
0answers
141 views

Restrictions on attendees for OAuth Service Accounts in Google Calendar API v3?

I have a Service Account created in a Super Admin account on my domain. I'm able to connect to the Google Calendar API v3 using the "Domain-wide Delegation of Authority" model provided by Google here ...
2
votes
0answers
306 views

Proxy which allow access to the Gmail

I have Python script which create proxy to GMail email box via IMAP. This proxy adds authentication token to request. End user run this script and after that use some tool to downloading all user ...
1
vote
1answer
29 views

How should an application add/remove scopes to an existing grant?

Tried adding additional scopes using oauth2client's OAuth2DecoratorFromClientSecrets via the scopes parameter. I believe users of an application would prefer to gradually expand privileges; as its ...
1
vote
0answers
103 views

“Bad Request” (400) when using XOAUTH2 on Google's SMTP service with service account

I wanted to use Google's SMTP service to send e-mail from my Google account. So I went to the Google API console and created a service account, i.e. [email protected], and downloaded ...
2
votes
1answer
253 views

How do I add Google Account authentication to Google Cloud Endpoints in Python

I'm trying to make a Google Cloud Endpoints backend for my Android app that uses a user's Google Account for authentication. I've found that the Java API contains annotations for OAuth scopes, but ...
0
votes
1answer
47 views

Google Auth proxy for subdomains

Since Google Auth does not support wildcards in its redirect URL's, I am trying to create a proxy solution for Google Authentication. I have read the following two posts but need some more ...
0
votes
3answers
306 views

redirect uri error while uploading file to google drive

I am trying to upload file to my google drive via my web application. I am creating client id for my web application as follows: Client ID: ...
2
votes
1answer
156 views

How to implemente oauth process in a different window and then reload caller window

I'm trying to do this with a Google App Engine application using OAuth 2.0 for Google Calendar's authorization (restrited to a Google Apps domain's users) In case the user has not authorized the app ...