Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Examples don't match current library version #23

Open
filipesperandio opened this issue Sep 17, 2015 · 2 comments
Open

Examples don't match current library version #23

filipesperandio opened this issue Sep 17, 2015 · 2 comments

Comments

@filipesperandio
Copy link

No description provided.

@kevin-brotcke
Copy link

kevin-brotcke commented Dec 2, 2016

The Python examples don't work anymore. You can find some more recent examples at https://github.com/google/google-api-python-client/tree/master/samples .

@hrydgard
Copy link

hrydgard commented Mar 23, 2017

This is ridiculous. This code is linked to from the official documentation ("v2 code samples" here: https://developers.google.com/android-publisher/libraries ) but no longer works?

Please update these python samples to use the current version of oauth2client.

@JoseAlcerreca

Change is as easy as replacing the current credential stuff with:

  credentials = ServiceAccountCredentials.from_json_keyfile_name('<your_json_key_file>', scopes='https://www.googleapis.com/auth/androidpublisher')

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants