Skip to content Skip to sidebar Skip to footer

Upload Video To Youtube From Android Using Google-api-java-client 1.14.1 Or Ytd-android-0.2

Further to my earlier question which is not answered using youtube data in android project my goal is to upload YouTube video, and after get the URL, then do a search by key develo

Solution 1:

There are a number of detailed samples for using the Youtube API with the Google API Java Client here:

https://code.google.com/p/youtube-api-samples/source/browse/#git%2Fsamples%2Fjava

In addition, the ZIP for the Google API Java Client certainly does have the jars you're looking for. In the root of the zip there are two directories, "libs" and "libs-sources" (the second which also contains source code, which can be useful for debugging). Note that there is no guava jar anymore as the dependency on guava was removed.

Post a Comment for "Upload Video To Youtube From Android Using Google-api-java-client 1.14.1 Or Ytd-android-0.2"