InfiniDrive Versions Save

A project that leverages Google Drive's API and "0 size file" rules for native Docs for unlimited storage space. - A SteelHacks 2019 Project

v1.0.12

4 years ago

InfiniDrive v1.0.12 Changelog

  • Added support for renaming uploads using the new rename command.
  • Added support for gracefully handling attempts to delete nonexistent files. (#29)

v1.0.11

4 years ago

InfiniDrive v1.0.11 Changelog

  • Fixed an occasional crash that occurred when attempting to perform an upload
  • Fixed issue with spinner appearing instead of progress bar when performing local file uploads

v1.0.10

4 years ago

InfiniDrive v1.0.10 Changelog

  • This release fixes an issue that caused InfiniDrive to crash whenever an attempt to perform an upload was made using v1.0.9.

v1.0.9

4 years ago

InfiniDrive v1.0.9 Changelog

  • When uploading and downloading, a progress bar now displays in place of printed messages indicating progress.
  • Files can now be uploaded from a remote HTTP or HTTPS URL.

⚠️ Attention: This release introduces new library requirements. To ensure that you have all of the necessary libraries installed, please repeat step 3 from the "How to Use" section of the README even if you are upgrading from a previous release.

v1.0.8

4 years ago

InfiniDrive v1.0.8 Changelog

  • The output of the list command is now sorted in alphabetical order by file name
  • Minor cosmetic changes were made to the table printed by the list command

v1.0.7

4 years ago

InfiniDrive v1.0.7 Changelog

  • Fixed race condition that could cause duplicate uploads of a fragment to occur when handling an upload that was reported by the Google Drive API as a failure
  • Added option to specify upload name for a file

v1.0.6

4 years ago

InfiniDrive v1.0.6 Changelog

  • Fixed issue #19
  • Added support for deleting InfiniDrive files

v1.0.5

4 years ago

InfiniDrive v1.0.5 Changelog

  • Improved detection of corrupt data being provided from Google Drive when downloading.
  • When a fragment download fails, the download attempt will now be retried until it succeeds.
  • Redesigned layout of output from list command.
  • Output from list command is now in alphabetical order.
  • Updated output from the help command.

⚠️ Attention: This release introduces new library requirements. To ensure that you have all of the necessary libraries installed, please repeat step 3 from the "How to Use" section of the README even if you are upgrading from a previous release.

v1.0.4

4 years ago

InfiniDrive v1.0.4 Changelog

  • InfiniDrive uploads are now made to a hidden folder (#18)

v1.0.3

4 years ago

InfiniDrive v1.0.3 Changelog

  • Fixes issue #17