android-play-publisher-api icon indicating copy to clipboard operation
android-play-publisher-api copied to clipboard

Results 50 android-play-publisher-api issues
Sort by recently updated
recently updated
newest added

Update your README.md(https://github.com/googlesamples/android-play-publisher-api/blob/master/v3/python/README.md) or fix your library for python

Hi, `from oauth2client import client credentials = client.SignedJwtAssertionCredentials( SERVICE_ACCOUNT_EMAIL, key, scope='https://www.googleapis.com/auth/androidpublisher') http = httplib2.Http() http = credentials.authorize(http) service = build('androidpublisher', 'v3', http=http)` SignedJwtAssertionCredentials Method is not there in client class...

Hello I am Mr.Choi from south korea. I'm supposed to get list of sales country to using publish api. How can I get sales country with this API? and I...

Hi! I've been looking for an API that returns some console information, but have only found editing apis. Is it possible to get any of the following information with this...

Am I missing any parameter while execution ? Error Logs { "code" : 400, "errors" : [ { "domain" : "androidpublisher", "message" : "Only releases with status draft may be...

Hi, Yesterday my code works perfectly, and today (without change anything) I get the following error: - **The credentials have been revoked or expired, please re-run the application to re-authorize**...

Is there any plans to update this code ? Most of it won't run due to changes in [oath2client ](https://github.com/google/oauth2client/issues/401) https://stackoverflow.com/questions/35634085/attributeerror-module-object-has-no-attribute-signedjwtassertioncredentials

It would be nice that when we upload app bundles if we could also grab the SHA256 fingerprint that is used with Play Console signing so we can update web...

Add example for uploading aab file to playstore.