Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devtony101/jfxgoogledrive
A JavaFX Google Drive Client (For Demonstration Purposes Only).
https://github.com/devtony101/jfxgoogledrive
google-api google-drive google-drive-api java java-8 javafx javafx-8 javafx-application javafx-desktop-apps javafx-gui javafx-project
Last synced: 2 months ago
JSON representation
A JavaFX Google Drive Client (For Demonstration Purposes Only).
- Host: GitHub
- URL: https://github.com/devtony101/jfxgoogledrive
- Owner: DevTony101
- Created: 2019-11-24T02:35:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-03T18:44:15.000Z (3 months ago)
- Last Synced: 2024-10-12T18:23:29.787Z (2 months ago)
- Topics: google-api, google-drive, google-drive-api, java, java-8, javafx, javafx-8, javafx-application, javafx-desktop-apps, javafx-gui, javafx-project
- Language: Java
- Homepage:
- Size: 145 KB
- Stars: 36
- Watchers: 4
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JFXGoogleDrive
A JavaFX Google Drive Client (For Demonstration Purposes Only).![Banner](https://github.com/DevTony101/JFXGoogleDrive/blob/master/banner.png)
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](https://developers.google.com/drive/api/v3/quickstart/java).The project currently supports the following operations:
- Shows the files currently hosted in your Google Drive Account
- Upload and Download FilesThe 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](https://sellfy.com/p/2FwR/).
[Link to KeepToo's JavaFX Design Tutorial](https://www.youtube.com/watch?v=8KFlL4jLt2c).Google Drive and the rest of Google Products are owned by Google LLC.