我使用以下方法创建了一项服务:
storage.Client(project='project_name',credentials=credentials)
https://googleapis.dev/python/storage/latest/client.html
我可以上传、删除和列出用户 Google Cloud 存储桶中的文件。我看到了将文件下载到服务器的选项,但是是否有任何选项可以获取可下载链接?
python google-cloud-storage google-cloud-platform
google-cloud-platform ×1
google-cloud-storage ×1
python ×1