4
我試圖以編程方式將視頻上傳到Youtube。 我試着用以編程方式將視頻上傳到Youtube
YouTubeService service = new YouTubeService(clientID,developer_key);
service.setUserCredentials("email", "password");
但它拋出ServiceException指出com.google.gdata.util.AuthenticationException: Error connecting with login URI
如何進行?