gdrive-file-links
v1.0.0
Published
Generate canonical Google Drive and Google Workspace links from a URL.
Downloads
128
Maintainers
Readme
gdrive-file-links
Generate canonical Google Drive and Google Workspace links from a Google URL.
Install
npm install gdrive-file-linksUsage
import { getGoogleFileLinks } from "gdrive-file-links";
const result = getGoogleFileLinks("https://docs.google.com/spreadsheets/d/abc123/edit#gid=0");
console.log(result);