Browsed by
Tag: google drive

Google Drive Upload Tool v1.10 4/19/2019 released!

Google Drive Upload Tool v1.10 4/19/2019 released!

Hi everyone, Today, I have released a new build of Google Drive Upload Tool (release 4/19/2019): This new release updates the Google Drive API to the latest version as of today, April 19, 2019. You can download this new version at the project GitHub release section by clicking here. Enjoy! Post Views: 6

Google Drive Upload Tool v1.10 released!

Google Drive Upload Tool v1.10 released!

Hi everyone, In the past few days, I released Google Drive Upload Tool v1.10: This new version adds the ability to verify a file checksum without having to save the checksum file and without the need for a third party tool. You can now select a file in the file explorer, right click it, and select the new Verify Checksum option. You’ll then need to browse for the original file in your PC and the software will verify it for…

Read More Read More

Google Drive Uploader & Explorer Tool v1.8.5 released!

Google Drive Uploader & Explorer Tool v1.8.5 released!

Hi everyone, Today, I have released a new version of my tool to manage your Google Drive account: Google Drive Uploader & Explorer Tool v1.8.5. This new version adds 2 brand-new features. Let’s talk about them now: File count added This version adds a file counter to the File List, so you know how many files are in a given folder when you browse it: In this example, you can see I have 28 files in this folder, which are eBooks…

Read More Read More

Yet another update of the Google Drive software I wrote (v1.8.3)

Yet another update of the Google Drive software I wrote (v1.8.3)

Hi everyone, Today morning, I continued working with the Google Drive Upload Tool I wrote last year. This time, I implemented a feature that lets you know the copy progress when a file is being copied to RAM before uploading it. This required some code changes and a little refactoring. First, the UpdateBytesSent function was updated, with a new Delegate Sub invoker for when we need to invoke certain elements. It also now requires the passing of parameters BytesSent, StatusText, and startTime: By doing this code rewrite,…

Read More Read More

Squashing bugs in the Google Drive Upload Tool (v1.8.2)

Squashing bugs in the Google Drive Upload Tool (v1.8.2)

Hi everyone, In these days, I’ve been squashing bugs in the Google Drive Upload Tool software. Bugs fixed in the latest commits are the following: Fixed exceptions when renaming file/folder or restoring file/folder There was an error that occurred when no file or folder was selected and attempting to rename it or restore it from the trash. The issue was fixed by checking if the Listboxes are not nothing: Fixed an annoying issue after pressing CTRL + <insert shortcut key…

Read More Read More

Google Drive Uploader & Explorer v1.8.1 Bug Fix released

Google Drive Uploader & Explorer v1.8.1 Bug Fix released

Hi everyone, So yesterday, I released v1.8 of my Google Drive Uploader & Explorer v1.8. Turns out that the release had a bug relating to uploading files when using the “Copy File to RAM before uploading if there’s enough Free Memory available” option. v1.8.1 fixes this issue The problem was that sometimes the RAM copy would be larger than the actual file because it used a buffer size (where a chunk of data was stored before moving it to RAM) of 1 MB….

Read More Read More

Google Drive Uploader & Explorer v1.8 released!

Google Drive Uploader & Explorer v1.8 released!

Hi everyone, Today, I’m pleased to announce Google Drive Uploader & Explorer v1.8. This release is once again packed with new features! First, we have new menu items that give easy access to stuff like uploading (obviously), downloading, creating new folders, saving checksums, renaming, and moving and restoring files to/from the trash. It also allows for software configuration with several options, including sorting your files! Second, there’s the software StatusStrip (That’s what you see at the bottom). The StatusStrip gives you…

Read More Read More

Google Drive Upload Tool v1.7 released!

Google Drive Upload Tool v1.7 released!

Hi everyone, Today, I have released v1.7 of my tool Google Drive Upload Tool. This is a release with lots of new features. Let’s check them out: Features: Download more than one file or a folder content: Simply, select a file, files, or a folder and press ALT + D. Select a folder to save them and the download will begin. Save the checksums of an entire folder content: Simply, select a folder and press ALT + C in your…

Read More Read More