Vic -
Thanks for responding so quickly.
No problem with scopes and all that, just assigning the token. So I need to
know this:
import gdata.docs.client
import gdata.spreadsheet.service
docsclient = gdata.docs.client.DocsClient()
sheetclient = gdata.spreadsheet.service.SpreadsheetsService()
docsclient.auth_token =
gdata.gauth.OAuthHmacToken("xxx","xxx",Token.token,Token.token_secret,gdata.gauth.ACCESS_TOKEN)
##how do I set the token for sheetclient which is Version 1.0 and not
Version 3.0 like docsclient?
Doug