プログラムでYouTubeにビデオをアップロードしようとしています。で試しました
YouTubeService service = new YouTubeService(clientID,developer_key);
service.setUserCredentials("email", "password");
しかし、それはどのように続行するかを示す ServiceException をスロー
com.google.gdata.util.AuthenticationException: Error connecting with login URI
します ?