I'm trying to upload video to youtube programmatically. I tried with
YouTubeService service = new YouTubeService(clientID,developer_key);
service.setUserCredentials("email", "password");
But it throws ServiceException stating that
com.google.gdata.util.AuthenticationException: Error connecting with login URI
How to proceed ?