Uploading to Youtube via a proxy using the Java Youtube API
Posted
by Binaromong
on Stack Overflow
See other posts from Stack Overflow
or by Binaromong
Published on 2010-05-22T10:27:08Z
Indexed on
2010/05/22
10:30 UTC
Read the original article
Hit count: 555
So I want to write a servlet which uploads a video to a youtube channel using the Java API, but I can't seem to find a way of specifying that I want to go through a proxy server. I've seen an example on this site where someone managed to do this using C#, but the Classes they used don't seem to exist in the Java API. Has anybody managed to successfully do this?
YouTubeService service = new YouTubeService(clientID, developerKey);
© Stack Overflow or respective owner