I had noticed that, but figured it was correct because that's the exact URL listed at
http://code.google.com/apis/picasaweb/docs/2.0/developers_guide_protocol.html#Auth However, I took your advice and changed it to /accounts/AuthSubSessionToken and it seems to work now. Many thanks for a quick and helpful reply. Any chance you could change the docs? -ken-ichi On Tue, Mar 1, 2011 at 4:48 PM, Detlev Schwabe <[email protected]> wrote: > > > On Tue, Mar 1, 2011 at 4:27 PM, Detlev Schwabe <[email protected]> wrote: >> >> On Tue, Mar 1, 2011 at 4:09 PM, Ken-ichi <[email protected]> wrote: >>> >>> This problem is occurring for me too, and I am referring to the >>> original issue with >>> https://www.google.com/accounts/accounts/AuthSubSessionToken >> >> Not sure if this is just a typo on your end or the actual URL you're >> trying. But it should just be a single "accounts" in that URL: >> https://accounts.googleapis.com/accounts/AuthSubSessionToken >> and hitting that should give you a 401 UNAUTHORIZED error, and not a 404. >> > or > https://www.google.com/accounts/AuthSubSessionToken > >>> >>> not returning a token. However, I get a 404 NOT FOUND response and an >>> HTML page, pretty much exactly what you see when you visit that URL in >>> the browser, despite the fact that I am passing the AuthSub token as >>> an Authorization header. I'm using https://github.com/kueda/ruby_picasa, >>> which hasn't changed in some time, so I'm assuming something changed >>> on Google's end (again). Is this a bug, or was something deprecated? >>> >>> I also noted that >>> http://code.google.com/apis/picasaweb/docs/2.0/developers_guide_protocol.html#Auth >>> states the token should be in the headers of the response, not the >>> body, so I looked for a "Token" header in my 404 response, but it >>> wasn't there. >>> >>> -ken-ichi >>> >>> >>> On Jan 7, 1:55 pm, Detlev Schwabe <[email protected]> wrote: >>> > Hi, >>> > >>> > are you referring to the original issue that started this thread or to >>> > the >>> > issue brought up by the previous poster "Tibursio"? >>> > >>> > The original issue got fixed on the promised date November 24th, 2010. >>> > The other issue, about using AuthSubTokenInfo on OAuth tokens, I >>> > couldn't >>> > verify yet. However, I am not sure where this has ever been documented >>> > to >>> > work. >>> > AuthSub has been Google's proprietary authentication mechanism for web >>> > sites, and I am actually surprised to hear that OAuth tokens were >>> > supported >>> > by the AuthSubTokenInfo API at some point. >>> > >>> > Thanks, >>> > Detlev >>> > >>> > On Thu, Jan 6, 2011 at 12:20 AM, molhokwai <[email protected]> wrote: >>> > > Hello, >>> > >>> > > The problem is apparently still occurring. >>> > > So, it would be great to receive an update as to when this can be >>> > > fixed, if that is possible. >>> > > And also: an update of the developper's guide >>> > > (http://code.google.com/ >>> > > >>> > > apis/picasaweb/docs/1.0/developers_guide_python.html<http://code.google.com/%0Aapis/picasaweb/docs/1.0/developers_guide_py...>) >>> > > with the way to >>> > > retrieve the upgraded session token and instantiate the client with >>> > > it >>> > > would be more than welcome. >>> > >>> > > Thanks. >>> > >>> > > On Nov 22 2010, 12:50 pm, Detlev Schwabe <[email protected]> wrote: >>> > > > The issue has been identified and a fix is on the way. Due to the >>> > > > nature of this issue and the fairly low impact this is having, the >>> > > > push of the fix will be done with our regularly scheduled pushes on >>> > > > November 24th, Pacific Standard Time. Please let us know if you >>> > > > continue to experience the problem after the 24th. >>> > >>> > > > - Detlev >>> > >>> > > > On Nov 18, 9:40 am, Detlev Schwabe <[email protected]> wrote: >>> > >>> > > > > Sorry for the delay, this is now being investigated. I'll post >>> > > > > updates >>> > > > > to this thread. >>> > >>> > > > > On Nov 16, 12:01 am, Peter Hulst <[email protected]> wrote: >>> > >>> > > > > > I'm still blocked by this issue and would REALLY appreciate it >>> > > > > > if a >>> > > > > > Google engineer could shed some light on why the url >>> > >>> > > > > >https://accounts.googleapis.com/accounts/AuthSubSessionToken >>> > >>> > > > > > is returning a 302 status code and redirecting >>> > > > > > towww.google.com. I'm >>> > > > > > basically just following the instructions fromhttp:// >>> > > code.google.com/apis/gdata/docs/as-authsub.htmllinebyline. >>> > >>> > > > > > I'm receiving the single use token succesfully but things go >>> > > > > > bad when >>> > > > > > I try to exchange that for a authentication token following the >>> > > > > > AuthSub action >>> > > > > > Any help appreciated, >>> > > > > > Peter >>> > >>> > > -- >>> > > You received this message because you are subscribed to the Google >>> > > Groups >>> > > "Google Picasa Web Albums API" group. >>> > > To post to this group, send email to >>> > > [email protected]. >>> > > To unsubscribe from this group, send email to >>> > > >>> > > [email protected]<google-picasa-data-api%[email protected]> >>> > > . >>> > > For more options, visit this group at >>> > >http://groups.google.com/group/google-picasa-data-api?hl=en. >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Google Picasa Web Albums API" group. >>> To post to this group, send email to >>> [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]. >>> For more options, visit this group at >>> http://groups.google.com/group/google-picasa-data-api?hl=en. >>> >> > > -- > You received this message because you are subscribed to the Google Groups > "Google Picasa Web Albums API" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-picasa-data-api?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google Picasa Web Albums API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-picasa-data-api?hl=en.
