Skip to content

Instantly share code, notes, and snippets.

View bek-shoyatbek's full-sized avatar
🎯
Focusing

Bek Shoyatbek bek-shoyatbek

🎯
Focusing
View GitHub Profile
@trulymittal
trulymittal / google-drive-api.js
Last active October 6, 2025 16:22
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');