1
使用gcloud Node library,如何獲取雲存儲存儲桶中文件的URL?如何使用gcloud-node獲取Google Cloud Storage文件的URL?
考慮一個文件對象的下列instantation:
let bucket = gcs.bucket(`aBucket`)
let cloudFile = bucket.file(`aFile`)
我想獲得的URL下載cloudFile
。
這是storage.googleapis.com//
@jarmod想寫這個作爲答案? – aknuds1