Hello,

We've got an app that interacts with Google Spreadsheets using AuthSub. 
 For 299 out of our 300 google spreadsheet users, it seems work fine, but 
for 1 user, his token periodically fails.

The error returned is:
"Token invalid - Invalid token: Could not find expected token."
Error 401

We're sending:
  ["method"]=>
  string(3) "GET"
  ["url"]=>
  string(87) 
"https://spreadsheets.google.com/feeds/spreadsheets/private/full/yyyyyyyyyyyyyyyyyyyyyyy";
  ["body"]=>
  NULL
  ["headers"]=>
  array(2) {
    ["x-http-method-override"]=>
    NULL
    ["authorization"]=>
    string(61) "AuthSub 
token="1/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx""
  }
  ["contentType"]=>
  NULL

Once this occurs, the user can just go into our interface and 
reauthenticate, which gets them working again, but eventually that token 
dies as well.

We're using the Zend Framework 1.12.3 .  Happy to provide more info if 
anyone has any thoughts.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Spreadsheets API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to