How to upload a file to Google bucket and generate a link to the file from Node.js server

Uros Randelovic
3 min readOct 4, 2020
Photo by Marina Khrapova on Unsplash

Yet another how-to that, hopefully, will cut some dev time to others and my future self ๐Ÿ˜Š

Assumptions:

  1. You know how to set up a node.js express server (if you donโ€™t here is a tutorial)
  2. You know how to set up google bucket (google docs)

--

--