Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

youtube-v2-atom-oauth-sample #16

Open
GoogleCodeExporter opened this issue Mar 15, 2015 · 10 comments
Open

youtube-v2-atom-oauth-sample #16

GoogleCodeExporter opened this issue Mar 15, 2015 · 10 comments

Comments

@GoogleCodeExporter
Copy link
Collaborator

Which API (e.g. Google Calendar Data API)?

YouTube Data API

Java environments (e.g. Android 2.2, App Engine 1.3.7, Java 6)?

Java 6

External references, such as API reference guide?

http://code.google.com/apis/youtube/2.0/developers_guide_protocol_audience.html

Please provide any additional information below.

Original issue reported on code.google.com by yan...@google.com on 14 Sep 2010 at 10:05

@GoogleCodeExporter
Copy link
Collaborator Author

Original comment by yan...@google.com on 21 Sep 2010 at 8:17

  • Changed title: YouTube Atom OAuth Sample on Java 6
  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Collaborator Author

Issue 28 has been merged into this issue.

Original comment by yan...@google.com on 27 Sep 2010 at 11:15

@GoogleCodeExporter
Copy link
Collaborator Author

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

@GoogleCodeExporter
Copy link
Collaborator Author

Issue 34 has been merged into this issue.

Original comment by yan...@google.com on 1 Oct 2010 at 9:11

@GoogleCodeExporter
Copy link
Collaborator Author

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

@GoogleCodeExporter
Copy link
Collaborator Author

Good to know.  Thanks for the update.

Original comment by yan...@google.com on 2 Oct 2010 at 2:13

@GoogleCodeExporter
Copy link
Collaborator Author

Original comment by yan...@google.com on 21 Oct 2010 at 3:11

  • Added labels: Type-Sample

@GoogleCodeExporter
Copy link
Collaborator Author

Original comment by yan...@google.com on 21 Dec 2010 at 2:49

  • Changed title: youtube-v2-atom-oauth-sample

@GoogleCodeExporter
Copy link
Collaborator Author

Original comment by yan...@google.com on 26 Apr 2011 at 11:19

  • Added labels: Priority-Low
  • Removed labels: Priority-High

@GoogleCodeExporter
Copy link
Collaborator Author

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:

This was referenced Mar 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant