Browsed by
Tag: google drive

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

My tool to upload files to Google Drive has been released! v1.4

My tool to upload files to Google Drive has been released! v1.4

Hi everyone, Today, I’m proud to announce the release of my tool to upload files to Google Drive: The tool, which I’ve been programming since Saturday, features the following: Upload files in batch Specify a Folder ID to upload the batch (or just upload to the root folder of your Drive account) Simple Drag and Drop interface Download your latest files shown in the list Progress bar indicator Remaining time for the current file being uploaded Resumable uploads in case…

Read More Read More

My new tool to upload files to Google Drive – A day of Programming

My new tool to upload files to Google Drive – A day of Programming

Hi everyone, Yesterday I had no patience anymore when it came to uploading files to Google Drive. As you may know, I’m a video editor and I post YouTube videos to my channels and I need to backup those files to the cloud in case of a Hard Disk crash. The issue is that sometimes, the internet connection is unstable and sometimes the power goes out which means that I need to restart the upload from the beginning. It seems,…

Read More Read More