Upload a video to google using GTLRYouTubeService fails
问题 I'm trying to upload a video to youtube using GTLRYouTubeService from my iOS-app The login process is done via GIDSignIn and works so far. When the user logged in, I'm setting up the youtube-service: self.youTubeService = [GTLRYouTubeService new]; self.youTubeService.APIKey = API_KEY; self.youTubeService.authorizer = user.authentication.fetcherAuthorizer; Then I'm preparing the video object like this: GTLRYouTube_VideoStatus *status = [GTLRYouTube_VideoStatus object]; status.privacyStatus = @