Browsed by
Tag: google

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

Code Updates for my tool, Google Drive Uploader & Explorer – June 10, 2017 (6/10/2017)

Code Updates for my tool, Google Drive Uploader & Explorer – June 10, 2017 (6/10/2017)

Hi everyone, Here, I’m gonna show you a new feature oof my software Google Drive Uploader & Explorer that I did today. The new feature is that I added a Label that shows the name of the folder you are in: In order to do this, I wrote a new function to fetch the Current Folder ID Name. This function is called GetCurrentFolderIDName(): This function uses the Global Variable CurrentFolder to get the Folder Name of the Folder ID that is stored in that variable….

Read More Read More

GitHub Commits I’ve made today to my Google Drive tool, Google Drive Uploader & Explorer (6/7/2017)

GitHub Commits I’ve made today to my Google Drive tool, Google Drive Uploader & Explorer (6/7/2017)

Hi everyone, In this post, I’m gonna talk about a few changes I’ve made to my software Google Drive Uploader & Explorer which are available right now in GitHub. Improvements when adding folders to the Upload Queue So, the first improvement I did today was to remove some lines of My.Settings.Save() which is the line responsible for saving some software data to the local configuration file available in the AppData\Local folder under the software name. In version 1.7 which is the version I’m currently…

Read More Read More

A look into the next version (1.7) of my software Google Drive Uploader & Explorer

A look into the next version (1.7) of my software Google Drive Uploader & Explorer

Hi everyone, In these days, I’ve been working on the next version of my software called Google Drive Uploader & Explorer. This version will be v1.7 New functions that are now implemented in the source code are the following: Now, you can move your files and folders to the Trash by pressing the Delete key. Now, you can see the Trash directly in the software. When viewing the Trash, press ALT + R to restore the selected files/folders. Refresh the File/Folder list by pressing the F5 key….

Read More Read More

Google Drive Uploader & Explorer v1.6.1 released!

Google Drive Uploader & Explorer v1.6.1 released!

Hi everyone, Today, I have released v1.6.1 of my tool called Google Drive Uploader & Explorer. What’s new? This release mainly fixes some stuff from the last version. Below you’ll find the changes: Fixed: Explorer now shows all the files in a selected folder Fixed: Lower Right ListBox should say “Files” instead of “Uploads (By Date Modified)” Fixed: Some numbers not having a comma (ex. 10,000.00 MB instead of 10000.00 MB) Fixed: Download Progress Bar and Remaining Time not working Fixed:…

Read More Read More

Google Drive Uploader & Explorer Tool v1.6 released!

Google Drive Uploader & Explorer Tool v1.6 released!

Hi everyone, Today, I have released v1.6 of my software Google Drive Uploader & Explorer Tool, previously just called Google Drive Uploader Tool or Google Drive Upload Tool. The Explorer addition is due to the software now allowing you to fully browse your Google Drive files the same way you do on the web, and also you can now see basic file details within the software as well. As you can see from the image above, the right part has been completely redone. Now, the ListBox…

Read More Read More

Some updates to my Google Drive Upload Tool code – 3/29/2017

Some updates to my Google Drive Upload Tool code – 3/29/2017

Hi everyone, Yesterday night, I pushed some code changes to the Google Drive Upload Tool repo on Github. The code is still in experimental stages as I have not made a release yet with the commits performed yesterday. Some changes I’ve done with the software is that it will now check if the Folder ID is valid. If it is valid, your files will be uploaded to that folder. If not, the software will ask you if you want to change…

Read More Read More

Google Drive Upload Tool v1.5 released!

Google Drive Upload Tool v1.5 released!

Hi everyone, Today, I have released v1.5 of my Google Drive Upload Tool! Here is how this version looks: Version 1.5 Changelog Changed “Length” to “File Size” Added comma in file size (ex. 10,000.00 MB instead of 10000.00 MB) When an error occurs, the upload will be retried automatically and also resume from the point it was interrumpted. Searches for every file and folder inside a folder to upload. The uploads maintain the same structure Option to preserve file modified…

Read More Read More