mk-toolブログ

エンジニアと家のことをごちゃごちゃと書いてます

2021-05-30から1日間の記事一覧

Make the specific file public with ACL for GoogleCloudStorage

In API spec, we can see the source code for "Make Public". Home - Documentation github.com let storageRef = storage.bucket(BUCKET_NAME); await storageRef.file(payload.fileName).makePublic()