Does anyone know why this is not working? I’m trying to initiate a connection to Google APIs in order to create a new Calendar.
const { google } = require ( “googleapis” );
function handleClientLoad ( ) {
google . load ( ‘client:auth2’ , initClient );
}
Error: google.load is not a function