Skip to content

Instantly share code, notes, and snippets.

View C0NGTRI123's full-sized avatar
๐Ÿ™‚

congtri C0NGTRI123

๐Ÿ™‚
  • Ha Noi, Viet Nam
  • 15:04 (UTC +07:00)
View GitHub Profile
@trulymittal
trulymittal / google-drive-api.js
Last active November 6, 2024 17:53
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');