diff --git a/gpapi/googleplay.py b/gpapi/googleplay.py index 60c6ca6..b902a59 100644 --- a/gpapi/googleplay.py +++ b/gpapi/googleplay.py @@ -141,7 +141,7 @@ def getHeaders(self, upload_fields=False): if self.gsfId is not None: headers["X-DFE-Device-Id"] = "{0:x}".format(self.gsfId) if self.authSubToken is not None: - headers["Authorization"] = "GoogleLogin auth=%s" % self.authSubToken + headers["Authorization"] = "Bearer %s" % self.authSubToken if self.device_config_token is not None: headers["X-DFE-Device-Config-Token"] = self.device_config_token if self.deviceCheckinConsistencyToken is not None: