# gcloud-upload-example **Repository Path**: mirrors_stephenplusplus/gcloud-upload-example ## Basic Information - **Project Name**: gcloud-upload-example - **Description**: Uploading a file from the browser with gcloud-node - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-04-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 ```sh $ npm install $ npm start ``` Visit [http://localhost:8080](http://localhost:8080).