apkeep icon indicating copy to clipboard operation
apkeep copied to clipboard

Invalid Payload

Open AzureFlow opened this issue 6 months ago • 2 comments

When I use apkeep to download a package via Google Play I get the following error:

./apkeep -a com.google.android.googlequicksearchbox -d google-play .

Could not log in to Google Play.  Please check your credentials and try again later. Invalid payload.

~/.config/apkeep/apkeep.ini

[google]
email = [email protected]
aas_token = oauth2_4/token

I've tried with the released apkeep v0.17.0 binary and building from source on both Windows and Linux (aarch64).

It appears to occur here: https://github.com/EFForg/rs-google-play/blob/d01c11e1c01a45b54177b193289d9d196bb07b76/gpapi/src/lib.rs#L768-L774

Some debug statements reveals the error is:

Error retrieving information from server. DF-DFERH-01

AzureFlow avatar Jun 24 '25 06:06 AzureFlow

a dead project i suppose

iamLazyCode avatar Jun 28 '25 11:06 iamLazyCode

Could not log in to Google Play.  Please check your credentials and try again later. Invalid payload.

Have you tried not using ~/.config/apkeep/apkeep.ini for credentials, but supplying these parameters as commandline arguments? The latter usually still works for me (but only for free apps, not for purchased apps).

muzso avatar Oct 05 '25 11:10 muzso