0

我正在使用 Django 存储 [google] https://django-storages.readthedocs.io/en/latest/backends/gcloud.html

我使用 no-promote 将我的应用程序部署到 App 引擎,以便对其进行测试,但每次上传图像时,我都会收到此错误 无法确定没有存储桶名称的路径。.

请注意,我使用 Django admin 进行上传,并且我的服务帐户密钥位于我项目的根目录中。

我的存储桶名称是“kyimages”,在 models.py 中,image = models.ImageField(upload_to='kyimages/', blank=True, null=True)

4

0 回答 0