如何获取Google Cloud Storage中文件的下载URL?

时间:2020-01-30 09:59:08

标签: python google-cloud-storage

我使用:

创建了服务
storage.Client(project='project_name', credentials=credentials)

https://googleapis.dev/python/storage/latest/client.html

我可以上传,删除和列出用户Google Cloud存储桶中的文件。我已经看到了将文件下载到服务器的选项,但是是否有任何选项可以获取可下载的链接?

任何帮助将不胜感激。谢谢。

0 个答案:

没有答案