使用NodeJs sdk

时间:2016-11-01 14:38:23

标签: javascript node.js google-cloud-storage gcloud

我正在使用谷歌云存储来存储图像,我也在NodeJ上运行服务器。

我想为每张图片生成servingUrl(又名magicUrl),它会动态生成不同大小的图像(查看更多https://medium.com/google-cloud/uploading-resizing-and-serving-images-with-google-cloud-platform-ca9631a2c556#.1jtzu5kuo

我尝试使用gcloud sdk生成该内容,但我找不到任何地方getServingUrl

1 个答案:

答案 0 :(得分:6)

您似乎对谷歌应用引擎和谷歌云存储感到困惑。 get_serving_url()方法仅适用于Google App Engine SDK for Python,目前在Google Cloud Client Library for Node.js中不可用。