我正在尝试以编程方式将视频上传到 youtube。我试过了
YouTubeService service = new YouTubeService(clientID,developer_key);
service.setUserCredentials("email", "password");
但它抛出 ServiceException 说明
com.google.gdata.util.AuthenticationException: Error connecting with login URI
如何继续?