Skip to content

g4spow/upload-file-google-cloud-storage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Upload File to Google Cloud Storage

Usage

You need to create .env file that has google cloud information like this

PORT=8080
KEY_FILE_PATH=path/to/your/service-account-key.json
PROJECT_ID=your-project-id
BUCKET_NAME=your-bucket-name

Then you can start this project by

npm install
npm run start

About

Uploading file to Google Cloud Storage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.0%
  • HTML 7.0%