Version 0.86a - November 10 2016

Version 0.86a

Available at https://www.github.com/mtucker6784/tto-googlebackup/releases

Changelog

  • added: Fixed "path too long" errors by concatenating Google file names (anything longer than 35 bytes gets a "..." at the end of the file name. This was preventing some files from being downloaded.)
  • added: Introducing a master log file method. Log file will be located at \Logs\MasterLogFile_--...log. Not fully reporting yet.
  • added: Added a fake "throttle" to the Parallel.ForEach() because we were getting a Google related "Rate Limit Exceeded" API error. Basically downloading too fast, had to introduce a pause for each iteration.
  • fixed: Fixed issue where some rows were skipped (an error caused by using Parallel.ForEach(), had to introduce a Locking statement to increment the value, not the standard x++)
  • added: