gpt4 book ai didi

api - 我如何从 BitBucket OAuth 获取 token

转载 作者:行者123 更新时间:2023-12-05 01:43:21 27 4
gpt4 key购买 nike

我正尝试按照文档中的说明通过我的 OAuth 应用程序获取 token ,但我总是遇到此错误

{"error_description": "Invalid OAuth client credentials", "error":"unauthorized_client"}

我的行为:

  1. 我收到代码:

    https://bitbucket.org/site/oauth2/authorize?client_id={my_application_key}&response_type=code

  2. 我想收到此代码的 token :

    curl -X POST -u "client_id: my_application_secret"https://bitbucket.org/site/oauth2/access_token -d grant_type=authorization_code -d code={code}

也许我遗漏了什么?

最佳答案

将您所有的 client_id 和 secret 替换为分别从您的 Bitbucket 设置的 OAuth 生成的消费者 key 和消费者 secret 。

当您成功授权集成应用程序并通过以下方式生成 access_token 时:https://bitbucket.org/site/oauth2/access_token ,您应该会收到一个 access_token。

关于api - 我如何从 BitBucket OAuth 获取 token ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49510321/

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