Skip to content

MoviessHUB1/Bhadoo-Cloud-Drive

 
 

Repository files navigation

Bhadoo Cloud Drive

Save Files from URL to Google Drive

Required

  • Open Google Dev Credentials Site.
  • Create a Project, name as you like.
  • Enable Drive API
  • In Credentials Page Click Create Credentials and then Click OAuth Client ID.
  • Select Web Application.
  • In Authorized JavaScript origins enter your domain name or IP whichever you are using for this app.
  • In Authorized redirect URIs enter your domain name or IP with /api/oauth/google/callback at last.
  • eg. for https://bhadooclouduploader.herokuapp.com it's https://bhadooclouduploader.herokuapp.com/api/oauth/google/callback
  • Copy your details.
  • You'll need these 3 when deploying to Heroku using below button.

Deploy to Heroku

Before you deploy follow the above steps or it won't work.

Deploy

Source: https://github.com/cloud-transfer/cloud-transfer-backend

Packages

No packages published

Languages

  • Java 48.3%
  • CSS 39.1%
  • JavaScript 12.6%