google oauth2 implementation using Node JS error -


Anyone can tell me where it keeps the following code and what it means ... error in this JS file Showing "There is no method in the object. Disquser".

  googleapis .discover ('calendar', 'v3') .discover ('oauth2', 'v2'). Execute (function (error, client) {if (! Mistake) callback (client);});  

Which version of the node client are you using? The .discover () method was deleted for version 1.0 and all libraries were replaced with pre-compilation.

See information about how to migrate your code to 1.0.


Comments

Popular posts from this blog

sql - Find last match with latest inserted name in table -

c# - XML serialize base class without knowing derived class -

c# - UnhandledExceptionMode.ThrowException for AppDomain.UnhandledException -