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

compilation of youtube-cmdline-uploadvideo-sample fails #5

Open
GoogleCodeExporter opened this issue Jan 28, 2016 · 0 comments
Open

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. create project of the youtube-cmdline-uploadvideo-sample in java
2. add java api v3 libs revision 64
3. compile the project

What is the expected output? What do you see instead?
expected: project will compile
actual: missing imports:
import com.google.api.services.youtube.YouTube;
import com.google.api.services.youtube.model.Video;
import com.google.api.services.youtube.model.VideoSnippet;
import com.google.api.services.youtube.model.VideoStatus;
all cannot be resolved
What version of the product are you using? On what operating system?
windows 7 java7 eclipse google-api-java-client v1.15

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 2 Jul 2013 at 1:59

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