How to upload video to youtube in android?

后端 未结 8 1308
栀梦
栀梦 2020-12-08 05:27

I am Creating an application which records video and uploads it on YouTube and others Social sites.

For upload I use Droid share functionality and it works good.

8条回答
  •  独厮守ぢ
    2020-12-08 06:21

    I don't have enough reputation to comment, but I lost an hour or so trying to get user2126788's code to work because I forgot to set the type on the intent.

    sharingIntent.setType("video/*");
    

提交回复
热议问题