This project is responsible for archive sheets
$ npm i- NodeJS v16 or higher.
- Yarn v1.22.17 or higher.
- googleapis ^95.0.0
- dotenv ^16.0.2
Copy .env-sample to a new file .env and add the values that match with each key and description. All variables must be loaded in .env to be able to run the project.
To run the project locally, please uncomment the following lines
async function bootstrap() {
await archiveSheets();
}
bootstrap();then run
$ node index.js