iOS ShareKit在youtube上分享视频时收到错误invalid_client

时间:2016-02-15 15:03:47

标签: ios youtube cocoapods sharekit

我们正在使用ShareKit在youtube上进行视频分享,代码工作正常,但现在却出错了

<__35-[SHKYouTube authorizationFormShow]_block_invoke SHKYouTube.m:(148)> YouTube authentication finished with error:Error Domain=com.google.HTTPStatus Code=401 "The operation couldn’t be completed. (com.google.HTTPStatus error 401.)" UserInfo=0x19452960 {data=<7b0a2020 22657272 6f722220 3a202269 6e76616c 69645f63 6c69656e 74220a7d>, json={
error = "invalid_client";
 }}

我已经从GoogleConsole创建了新的测试密钥,但仍然出现此错误。

enter image description here

使用以下代码:

enter image description here

1 个答案:

答案 0 :(得分:2)

发布已经#fixed,实际上它是API密钥错误。我在Google开发者控制台上发现了一个奇怪的问题,当我创建应用类型 iOS 时,它给了我错误,但是当我创建类型为其他的应用时,键工作正常。

screen shot 2016-02-26 at 9 24 19 pm

<强>步骤 - 创建凭证-then- oAuth Client Id-then- Others enter image description here enter image description here