gpt4 book ai didi

api - 在 Salesforce 中获取 {"error":"invalid_grant","error_description":"authentication failure"}?

转载 作者:行者123 更新时间:2023-12-04 17:46:09 26 4
gpt4 key购买 nike

我正在尝试获取我的 salesforce partialbox 的 session ID。

我的代码:

curl https://test.salesforce.com/services/oauth2/token -d "grant_type=password" -d "client_id=definitely the correct client id" -d "client_secret=definitely the correct client secret" -d "username=mymail@mail.com.partialbox" -d "password=passandsecuritytoken"

我还做了什么:
  • 在我连接的应用程序设置中授予完全访问权限
  • 将 IP 限制设置为宽松的 ip 限制
  • “所有用户都可以为自己授权”
  • 双重检查通过,客户端 ID,客户端 secret ,用户名

  • 我仍然收到错误 {"error":"invalid_grant","error_description":"authentication failure"} .

    我搜索了 SF 论坛和 StackOverflow 问题,但找不到任何解决方案。有谁知道,这里还有什么问题?

    最佳答案

    我仍然很困惑,我不知道到底发生了什么,但我遇到了同样的问题,我能够通过执行以下操作来“修复”它。

    首先,放宽应用的IP限制。

    管理应用程序 -> 连接的应用程序 ->(我的应用程序的名称)

    然后将“IP 放宽”设置为“放宽 IP 限制”。

    据我所知,我正在使用的沙盒应用程序中没有 IP 限制,但我对此还是个新手,所以也许它们藏在某个地方。

    其次,在我看起来很像你的 curl 命令中,我省略了安全 token ,所以密码字段只是密码。

    我真的不知道我是否已经解决了我的问题,但我正在取回访问 token 而不是“invalid_grant”错误。

    我计划做一些额外的调查来弄清楚发生了什么,但我想,当我提出这个问题时,我会确保这个答案在这里。

    关于api - 在 Salesforce 中获取 {"error":"invalid_grant","error_description":"authentication failure"}?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34154385/

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