Good morning everybody,
I am trying to use Gmail APi in a chrome extension. I have reviewed this sample:
If I use the same credentials the connection is fine but If I use my credencial it does not work.
I have created a Create an OAuth 2.0 client ID and I have enabled Gmail API service:
When I install the extension I get this error:
Error2: OAuth2 request failed: Service responded with error: 'bad client id: APP_ID_OR_ORIGIN_NOT_MATCH'
Could someone help me with this problem?