const googleAuth = require('google-auth-library'); const SCOPES = ['https://www.googleapis.com/auth/cloud-platform']; async function getAccessToken() { const serviceAccount = require('/path/to/service_account_key.json'); const jwtClient = new googleAuth.JWT( serviceAccount.client_email, null, serviceAccount.private_key, SCOPES, null ); return jwtClient.authorize().then((tokens) => tokens.access_token); }
top of page

Lets talk about sustainable energy. What can we use to become a more ECO-Friendly planet?

Updated: Apr 25, 2022

Lets Talk about ideas you guys ha



Comments


bottom of page