Skip to content

Commit 6cf98ab

Browse files
committed
Fix error when using credentials
1 parent 51fec8b commit 6cf98ab

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

gpapi/googleplay.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ def getSecondRoundToken(self, first_token, params):
286286
params['token_request_options'] = 'CAA4AQ=='
287287
params['system_partition'] = '1'
288288
params['_opt_is_called_from_account_manager'] = '1'
289+
params['service'] = "oauth2:https://www.googleapis.com/auth/googleplay"
289290
params.pop('Email')
290291
params.pop('EncryptedPasswd')
291292
headers = self.deviceBuilder.getAuthHeaders(self.gsfId)

0 commit comments

Comments
 (0)