Google Cloud Endpoints: verifyToken: Signature length not correct
问题 This morning the following exception has started occuring on every API request to my Google Cloud Endpoint from my Android app: com.google.api.server.spi.auth.GoogleIdTokenUtils verifyToken: verifyToken: Signature length not correct: got 256 but was expecting 128 The call still works perfectly from my javascript web clients. I have changed nothing on the server side code or client code. Has anything changed with the service recently that might make this occur? UPDATE: The first occurrence of