1.0.2-rd.1 • Published 1 year ago

gdurl v1.0.2-rd.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

GdURL

Google Drive Direct Link Generator

image

Install

NPM

npm install gdurl

Usage

const googleDrive = require("gdurl");

async function test() {
  const docId = "drive-id";
  const result = await googleDrive.getMediaLink(docId);
  console.log(result); 
}

test();

FAQ

Q : How to get drive id ?

A : you can get drive id by looking the url example :

https://drive.google.com/file/d/13xUgzPgKHvXO4JQF7Nyadci7g3Bpjbgx/view

this is 13xUgzPgKHvXO4JQF7Nyadci7g3Bpjbgx the drive id

License

ISC

Code By

Abdul Muttaqin

CP

abdulmuttaqin456@gmail.com

1.0.2-rd.1

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago