Skip to content

Google Cloud Functions example showing how to upload file using formidable.

License

Notifications You must be signed in to change notification settings

rolangom/gcloud-funcs-storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gcloud-funcs-storage

Google Cloud Functions example showing how to upload file using node-formidable into Google Cloude Storage.

  1. Install the gcloud tool

  2. Create a project in Google Cloud Platform

  3. Enable Google Cloud Storage and Functions

  4. Create a bucket or use an existing one

  5. Clone this project or take the code you need

  6. Install dependencies

    npm install

  7. Deploy to Google Cloud Functions:

    gcloud beta functions deploy upload --stage-bucket [CLOUD-BUCKET-NAME] --trigger-http

About

Google Cloud Functions example showing how to upload file using formidable.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published