即使已设置环境,也会出现DefaultCredentialsError

时间:2018-04-29 11:09:34

标签: python google-cloud-platform

在我的venv中,我已将GOOGLE_APPLICATION_CREDENTIALS链接到“apikey.json”文件。

这个命令:

  

os.environ [“GOOGLE_APPLICATION_CREDENTIALS”]

正确给出

  

'apikey.JSON'

但是在运行我的django应用程序时,我仍然会遇到同样的错误:

DefaultCredentialsError: Could not automatically determine 
credentials. Please set GOOGLE_APPLICATION_CREDENTIALS or
explicitly create credential and re-run the application.

我还需要传递我的api json文件吗?

0 个答案:

没有答案