gdurl

1.0.2-rd.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i gdurl

Weekly Downloads

0

Version

1.0.2-rd.1

License

ISC

Unpacked Size

5.34 kB

Total Files

4

Last publish

Collaborators

  • fdcicyber