gpt4 book ai didi

python - ('Unexpected credentials type',无, 'Expected', 'service_account')与 oauth2client(Python)

转载 作者:太空狗 更新时间:2023-10-29 21:18:12 39 4
gpt4 key购买 nike

我正在尝试通过本指南获取 Google Analytics 数据:https://ga-dev-tools.appspot.com/embed-api/server-side-authorization/

def get_access_token(request):
return {'access_t': ServiceAccountCredentials.from_json_keyfile_name(
KEY_FILEPATH, SCOPE).get_access_token().access_token }

使用上面的代码,我尝试创建一个函数并将访问 token 返回到我的管理模板中的上下文。

但是。我收到此错误,我不知道该怎么办:

('Unexpected credentials type', None, 'Expected', 'service_account')

这可能是什么问题?

最佳答案

我也遇到了这个问题。我的解决方法是使用正确的 json 文件。我需要使用在创建服务帐户 key 时保存的 key ,而不是使用服务帐户客户端的 key :

developer console API key interface

希望对您有所帮助!

关于python - ('Unexpected credentials type',无, 'Expected', 'service_account')与 oauth2client(Python),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38709324/

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