khalodark / youtube-api-samples

Automatically exported from code.google.com/p/youtube-api-samples
0 stars 0 forks source link

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

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 ronyyani...@gmail.com on 2 Jul 2013 at 1:59