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
Screenshot 2021-01-23 212704.png

​

100% Brand New Collection by Daniel Taylor designed for lostindannysroom.com

Mens Shirt Collection

Laughter is important  for a healthy heart and soul!

Take a look at this collection of shirts guaranteed to bring out some smiles:

Forward thinking is essential!

Share positive vibes with this collection of shirts:

bottom of page