egirault / googleplay-api

Google Play Unofficial Python API - This project was a PoC and is not maintained anymore. Please feel free to fork it and improve it in any way.
879 stars 373 forks source link

This might solve your errors #52

Open orenyomtov opened 9 years ago

orenyomtov commented 9 years ago

The ANDROID_ID field in config.py needs to be your GSF key (not your Android Device ID as one might intuitively assume).

How to get your GSF key: http://myandroidmyview.blogspot.com/2014/02/gsfkey.html

BaseMax commented 9 years ago

I used android device id and it still working.

orenyomtov commented 9 years ago

Yeah it seems to be working for some. I had to use my GSF key for it to work.

omervk commented 8 years ago

Yup, that solved (one of) my issues. Thanks :)