Skip to content

stephenplusplus/gcloud-upload-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GCS + Express File Uploads

File uploader

Set the following environment variables:

  • GCLOUD_BUCKET: The name of your target bucket
  • GCLOUD_PROJECT_ID: Your project's ID (e.g. grape-spaceship-123)
  • GCLOUD_KEY_FILENAME: The path to your JSON service account keyfile
$ npm install
$ npm start

Visit http://localhost:8080.

About

Uploading a file from the browser with gcloud-node

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published