Hello everyone, I've been banging my head against the desk for several days now trying to figure out how to use the google analytics reporting API. I tried to use both the OAuth and Service Account methods, and both are giving me the same error.
The complete error is:
There was an error : - Error refreshing the OAuth2 token, message: '{
"error" : "disabled_client",
"error_description" : "The OAuth client was disabled."
}'
Even loading the sample code provided with the PHP library and plugging in my values gives the same errors.
Any help is appreciated.
-Lance