Google AuthSub authentication for Google endpoints.
Questions tagged [authsub]
62 questions
3
votes
2 answers
Migration token from AuthSub to OAuth2
Recently, AuthSub died...?
Is it possible to migration from session_token of Authsub to refresh_token of OAuth2 ?
Please tell me how to do it if possible.

user3090273
- 31
- 1
2
votes
1 answer
YouTube Direct AuthSub malformed request
I'm using the YouTube Direct for Google App Engine. I go into the Admin section to authenticate my account, but when I do that, instead of logging me in, it redirects me to a page saying:
"The page you have requested cannot be displayed. Another…

stan
- 4,885
- 5
- 49
- 72
2
votes
1 answer
AuthSub problems
I've been combing through google's authentication documentation, and am having trouble with Auth Sub.
The following code is main.py of the beginning of a Google AppEngine app.
#!/usr/bin/env python
from google.appengine.ext import webapp
from…

lowerkey
- 8,105
- 17
- 68
- 102
2
votes
0 answers
Migrate from Google Authsub token to Oauth2 Token
i have stored Google Authsub token in my database to upload video on their YouTube Channel. i have used Zend Gdata library for this. Google is removing Authsub feature in April 2015.
is there anyway to migrate my all Google Authsub token to OAuth2…

Ashish Shah
- 51
- 3
2
votes
1 answer
Google Contacts API - No Redirection
I am currently working on Contact Importer web app (in PHP) so I will be able to grab email address from a user's account on Gmail, Yahoo, etc and use them for my own evil purposes. Just kidding, my web app is very friendly.
I thought I would start…

Joel Verhagen
- 5,110
- 4
- 38
- 47
2
votes
2 answers
2
votes
1 answer
Offline Access to google calendar using java
We have code to sync our application calendar with google calendar of logged in user. The code is using AuthSub and CalendarService class but it does not provide offline access to google calendar using access token and refresh token for that i want…

user1697387
- 21
- 1
- 2
2
votes
2 answers
What is the equivalent of hd param authentication for AuthSub in OAuth2
In AuthSub, for Google Apps hosted domains I could use the hd parameter to redirect the user to that domain, get them to login to that domain and receive the token.
What is the equivalent functionality in OAuth2?
I came across this URL:…

MavWolverine
- 846
- 1
- 9
- 24
1
vote
0 answers
Authenticating to YouTube with AuthSub
I am finding two conflicting accounts from Google. I think because the developer guide hasn't been updated. I have received my httpClient (I think) and I am now to this point in the developer guide:
$yt = new Zend_Gdata_YouTube($httpClient,…

drewwyatt
- 5,989
- 15
- 60
- 106
1
vote
0 answers
Getting No Linked You Tube account while implementing the API
I have been trying to upload video to you tube using AuthSub.I cant use Zend here so the client library is out of the question.I am following following steps:
1.Redirecting the user to the authorization page.
2.Getting the token from the…

techie_28
- 2,123
- 4
- 41
- 62
1
vote
3 answers
AuthSub target path prefix does not match the provided "next" URL
We have this web app where every customer hook up their own domain/use a sub domain to our domain, for their account. This account can be integrated with Google Analytics for statistics.
Our problem is with the AuthSub authentication. To often, when…

Markus Hedlund
- 23,374
- 22
- 80
- 109
1
vote
2 answers
Google Authsub for a Google apps domain
My primary domain name is registered with Google Apps as I use their email services.
I have some web tools which allow users to authenticate themselves with Google Analytics using Authsub and then produce reports on my website. These tools work fine…

hud
- 203
- 1
- 5
- 13
1
vote
1 answer
'The Scope Was bad or missing' error trying to use AuthSub with google health?
I'm trying to use AuthSub to request a token from google health. It says the scope was bad or missing. I've double checked, and the scope looks good to me. I've tried replacing the scope with calendar, and I don't get that error.
Here's a code…

Derrick
- 2,356
- 5
- 32
- 43
1
vote
1 answer
Using the AuthSub token to make requests for private data
I'm experimenting with some basic AuthSub authorization to test out the Google Data API (I'm interested in using the Picasa API). I'm having trouble getting my head around the steps involved in going from requesting the authorization token, to…

charliesneath
- 1,917
- 3
- 21
- 36
1
vote
1 answer
Is it possible to use OAuth/Google AuthSub with just JavaScript?
It seems very hard or downright impossible to take advantage of them purely in JavaScript, without a server side script (like one in PHP) helping (like masking the secret key.) However, I can only use JavaScript on this project. Is it still possible…

arjs
- 2,835
- 4
- 22
- 18