iPhone Upload video to youtube app using GData framework

后端 未结 4 844
太阳男子
太阳男子 2021-01-02 19:10

I want to upload video from my app to the youtube. I am using the example YoutubeTest for this purpose. I have set the developer key and client Id for my app. Now when tryin

4条回答
  •  时光说笑
    2021-01-02 19:44

    I faced the same error. But I did find a solution through trial and error :)

    Actually as Youtube itself states

    enter image description here

    You don't need to provide Client_Id anymore. Please remove it.

    But the actual problem was with the login credentials. API was returning error response when i login as "xyz@gmail.com". It started working when i provided just the username without domain "xyz".

    Hope this helps!

提交回复
热议问题