You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
actually after spending a day digging into play publisher api. I figured that the samples here are just totally oudated and need to be archived. It's just confusing people. Was able to access the api directly and do what i need but also using google auth https://google-auth.readthedocs.io/en/latest/user-guide.html to solve authentication.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
Yesterday my code works perfectly, and today (without change anything) I get the following error:
I used Service Account JSON file (generated via Google Console). This code is server side, so I can't used the Web Browser Auth system.
My code below:
SCOPES = ['https://www.googleapis.com/auth/androidpublisher'] credentials = service_account.Credentials.from_service_account_file(self.ACCOUNT_CONFIG_JSON, scopes=SCOPES) self.service = googleapiclient.discovery.build('androidpublisher', 'v3', credentials=credentials)
The text was updated successfully, but these errors were encountered: