问题 I have a firebase app, and I use Firebase Storage to upload images. the URL s i get back when I use the firebase web sdk to upload are reasonable: https://firebasestorage.googleapis.com/v0/b/projectId.appspot.com/o/image.jpg?alt=media&token=51183d4a-551a-41e2-b620-14b44b8c86ed However, since Firebase doesn't support the storage API in their node.js SDK, I have to use the Google Cloud Storage SDK : bucketRef.upload(localImagePath, options, (err, file, response) => { file.getSignedUrl({ action: