aduyng / node-gcs-upload-example

An example of uploading files to a google cloud storage bucket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-gcs-upload-example

An example of uploading files to a google cloud storage bucket

Setup

  1. Clone this repo
  2. Install dependencies
    npm install
  3. Set the the path to the service key
    export GOOGLE_APPLICATION_CREDENTIALS=/absolute/path/to/service/key.json
  4. Run the script
    npm start

About

An example of uploading files to a google cloud storage bucket

License:MIT License


Languages

Language:JavaScript 100.0%