gpt4 book ai didi

django - 对于 django-storages 和 GCE,如何设置 GS_CREDENTIALS?

转载 作者:行者123 更新时间:2023-12-03 09:00:58 31 4
gpt4 key购买 nike

对于 django-storages 和 Google 计算引擎 (GCE),如何为 Web 应用程序创建和设置凭据?

这是当前文档:http://django-storages.readthedocs.io/en/latest/backends/gcloud.html

最佳答案

为了节省其他人的时间,我重新发布 driesdesmet 的答案, sww314 ,和 manufont添加到 2 个单独的 github 问题

第 1 步(driesdesmet)

pip install google-cloud-storage

步骤 2 (sww314)

按照此处的步骤 1、2 和可选的步骤 4(不是步骤 3)进行操作:

https://github.com/jschneier/django-storages/issues/455#issuecomment-360288072

第 3 步。 (制造商)

而不是:

GS_CREDENTIALS = "path/to/credentials.json"

这样做:

from google.oauth2 import service_account

GS_CREDENTIALS = service_account.Credentials.from_service_account_file(
"path/to/credentials.json"
)

关于django - 对于 django-storages 和 GCE,如何设置 GS_CREDENTIALS?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50454710/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com