Skip to content

A JavaFX Google Drive Client (For Demonstration Purposes Only).

Notifications You must be signed in to change notification settings

DevTony101/JFXGoogleDrive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JFXGoogleDrive

A JavaFX Google Drive Client (For Demonstration Purposes Only).

Banner

The project uses the Google Drive API, in order to uset it you'll need to add your own credentials.json file. You can create one for a QuickStart in Google's API Introduction Page here.

The project currently supports the following operations:

  • Shows the files currently hosted in your Google Drive Account
  • Upload and Download Files

The user must give the app consent to do such operations.

Future Improvements

  • Optimize the process when uploading a file. (Checking the MIME type)
  • Give functionality to the Quick Access panel.

Inspiration

The design is based on @k33ptoo original design. Link to KeepToo's JavaFX Design Tutorial.

Google Drive and the rest of Google Products are owned by Google LLC.