Relative Content

Tag Archive for javagoogle-cloud-platformoauth-2.0jwtapache-httpcomponents

account not found when requesting oauth2 token from google cloud

Status Code: HTTP/1.1 400 Bad Request Response: {“error”:”invalid_grant”,”error_description”:”Invalid grant: account not found”} I am using a service account that should have token generation permissions, and I am attempting to get a token with the code below. I have using some recycled code from other who have faced similar issues. I am using apachehttp components for […]