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

winforms - C# Form - Property Change -

java - Messages from .properties file do not display UTF-8 characters -

javascript - amcharts makechart not working -