OS: Windows 11 (build 26200.8655)
Command run: apkeep -d google-play -a com.delphicoder.flud .
Config file located at %APPDATA%\apkeep\apkeep.ini with CRLF line endings:
[google]
email = myEmail@gmail.com
aas_token = aas_et/...
Program output:
Downloading com.delphicoder.flud...
thread 'main' (29304) has overflowed its stack
One thing to note. I visited the Google embedded setup page to get my OAuth token. After agreeing to the terms, the loading never finished, so I grabbed the token from a POST request to https://accounts.google.com/v3/signin/_/AccountsSignInUi/browserinfo. Passed it to apkeep and it spitted out a normal-looking AAS token.
OS: Windows 11 (build 26200.8655)
Command run:
apkeep -d google-play -a com.delphicoder.flud .Config file located at
%APPDATA%\apkeep\apkeep.iniwith CRLF line endings:Program output:
One thing to note. I visited the Google embedded setup page to get my OAuth token. After agreeing to the terms, the loading never finished, so I grabbed the token from a POST request to
https://accounts.google.com/v3/signin/_/AccountsSignInUi/browserinfo. Passed it to apkeep and it spitted out a normal-looking AAS token.