A web application to download file directly to google drive from URL.
Table of Content
- Features
- Live Demo
- Build Process
- Built With
- Bug Report
- Feature Request
- Team
- Links
- Contributing
- License
Features
- OAuth - Say good bye to registration and login
- Use Google account to login
- No upload size limit
- No access to your personal files
- No Concurrent Upload limit
- Automatically extraction of filename from URL
- Small API: with only 6 methods there's not much to learn
Live Demo
Here is a working live demo: https://savetogoogledrive.herokuapp.com
Build Process
# Clone this repository
$ git clone https://github.com/dhaval-mehta/url-to-google-drive
# Go into the repository
$ cd url-to-google-drive
# Build the app
$ ./mvnw package
# Run the app
$ ./mvnw spring-boot:run
Built With
This application uses several open source packages to run.
Bug Report
If you find a bug (the website couldn't handle the upload request and / or gave undesired results), kindly open an issue here by including your upload URL.
Feature Request
Feature requests are always welcome. If you'd like to request a new function, feel free to do so by opening an issue here. Please include sample queries and their corresponding results.
Team
Links
Contributing
We always welcome new contributors. If you wish to contribute, please take a quick look at the guidelines!
License
MIT © Dhaval Mehta