simon-weber / gpsoauth

A python client library for Google Play Services OAuth.
MIT License
95 stars 31 forks source link

Error=BadAuthentication #54

Closed irainbw closed 1 year ago

irainbw commented 1 year ago

When I directly use http to request authurl, the test found that the request body returned Error=BadAuthentication, and I saw that such code was added to the source code image and Debugging found that Error=BadAuthentication is no longer returned. I want to create http requests in the way of golang, but I get the result of Error=BadAuthentication. What needs to be adjusted here?Do I need to add any settings?

simon-weber commented 1 year ago

My guess would be you'll need to replicate the tls settings you've called out here. I'm not sure how to do that in go.