I wanted to access Google Play Developer API. This is what I am getting when I made a request to the API.
{
"code" : 401,
"errors" : [ {
"domain" : "global",
"location" : "Authorization",
"locationType" : "header",
"message" : "Invalid Credentials",
"reason" : "authError"
} ],
"message" : "Invalid Credentials"
}
I followed these steps:
Any help??
Max Bachhuber
Making the web a better place
Could you post how you send the request?