dweinstein / node-google-play

Get details and download apps from https://play.google.com by emulating an Android (Nexus 5X) device by default. For a rust version of this library check out https://github.com/dweinstein/rs-google-play
MIT License
269 stars 84 forks source link

LoginError: Error=BadAuthentication #123

Open GoneTone opened 4 years ago

GoneTone commented 4 years ago

It works fine in Node.js 8.x, but does not work in 12.x, 14.x, console returns "LoginError: Error = BadAuthentication", why?

I want to update my Discord Bot, discord.js v12 requires Node.js 12.x version, so I found this a problem.

Update: Node.js 8.x is not working anymore...

sharifStrudent commented 4 years ago

I faced this error from today at node 8.9.4 any solution?

honktang commented 4 years ago

same error even with node v8.x

GoneTone commented 4 years ago

Remove sdk_version parameter: https://github.com/dweinstein/node-google-play/commit/d82c913d1bc0112510c5e7c7eadf2e16c993d11c

sharifStrudent commented 4 years ago

Remove sdk_version parameter: d82c913

Not working even after removing sdk_version !

GoneTone commented 4 years ago

But for me it work🤔

keyofd commented 4 years ago

I faced this error from today at node v8.11.3 any solution?

danik1058 commented 4 years ago

Remove sdk_version parameter: d82c913

Doesn't work for me as well...

GoneTone commented 4 years ago

I just tested it, it does not work... WTF

MisteFr commented 4 years ago

Same issue here, node 8.16.2.

antonkrasov commented 3 years ago

hey guys, please check this out:

In case of errors related to the authentication after the above steps, consider the following actions (visit the links while you are logged in with the account used to download the applications):

allow less secure apps to access your account (https://myaccount.google.com/lesssecureapps)

temporarily unlock access to your account (https://accounts.google.com/DisplayUnlockCaptcha)

For me it works, kudos - https://github.com/ClaudiuGeorgiu/PlaystoreDownloader

GoneTone commented 3 years ago

I developed a library! https://github.com/GoneToneStudio/node-google-play-api