New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@knotel/gdrive-lib

Package Overview
Dependencies
Maintainers
10
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@knotel/gdrive-lib

Library for building/fetching Google Team Drive metadata in nested JSON format

  • 0.0.13
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
10
Created
Source

gdrive-lib

Library for common Google Drive functionality.

Get Started

yarn add @knotel/gdrive-lib --save

Google Folders

  1. Recursively generate an n-deep folder structure with files created using existing Google Drive templates.
  2. Get all
  • Add metadata about children length (i.e. file count) (need).
  • Add meta data about file size of directory itself (love).
  • Hide data concerning user authorized to create files.
  1. Get
  2. Update
  3. Delete

Config Options

  1. Specify credentials.json.

Google Drive REST API Reference

  • https://developers.google.com/drive/api/v3/reference/

Supported MIME Types

Getting Started

const GDrive = require('@knotel/gdrive-lib')
gdrive.init() // set auth within internal state of gdrive instance
gdrive.getAll({
  rootFolderId: 'XXX'
}).then((files) =>
  console.log(files)
)

FAQs

Package last updated on 15 May 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc