We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51fec8b commit 6cf98abCopy full SHA for 6cf98ab
1 file changed
gpapi/googleplay.py
@@ -286,6 +286,7 @@ def getSecondRoundToken(self, first_token, params):
286
params['token_request_options'] = 'CAA4AQ=='
287
params['system_partition'] = '1'
288
params['_opt_is_called_from_account_manager'] = '1'
289
+ params['service'] = "oauth2:https://www.googleapis.com/auth/googleplay"
290
params.pop('Email')
291
params.pop('EncryptedPasswd')
292
headers = self.deviceBuilder.getAuthHeaders(self.gsfId)
0 commit comments