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