gpsoauth icon indicating copy to clipboard operation
gpsoauth copied to clipboard

A python client library for Google Play Services OAuth.

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

As [B16f00t](https://github.com/B16f00t) mentioned in https://github.com/simon-weber/gpsoauth/issues/37#issuecomment-1142402854, this could help in situations where the usual login flow is broken or otherwise impossible. https://github.com/simon-weber/gpsoauth/pull/41 has an example implementation.

I have a pretty lengthy password and receive this exception when trying to login.

Since I didn't see this implemented here: If you login with `gpsoauth.perform_master_login` using your regular username and password on an account with 2 factor auth enabled, it'll return a url,...

For some reason, the `android_key_7_3_29` global variable has a negative exponent on my Windows machine. from gpsoauth import google, android_key_7_3_29 google.signature('[email protected]', 'asdf', android_key_7_3_29) raises: Traceback (most recent call last): File...

I have no trouble logging into my account at home using my local network and an app password when I use the `gkeepapi` package. But when I try to move...

Hey, reached an auth issue with two step verification. I see #37 is a related issue but it's been closed so this may be a slightly different problem. Basically I'll...

The same effect as #24, though possibly a different cause. Every time I do `gpsoauth.perform_master_login()` I receive a `BadAuthentication` error. This happens for a normal password protected account as well...

Hello everyone, I have an error that I cannot solve, I have more details that I will now post about the error, I want to recover data from Google Drive,...

During using [gkeepapi](https://github.com/kiwiz/gkeepapi), I occasionally meet this error: ``` requests.exceptions.SSLError: HTTPSConnectionPool(host='android.clients.google.com', port=443): Max retries exceeded with url: /auth (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate (_ssl.c:1000)')))...

the current implementation: https://github.com/simon-weber/gpsoauth/blob/b22c57a236eb0bd63517cb4c1bf35d3fca35e2c7/gpsoauth/__init__.py#L134-L152 from what I can tell is based on Android API 19, which is dated around 2013: https://apilevels.com have you considered bumping up the implementation? it seems...