Browsed by
Tag: google

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

Unboxing the Google USB-C to 3.5mm Headset adapter

Unboxing the Google USB-C to 3.5mm Headset adapter

Hi everyone, Today, I’ll be sharing with you my unboxing video of the Google USB-C to 3.5mm Headset adapter. This is a USB-C adapter that allows you to use headphones, earbuds, IEM’s and headsets with compatible devices like Android phones supporting USB Audio devices or with a PC, in which this dongle is detected as “Headset Adapter”. It features an integrated DAC (Digital-Analog Converter) although it is unknown which DAC it uses. The reason I got this adapter is to…

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