Sorry for the delay, use service.SetOAuthInputParameters()

http://code.google.com/p/gdata-python-client/source/browse/src/gdata/service.py#340

-Vic



On Wed, Apr 13, 2011 at 2:08 PM, DougH <[email protected]> wrote:

> 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
>

Reply via email to