You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 2 Jul 2013 at 1:59The text was updated successfully, but these errors were encountered: