-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error=BadAuthentication #92
Comments
Use auth token for login instead email/password |
When using the authentication token I get the following error in the login step ------------- Login Result -------------
|
I used this repo for generate the auth token |
@anton9088 I used the same repo to generate the token. So I have the following questions:
So can you show a code snippet for the changes that you made to the code (i.e., which step that you bypassed). Checkin:
Then Login:
|
I simply use GooglePlayAPI.login(String token) method |
Hi,
I am getting issue while trying to sign in into google account. I have automated script to download the apk files from Google Play store. The script was running fine till last week. But, recently getting following error related to akdeniz.googleplaycrawler library:
Exception in thread "main" com.akdeniz.googleplaycrawler.GooglePlayException: Error=BadAuthentication
at com.akdeniz.googleplaycrawler.GooglePlayAPI.executeHttpRequest(GooglePlayAPI.java:522)
at com.akdeniz.googleplaycrawler.GooglePlayAPI.executePost(GooglePlayAPI.java:482)
at com.akdeniz.googleplaycrawler.GooglePlayAPI.executePost(GooglePlayAPI.java:462)
and so on...
Currently, I am using googleplaycrawler-0.3.jar to download apk files from play store.
How can I resolve it? Can you please help me in this issue?
Thank you,
Achyut
The text was updated successfully, but these errors were encountered: