Open GoogleCodeExporter opened 9 years ago
Original comment by yan...@google.com
on 21 Sep 2010 at 8:17
Issue 28 has been merged into this issue.
Original comment by yan...@google.com
on 27 Sep 2010 at 11:15
Merging Issue 34:
Could you please expand the YouTube sample to demonstrate video uploading? I've
tried all uploading methods (Direct uploading, resumable uploading, uploading
without metadata) and always get a Bad Request. All other functionality
(accessing videos, deleting them, etc) is working, it is only uploading where
I'm having the problems. Uploading in this fashion (using
MultipartRelatedContent) works perfectly for me with Picasa. What is different
about YouTube?
Merging Issue 28:
Code required for fetching from youtube, the following using
google-api-java-client
1) Most Rated Videos
2) Most Viewed Videos
3) Searching a video
Original comment by yan...@google.com
on 1 Oct 2010 at 8:57
Issue 34 has been merged into this issue.
Original comment by yan...@google.com
on 1 Oct 2010 at 9:11
I have just gotten uploading to work with YouTube. The difference from Picasa
is that there are more required fields within the meta data, one of which is
the <media:category> field. If these are missing the upload fails.
Original comment by jsjenkin...@gmail.com
on 1 Oct 2010 at 9:21
Good to know. Thanks for the update.
Original comment by yan...@google.com
on 2 Oct 2010 at 2:13
Original comment by yan...@google.com
on 21 Oct 2010 at 3:11
Original comment by yan...@google.com
on 21 Dec 2010 at 2:49
Original comment by yan...@google.com
on 26 Apr 2011 at 11:19
Here is a sample class for uploading/deleting a youtube video using
google-api-java-client. I release the code into the public domain.
Original comment by f.hacken...@chello.at
on 18 May 2011 at 11:23
Attachments:
Original issue reported on code.google.com by
yan...@google.com
on 14 Sep 2010 at 10:05