- Features
- Live Demo
- Build Process
- Built With
- Bug Report
- Feature Request
- Team
- Links
- Contributing
- License
- 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
Here is a working live demo: https://savetogoogledrive.herokuapp.com
# 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
This application uses several open source packages to run.
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 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.
We always welcome new contributors. If you wish to contribute, please take a quick look at the guidelines!
MIT © Dhaval Mehta