googleplay-api icon indicating copy to clipboard operation
googleplay-api copied to clipboard

fixes DisplayUnlockCaptcha

Open wandamaxm opened this issue 2 years ago • 3 comments

Fixes gpapi.googleplay.SecurityCheckError: 'Security check is needed, try to visit https://accounts.google.com/b/0/DisplayUnlockCaptcha to unlock, or setup an app-specific password'

There seemed to be a problem with the headers on the two requests to /auth. I have fixed these. Also the dummy parameter (droidguard_results) mentioned in other pull requests, was necessary for me to get past the unlock captcha.

wandamaxm avatar May 27 '22 10:05 wandamaxm

This did fix the issue for me. @wandamaxm : Would you be able to comment on where to find this kind of info, for future use ?

kallix avatar May 27 '22 12:05 kallix

This, unfortunately, doesn't work for me, I get the same bad auth as mentioned in this issue - https://github.com/NoMore201/googleplay-api/issues/162

(even with app passwords).

marty0678 avatar May 28 '22 06:05 marty0678

Hey @wandamaxm, I could login using your PR, but when I'm trying to download I couldn't get versionCode from details. I see limited details like numDownloads, package and etc. Do you know how I can solve it? Thanks

Junus avatar Aug 02 '22 08:08 Junus

Hey @wandamaxm, I could login using your PR, but when I'm trying to download I couldn't get versionCode from details. I see limited details like numDownloads, package and etc. Do you know how I can solve it? Thanks

I re-authorized and everything worked

Junus avatar Aug 03 '22 08:08 Junus