You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm quite new to both NodeJS and the new GoogleApis since I've been always using keys mostly.
I've had quite a stumble with this since it uses different oauth2 urls, be it /oauth2/v2/auth instead of /oauth2/auth and /oauth2/v4/token instead of /oauth2/token, I'm guessing because of the ability not to use secrets for installed apps in those versions.
Any way of changing the versions without editing the privates in oauth2client.js?
I've seen usage like require('googleapis').youtube('v3') but I've tried different things and can't seem to get it to work without changing the consts.
The text was updated successfully, but these errors were encountered:
Note: This is a semver minor change (though it will be included in the 1.0 release). I have no reason to believe it breaks any functionality, but it does (I think) bring us up to date with the most recent documentation:
https://developers.google.com/identity/protocols/OAuth2InstalledApp
It's also suggested in #120 that this is causing problems for users as well.
Note: This is a semver minor change (though it will be included in the 1.0 release). I have no reason to believe it breaks any functionality, but it does (I think) bring us up to date with the most recent documentation:
https://developers.google.com/identity/protocols/OAuth2InstalledApp
It's also suggested in #120 that this is causing problems for users as well.
I'm quite new to both NodeJS and the new GoogleApis since I've been always using keys mostly.
I've had quite a stumble with this since it uses different oauth2 urls, be it /oauth2/v2/auth instead of /oauth2/auth and /oauth2/v4/token instead of /oauth2/token, I'm guessing because of the ability not to use secrets for installed apps in those versions.
Any way of changing the versions without editing the privates in oauth2client.js?
I've seen usage like require('googleapis').youtube('v3') but I've tried different things and can't seem to get it to work without changing the consts.
The text was updated successfully, but these errors were encountered: