菜鸟教程小白 发表于 2022-12-12 18:33:19

iOS ShareKit 在 YouTube 上共享视频时出现错误 invalid_client


                                            <p><p>我们正在使用 <a href="https://github.com/ShareKit/ShareKit" rel="noreferrer noopener nofollow">ShareKit</a>对于 youtube 上的视频共享,代码运行良好,但现在出现错误</p>

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

<p>我从 <a href="https://console.developers.google.com/apis/credentials?project=flyerly-1211" rel="noreferrer noopener nofollow">GoogleConsole</a> 创建了新的测试 key 但仍然出现此错误。</p>

<p> <a href="/image/JSDho.png" rel="noreferrer noopener nofollow"><img src="/image/JSDho.png" alt="enter image description here"/></a> </p>

<p>使用如下代码:</p>

<p> <a href="/image/Gt4lP.png" rel="noreferrer noopener nofollow"><img src="/image/Gt4lP.png" alt="enter image description here"/></a> </p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>已发布 #fixed,实际上是 APIkey 错误。我在 Google 开发者控制台上发现了一个奇怪的问题,当我创建应用类型 <strong>iOS</strong> 时,它给了我错误,但是当我使用 <strong>Others</strong> 类型创建应用时,键工作正常。 </p>

<p> <img src="https://cloud.githubusercontent.com/assets/5626513/13358095/67cd8444-dccf-11e5-99ae-1c1f59910f75.png" alt="screen shot 2016-02-26 at 9 24 19 pm"/> </p>

<p><strong>步骤</strong>
- 创建凭据 -then- oAuth 客户端 ID -then- 其他
<a href="/image/hTziT.png" rel="noreferrer noopener nofollow"><img src="/image/hTziT.png" alt="enter image description here"/></a>
<a href="/image/cthVP.png" rel="noreferrer noopener nofollow"><img src="/image/cthVP.png" alt="enter image description here"/></a> </p></p>
                                   
                                                <p style="font-size: 20px;">关于iOS ShareKit 在 YouTube 上共享视频时出现错误 invalid_client,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/35412637/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/35412637/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: iOS ShareKit 在 YouTube 上共享视频时出现错误 invalid_client