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
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!
The text was updated successfully, but these errors were encountered:
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>
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!
The text was updated successfully, but these errors were encountered: