gpt4 book ai didi

authentication - 如何从授权码中获取谷歌授权 token ?

转载 作者:行者123 更新时间:2023-12-05 03:12:11 24 4
gpt4 key购买 nike

我尝试如下获取授权 token :

https://accounts.google.com/o/oauth2/token?client_id=xxxxxxxxx&client_secret=xxxxxxxxxxx&grant_type=authorization_code&code=xxxxxxxxxx&redirect_uri=https://bigquery.cloud.google.com/dataset/projectid:datasetid

虽然我已经指定了 grant_type 参数,但我仍然收到以下错误:

 { "error" : "invalid_request", "error_description" : "Required parameter is missing: grant_type" }

我在这里做错了什么?

最佳答案

您需要使用 HTTP POST 并将值放在 POST 参数中,而不是将它们作为 HTTP GET 请求中的查询参数提供。

关于authentication - 如何从授权码中获取谷歌授权 token ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34683218/

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