googleapis / google-api-nodejs-client

Google's officially supported Node.js client library for accessing Google APIs. Support for authorization and authentication with OAuth 2.0, API Keys and JWT (Service Tokens) is included.
https://googleapis.dev/nodejs/googleapis/latest/
Apache License 2.0
11.36k stars 1.92k forks source link

OAUTH2 #805

Closed nagarajukalva closed 6 years ago

nagarajukalva commented 7 years ago

Hi

Am implementing the OAUTH2 with Spring in Angular2.

I was getting the Access token and refresh token which login into the application.

I implemented one timer to get update new access_token based on existing token which was also working fine.

The problem is with updated access_token while doing the HTTP service, getting the following exception

Failed to load resource: the server responded with a status of 403 (Forbidden)

Got struck up at this point.

Looking forward your responses.

Thanks Naga

bantini commented 7 years ago

@nagarajukalva Can you share the code that you have used to implement this so far?

bantini commented 6 years ago

Thank you for filing this issue. However, we didn't see any follow up in over a week so we are closing it. Please feel free to re-open this issue with more information.