erebusnz / gapi-google-analytics-php-interface

GA:PI() - Google Analytics PHP Interface
167 stars 86 forks source link

The OAuth client was not found. #149

Closed stankomix closed 8 years ago

stankomix commented 8 years ago

Hi,

I fallow the your instructions and generated p12 file and other but when call the API got the follow error:

[body] => { "error": "invalid_client", "error_description": "The OAuth client was not found." } [code] => 401

Any suggestions ? Thanks

erebusnz commented 8 years ago

If you are certain that your client email (XXXXXXXX@developer.gserviceaccount.com) and p12 key is correct, then the problem is likely with your API configuration in the Google developers console.

See relevant stackoverflow