youtube / api-samples

Code samples for YouTube APIs, including the YouTube Data API, YouTube Analytics API, and YouTube Live Streaming API. The repo contains language-specific directories that contain the samples.
5.43k stars 2.97k forks source link

import errors #49

Open kopylu opened 8 years ago

kopylu commented 8 years ago

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 commented 8 years ago

I too facing same error

bobdenardd commented 8 years ago

Looks like you need to upgrade the version of the api by changing the property in the pom to

v3-rev178-1.22.0