Skip to content

fdciabdul/GdURL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published