Hi Julian, Thanks for the quick response. I've revoked the token manually, but the next time I request a token, something strange happens: Each time I click "Grant Access" on the Google page, it redirects to my site, throws an AuthenticationException, then redirects back to the Google auth page. This happens indefinitely.
Any ideas? Thanks! Bryan On May 1, 4:54 am, "Julian (Google)" <[email protected]> wrote: > Hi Bryan, > > If you have tokens that are not working properly, because of the > temporary issue, you may need to obtain newer ones. Also, if there is > a token that cannot be revoke programmaticaly, those can revoke > manually using the following > page:https://www.google.com/accounts/IssuedAuthSubTokens > > You may also find more specific information on the Spreadsheets API > group:http://groups.google.com/group/Google-Docs-Data-APIs > > Cheers, > Julian > > On Apr 29, 3:52 pm, bryan <[email protected]> wrote: > > > By the way, I'm accessing the Spreadsheets API (or trying to) after > > authenticating. > > > – Bryan > > > On Apr 29, 9:51 am, bryan <[email protected]> wrote: > > > > I am still having trouble with this. AuthSub hasn't been working for > > > me since Monday, and none of the code on my end has changed. I'm > > > requesting a one time use token and exchanging it for a session token > > > using the Java api. After I do that, I get an AuthenticationException > > > saying "Invalid session token". > > > > Any ideas? > > > > – Bryan > > > > On Apr 29, 3:13 am, "Julian (Google)" <[email protected]> wrote: > > > > > Hi, > > > > > Thank your for your patience, the issue was fixed few hours ago, > > > > please let me know if there is any other problem. > > > > > --Julian > > > > > On Apr 29, 12:09 am, Jordan Brough <[email protected]> wrote: > > > > > > Thanks, working for us again now. > > > > > > On Apr 28, 3:21 pm, Benjamin Golub <[email protected]> wrote: > > > > > > > It's been > > > > > > fixed:http://code.google.com/p/gdata-issues/issues/detail?id=1179 > > > > > > > On Apr 28, 3:30 pm, Y <[email protected]> wrote: > > > > > > > > Devang, > > > > > > > > Do you have a code sample for this approach? Preferably python?. > > > > > > > > Thanks > > > > > > > > On Apr 28, 11:24 am, Devang Parekh <[email protected]> > > > > > > > wrote: > > > > > > > > > If emergency then Try with OAuth token for temporary(token > > > > > > > > which is > > > > > > > > available by providing userName & p/w). > > > > > > > > because my one googleCalendar is running correctly by this > > > > > > > > token. This > > > > > > > > problem may > > > > > > > > happen for new users only. In my service, old users have no > > > > > > > > such complaints. > > > > > > > > > On Tue, Apr 28, 2009 at 8:44 PM, Nicholas <[email protected]> > > > > > > > > wrote: > > > > > > > > > > Just registering my $0.02. Experiencing the same thing here. > > > > > > > > > My > > > > > > > > > service has been running flawlessly for months and now my > > > > > > > > > users are > > > > > > > > > getting [401]: Token invalid - AuthSub token has wrong scope. > > > > > > > > > This is > > > > > > > > > happening for Google Calendar as well. Nothing has changed on > > > > > > > > > my end > > > > > > > > > in months. > > > > > > > > > > I'm digging through requests and responses but finding > > > > > > > > > nothing. Any > > > > > > > > > insights greatly appreciated! > > > > > > > > > > Thanks, > > > > > > > > > Nicholas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Contacts 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-contacts-api?hl=en -~----------~----~----~----~------~----~------~--~---
