2013-05-08 91 views
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
如何進行?

回答

3

看起來好像你沒有設置你的認證。我建議使用Data API v3。這裏有一個偉大的java UPLOAD的例子。

我還使用ServiceIntent公開了一個Android上傳示例(YouTube Direct Lite)。隨時檢查一下。