Skip to content
 
 

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Google Drive Direct Link Generator

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages