Skip to content
This repository has been archived by the owner on May 19, 2021. It is now read-only.

cloud-transfer/cloud-transfer-backend

Repository files navigation

Save to Google Drive

A web application to download file directly to google drive from URL.

Table of Content

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.

Deploy to Heroku

Deploy

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