Matlink
Matlink
It is already available, I used it here : https://github.com/matlink/gplaycli/blob/master/gplaycli/gplaycli.py#L342
@NoMore201 do you know what DF-BPA-30 means?
you must install protobuf-compiler, the executable, with `apt install protobuf-compiler` on Ubuntu or Debian.
That looks like the package is not downloadable yet, because even from Google Play with my hammerhead, I can't find it. And when I force the Play Store to show...
It looks like using credentials requires to use 'GoogleLogin auth=%s' while using tokens requires to have 'Bearer %s' in the Authentication header https://github.com/whyorean/playstore-api-v2/blob/master/src/main/java/com/dragons/aurora/playstoreapiv2/GooglePlayAPI.java#L331
@gurnec I've pushed a commit which should fix errors when using credentials. Could you test it please?
Basically I introduced tokens in gplaycli to have an outofbox working apk downloader. Moreover, it was designed to be shipped in Debian, and providing default login and password was something...
GSFIDs are reused in gplaycli until they expire. I don't think it's the job of this api to check for token validity as it should remain simple.
Why would need you multiple gsfid for one account ?
If I remember well, GSF ID is not bound to a specific device. So you can use the same GSF ID to download different apk for different devices.