问题场景:我尝试在新的 Google 帐户中使用 iOS Youtube API 将视频上传到 youtube。记录成功后,我得到以下异常。你能告诉我如何在目标c中修复吗?如何修复它请告诉我
unexpected response data (uploading to the wrong URL?)
'NSInternalInconsistencyException', reason: 'unexpected response data (uploading to the wrong URL?)'
我在我得到的代码中删除了调试
An error occurred: Error Domain=com.google.GTLJSONRPCErrorDomain Code=-32602 "The operation couldn’t be completed. (Unauthorized)" UserInfo=0x17547f680 {error=Unauthorized, NSLocalizedFailureReason=(Unauthorized), GTLStructuredError=GTLErrorObject 0x1744557b0: {message:"Unauthorized" data:[1] code:-32602}}
工作场景: 我尝试用旧的谷歌账户上传(这个账户已经登录并手动创建了chennal)视频上传成功。