错误:invalid_client-即使在取消删除API项目后,OAuth客户端也被删除



我的Google API项目目前面临一个问题。这个项目昨天被删除了(我不知道是谁做的…),所以我试图取消删除它。在这之后,我仍然收到相同的错误消息:

Error: invalid_client
The OAuth client was deleted.
Request detail
cookie_policy_enforce=false
scope=https://www.googleapis.com/auth/userinfo.profile https://www.googleapis.com/auth/userinfo.email https://www.google.com/m8/feeds/ https://www.googleapis.com/auth/calendar https://www.googleapis.com/auth/drive https://www.googleapis.com/auth/tasks
response_type=code
access_type=offline
redirect_uri=https://domain.com/googleConnect
client_id=projectID.apps.googleusercontent.com

我能做些什么来完全恢复这个API项目并解决这个问题?谢谢你的帮助!

控制台上的OAuth客户端似乎已被删除。

您需要恢复(如果可能)或重新创建它。

仪表板->启用API并获取密钥等凭据->凭据->新建凭据->OAuth客户端ID

将新客户端id和反向客户端id添加到GoogleService-Info.plist

最后将com.googleusercontent.apps.YourClientId添加到URLSchemes

相关内容

  • 没有找到相关文章

最新更新