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 of failure, power outage, or PC crash
- Files preserve their Modified Date
- Bilingual support (English, Spanish)
The software was programmed in the Visual Basic .NET language using Visual Studio 2017 and it is Open Source. You can find the source code on GitHub: https://github.com/moisespr123/GoogleDriveUploadTool
Download it here: https://github.com/moisespr123/GoogleDriveUploadTool/releases
To use this software, you’ll need to do Step 1 (Step 1: Turn on the Drive API) in this quick start guide from Google: https://developers.google.com/drive/v3/web/quickstart/dotnet
Please read the README.MD file in the repo for more information on how to use this software: https://github.com/moisespr123/GoogleDriveUploadTool/blob/master/README.md
Read my story of why I created this tool here.
Enjoy!!