0
votes
0answers
52 views

Google Oauth Javascript immediate:“true” NOT WORKING

I am trying to use google endpoints. I have multiple page applicaiton. The user logs in using google auth javascript apis. I am using ...
0
votes
1answer
42 views

GAE Exception with OAuth 2.0

I try to get working the OAuth 2.0 with GAE web-application. It work good local, but after deploy to GAE I get this exception: Uncaught exception from servlet java.net.SocketTimeoutException: Timeout ...
0
votes
0answers
12 views

adspygoogle.common.Errors.ValidationError: Authentication data is missing

Ok, so I'm trying to pull a reference table from DFP and I'm running the example script below that Google provided and I'm getting the error: "adspygoogle.common.Errors.ValidationError: ...
2
votes
1answer
102 views

Authorizing google cloud endpoints API access without user sign in

I understand how the authorization process with Oauth works but is it somehow possible to authorize my access to my endpoints API without the user having to sign in? So what I'm trying to do is to ...
1
vote
0answers
16 views

Google App Engine OAuth 1.0a Application-Only

I am using Google App Engine with it's default OAuth Service. I can easily access it with the help of Google OAuth Java Client Library - I get the request token, user authorizes and everything work ...
0
votes
1answer
49 views

Endpoints API with authentication

My question is : can I use endpoints API or a service with OAuth protocol in general, in sort of that i not need to authenticate the user all time that it send a request to the server but only the ...
0
votes
0answers
29 views

How to implement SSO(Single Sign On) in Java for Google Apps Platform in GAE? [duplicate]

How to implement SSO(Single Sign On) in Java for Google Apps Platform in GAE? How to get link like this for Sign with Google? ...
0
votes
0answers
22 views

Google oauth in curl request

A have a bit of a strange question. Is there a way to use google authentication in my web app (php ), and then make curl request to app in google app engine without need of authentication? my current ...
0
votes
1answer
77 views

How to properly add OAuth headers for a QuickBooks API call in Google Go

I am just trying to get a proof of concept working to test a connection to the QB api for a QB Online account. I have never tried to make an OAuth connection before like this, so I'm not sure that I ...
0
votes
1answer
48 views

Checking a Google user's gtalk buddies Presence status in my GAE application, when he's logged in

I'm creating a GAE application, as a part of which, we wish to show logged in Google user - his gtalk buddies list and their presence status. Google XMPP API let you create bots, but user's gtalk ...
0
votes
1answer
69 views

GAE - Storing multiple OAuth access token

For a project I am working on I need to store the user access token (and auth code and refresh token I assume). I am using GAE for this and I have difficulties to design the model, which is quite ...
0
votes
0answers
76 views

Tweepy App Engine example raises 401 exception

I'm using the tweepy google app engine example here as the basis for my application: https://github.com/tweepy/examples/tree/master/appengine The get_authorization_url() method triggers the 401 ...
0
votes
0answers
33 views

Issuing “appcfg.py --oauth update .” with multiple accounts?

I configured OAuth for one account I have, [email protected]. It works perfectly with Appengine app_ids I'm using for that account. Once I try to use it on an application 'foo' for another ...
0
votes
0answers
44 views

Oauth using gdata python client in app engine

I just have a small problem with gmail Oauth in app engine. I want to access my user google calendar using gdata python client library. The problem is that when google redirect user to the ...
2
votes
1answer
58 views

GAE: python code to check if i'm on dev_appserver or deployed to appspot

My GAE app uses OAUTH 2. Currently, I manually switch the redirect_uri between http://localhost:8081/oauth2callback and myapp.appspot.com/oauth2callback depending on whether do local testing with ...

1 2 3 4 5 11
15 30 50 per page