I'm having the same issue.  Anyone?

On Saturday, May 12, 2012 2:23:18 PM UTC-4, Felix wrote:
>
> Hi all, 
>
> I am having a little problem using the oauth2client with a service 
> account.  It raises an error 
> apiclient.errors.UnknownApiNameOrVersion: name: picasa  version: v1 
>
> I went to https://www.googleapis.com/discovery/v1/apis and there isn't 
> anything listed for picasa.   So I am wondering how to do this. 
>
> Thanks, 
>
> ps. this is the code snippet 
>
>         httpClient = httplib2.Http() 
>         credentials = SignedJwtAssertionCredentials( 
>                       service_account_name, 
>                       datafile("privatekey.p12"), 
>                       scope='https://www.googleapis.com/auth/picasa') 
>         http =credentials.authorize(httpClient) 
>         service = build("picasa", "v1", http=http) 
>
>
> Felix

-- 
You received this message because you are subscribed to the Google Groups 
"Google Picasa Web Albums API" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-picasa-data-api/-/XojI4BTHueUJ.
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.

Reply via email to