Invalid Payload
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
a dead project i suppose
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).