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

how can I solve the NeedsBrowser error?

Open daidai5771 opened this issue 7 years ago • 5 comments

I want to achieve automatic grabbing, but every once in a while, I need to visit https://accounts.google.com/b/0/DisplayUnlockCaptcha to click 'continue' , Is there any way to implement a program to do this check process?

daidai5771 avatar Dec 12 '18 04:12 daidai5771

I have exactly the same problem :)

komeilkamal avatar Dec 12 '18 09:12 komeilkamal

AFAIK it happens when you login with email+password. Is this happening also when reusing gsfId+authToken?

NoMore201 avatar Dec 12 '18 09:12 NoMore201

Yes, I reusing gsfId+authToken and I set two-step verification and app password in my google account. But this error still occurs.

komeilkamal avatar Dec 12 '18 09:12 komeilkamal

To be more precise, I noticed that those security checks are more frequent when one of the following things happens:

1 - frequent email+passwd logins 2 - frequent public IP change 3 - you are logged in with that account and have an opened session in your browser/android phone

So to be completely sure it's not a library problem try to 1 - reuse gsfid+token 2 - test the library from a "trusted" network like your home/university/workplace 3 - be sure to use an account only for gpapi (that means no android phone is currently using it)

NoMore201 avatar Dec 12 '18 16:12 NoMore201

thank you very much, I try to reuse gsfid+token do the second logins, and success. Next, I will download the APK from multiple servers in parallel, I don't know if there will be any other problems when multiple servers are concurrent. I hope i can keep in touch with you, thank you very much.

daidai5771 avatar Dec 13 '18 04:12 daidai5771