Socket
Socket
Sign inDemoInstall

utils-google-drive

Package Overview
Dependencies
54
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2Next

5.0.3

Diff

curtcommander
published 5.0.2 •

Changelog

Source

v5.0.2 — October 25, 2022

  • Fixed typo in README
  • Added changelog and test files to package
curtcommander
published 5.0.1 •

Changelog

Source

v5.0.1 — October 25, 2022

  • Removed comment about interval for rate limiting of less than 200ms causing performance issues
curtcommander
published 5.0.0 •

Changelog

Source

v5.0.0 — October 24, 2022

  • Converted package from JavaScript to TypeScript
  • Moved getting token for accessing Google Drive API to be stand-alone function (getTokenGDrive.js)
  • Added initialization options for UtilsGDrive class constructor
  • Added rate limiting for api calls
  • Added exponential backoff for api calls
  • Faster uploads and downloads with Promise.all() instead of waiting for each file one by one
curtcommander
published 4.0.1 •

Changelog

Source

v4.0.1 — June 23, 2021

  • Fixed upload returning before overwrite complete when uploading a file
curtcommander
published 4.0.0 •

Changelog

Source

v4.0.0 — May 16, 2021

  • download and upload now throw errors. Errors for individual files/folders don't stop execution as before, but these errors are no longer handled by download and upload. Instead, they are listed under a single error that is thrown at the end of execution if any errors did occur
  • Updated README and docs
curtcommander
published 3.0.3 •

Changelog

Source

v3.0.3 — April 9, 2021

  • Fixed batch and refreshAccessToken referencing token before creation
curtcommander
published 3.0.2 •

Changelog

Source

v3.0.2 — February 24, 2021

  • Fixed del returning before overwrite complete
curtcommander
published 3.0.1 •

Changelog

Source

v3.0.1 — November 18, 2020

  • Fixed examples for makeFolder and upload methods
curtcommander
published 3.0.0 •

Changelog

Source

v3.0.0 — November 11, 2020

  • Added batch requests
  • Better error handling: Errors are logged for individual files in download and upload, thrown elsewhere
  • Fixed listFiles only searching in trash when ignoreTrash parameter set to false
  • Security update (CVE-2020-7720)
2Next
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc