Skip to content

Instantly share code, notes, and snippets.

@ocalle
ocalle / google-drive-api.js
Created August 16, 2021 13:04 — forked from trulymittal/google-drive-api.js
Gist to demonstrate Google Drive API using NodeJs
/*
Google Drive API:
Demonstration to:
1. upload
2. delete
3. create public URL of a file.
required npm package: googleapis
*/
const { google } = require('googleapis');