gpsoauth icon indicating copy to clipboard operation
gpsoauth copied to clipboard

A python client library for Google Play Services OAuth.

Results 13 gpsoauth issues
Sort by recently updated
recently updated
newest added

I tried all C# ports, all of them are from 2015, 2016 or 2017: https://www.nuget.org/packages/GPSOAuthSharp https://github.com/vemacs/GPSOAuthSharp https://www.nuget.org/packages/GPSOAuthSharp.NetStandard1 https://github.com/AeonLucid/GPSOAuthSharp.NetStandard1 https://www.nuget.org/packages/GPSOAuthSharp.Portable https://github.com/Nimgoble/GPSOAuthSharp https://www.nuget.org/packages/GPSOAuthSharp.NetCore https://github.com/Davidblkx/GPSOAuthSharp.NetCore https://www.nuget.org/packages/GPSOAuthSharpNetCore https://github.com/cormaltes/GPSOAuthSharp All of them return: `{"Error": "BadAuthentication"}`...

`gpsoauth.perform_master_login` always returns `BadAuthentication` on Linux (Python 3.10.6) but is able to log in properly on Windows (Python 3.10.9) using the package version currently hosted on main. This is because...

Hi. I've tried using the first approach: master_response = gpsoauth.perform_master_login(...) and I received a BadAuthentication error. I then tried the alternative flow, and can't get past the "I agree" button...