Coder Social home page Coder Social logo

cloud-transfer-backend's Introduction

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

cloud-transfer-backend's People

Contributors

beingadityak avatar dependabot[bot] avatar dhaval-mehta avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

cloud-transfer-backend's Issues

Client ID

For self hosting this on my server. Where can I add CLIENT_ID and REDIRECT_URL ?

Project definition ?

@dhavalmehta1997, please specify the project definition in the README. Please open the relevant issues in the issues section.

google cloud

How can I deploy the master branch on google cloud? Any instructions?

unable to authenticate google drive

I have set up everything and deployed the app on my heroku account, but I am not able to authenticate my google drive. Should I change heroku config vars ? Please help.

Your Uploads showing Status: failed Message: null in heroku

I have deployed the master branch on heroku and already configured client_id, client_secret and redirect_uri when I tried to create a New Upload it saied it was successful but when I checked Your Uploads it showed failed. I then checked heroku logs and found this

2019-02-21T16:16:36.816449+00:00 app[web.1]: 2019-02-21 16:16:36.815 ERROR 4 --- [pool-1-thread-1] c.g.d.s.u.drive.ResumableDriveUploader : null
2019-02-21T16:16:36.816467+00:00 app[web.1]:
2019-02-21T16:16:36.816468+00:00 app[web.1]: java.lang.NullPointerException: null
2019-02-21T16:16:36.816473+00:00 app[web.1]: at com.github.dhaval_mehta.savetogoogledrive.uploader.drive.DriveUploader.uploadPartially(DriveUploader.java:78) ~[classes!/:1.0]
2019-02-21T16:16:36.816475+00:00 app[web.1]: at com.github.dhaval_mehta.savetogoogledrive.uploader.drive.ResumableDriveUploader.upload(ResumableDriveUploader.java:56) ~[classes!/:1.0]
2019-02-21T16:16:36.816476+00:00 app[web.1]: at com.github.dhaval_mehta.savetogoogledrive.uploader.UploadTask.run(UploadTask.java:23) [classes!/:1.0]

I have not changed anything yet so I am not sure where it went wrong a little help would be appreciated.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.