Skip to content
This repository has been archived by the owner on Oct 16, 2022. It is now read-only.

praekiko/upload-file-google-cloud-storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 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