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

import errors #49

Open
kopylu opened this issue Nov 11, 2015 · 2 comments
Open

import errors #49

kopylu opened this issue Nov 11, 2015 · 2 comments

Comments

@kopylu
Copy link

kopylu commented Nov 11, 2015

Hello! I'm trying to open this in Eclipse using "existing Maven project" and it says it can't resolve these imports:
import com.google.api.services.youtube.YouTube.Captions.Download;
import com.google.api.services.youtube.YouTube.Captions.Insert;
import com.google.api.services.youtube.YouTube.Captions.Update;
import com.google.api.services.youtube.model.Caption;
import com.google.api.services.youtube.model.CaptionListResponse;
import com.google.api.services.youtube.model.CaptionSnippet;

Does anyone know what this may be about?
Thanks!

@SachinIchake
Copy link

I too facing same error

@bobdenardd
Copy link

bobdenardd commented Aug 29, 2016

Looks like you need to upgrade the version of the api by changing the property in the pom to
<project.youtube.version>v3-rev178-1.22.0</project.youtube.version>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants