Thanks to visit codestin.com
Credit goes to github.com

Skip to content

torbensky/google-drive-encrypt

 
 

Repository files navigation

page title tags date
Google Drive Encrypted File Upload
google drive encryption
2020-03-12

Source for [https://drive-encrypt.com] which provides encrypted file storage for Google Drive in direct browser upload and download (no middleware server). See the FAQ for more info.

Local Testing

App is only configured in gcloud for operation on the drive-encrypt.com domain, so that needs to be mocked using hosts file.

Edit /etc/hosts and add

127.0.0.1 drive-encrypt.com

Run in dev mode with HTTPS_PORT=443 npm run dev

Hit https://drive-encrypt.com as normal (and accept self-signed cert)

Resources:

https://developers.google.com/drive/v3/web/listing

https://chrome.google.com/webstore/developer/dashboard

https://developer.chrome.com/webstore/inline_installation

About

Source for drive-encrypt.com -- Encrypted file storage on Google Drive

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.9%
  • CSS 8.9%
  • HTML 3.2%
  • Shell 1.0%