cloud-functions-master-course icon indicating copy to clipboard operation
cloud-functions-master-course copied to clipboard

Resized image download URLs

Open JonesM87 opened this issue 4 years ago • 0 comments

After resized images have been uploaded to a storage bucket with a cloud function, how do you actually reference the images in a front end to use them as thumbnails?

Specifically I'm after the same behaviour as a normal front end upload, as in I need a token signed download URL that doesn't expire and is "unguessable". Making a file/bucket completely public is not a solution and getSignedUrl is for limited time access.

Active issue here: https://github.com/googleapis/nodejs-storage/issues/697

Is there a workaround in the meantime?

JonesM87 avatar Mar 09 '20 00:03 JonesM87