smfahadhassan

Results 2 comments of smfahadhassan

This code works as long as the offset is below 3500, but for greater (or equal) values it throws an "String index out of range" Error .. Traceback (most recent...

> hello,could you please tell me How to save gsfId and authSubToken api = GooglePlayAPI(locale="en_US", timezone="UTC") gsfId = api.gsfId authSubToken = api.authSubToken print(gsfId) print(authSubToken) thats how you can get your...