小编sub*_*hn_的帖子

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

我使用以下方法创建了一项服务:

storage.Client(project='project_name',credentials=credentials)

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

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

python google-cloud-storage google-cloud-platform

6
推荐指数
1
解决办法
2万
查看次数