Don Dilanga

Results 3 comments of Don Dilanga

I have the same issue. CPU consumption is way too high.

Don't use any third party tools. Use this script to generate the refresh token ``` const { OAuth2Client } = require('google-auth-library'); const readline = require('readline'); require('dotenv').config({ path: './Google/.env' }); const...