What steps will reproduce the problem?
1.http://gdata.youtube.com/feeds/api/users/default
2.
3.
What is the expected output? What do you see instead?
Today my procees for retrieve youtube video don,t work. The response is No
longer available always por this request
http://gdata.youtube.com/feeds/api/users/default
http://gdata.youtube.com/feeds/api/users/default/uploads
What version of the product are you using? On what operating system?
Api V1. Linux
Please provide any additional information below.
I used the user and developerkey that it´s yesterdey worfk fine.
My code is
String profileUrl="http://gdata.youtube.com/feeds/api/users/default/uploads";
YouTubeService service = new YouTubeService(clientID, developer_key);
UserProfileEntry profileEntry = service.getEntry(new URL(profileUrl),
UserProfileEntry.class);
but I get a response no longer available in the second line. The first line is
ok.
Original issue reported on code.google.com by fernan...@gmail.com on 15 Jun 2015 at 9:58
Original issue reported on code.google.com by
fernan...@gmail.com
on 15 Jun 2015 at 9:58