Package Exports
- @sheetbase/drive
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@sheetbase/drive) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Sheetbase Module: @sheetbase/drive
File management with Drive for Sheetbase backend app.
Install
Using npm: npm install --save @sheetbase/drive
import * as Drive from "@sheetbase/drive";As a library: 1mbpy4unOm6RTKzU_awPJnt9mNncpFPXR9f3redN5YavB8PSYUDKe8Fo8
Set the Indentifier to DriveModule and select the lastest version, view code.
declare const DriveModule: { Drive: any };
const Drive = DriveModule.Drive;Scopes
https://www.googleapis.com/auth/drive
Usage
Docs homepage: https://sheetbase.github.io/drive
API reference: https://sheetbase.github.io/drive/api
Getting started
Install: npm install --save @sheetbase/drive
Usage:
import { drive } from "@sheetbase/drive";
const Drive = drive({
/* configs */
});License
@sheetbase/drive is released under the MIT license.