在我的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文件吗?