Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
240 views

How should I fetch data from Youtube Data API with SwiftUI?

2023/06/17 Update:already solved. It's because the JSON format doesn't match with Youtube Data API's. Here's the update code: struct SearchResponse: Codable { let items: [Item] struct Item: ...
Chihyu's user avatar
  • 1
0 votes
1 answer
162 views

GoogleSignIn iOS SDK doesn't match YouTube's Quickstart manual

I'm trying to integrate my app with YouTube's data API. I found YouTube's manual for doing so. The Problem When I tried to use the GoogleSignIn SDK in my project, it was completely different from what ...
Shahar Melamed's user avatar
0 votes
2 answers
2k views

YouTube Data API Error 403 Insufficient Permission

I'm working on an IOS app using Swift that requires accessing to the user's YouTube subscriptions. After adding all scopes I need on Google Cloud Platform and implementing GoogleSignIn in Firebase. I ...
nour's user avatar
  • 3
2 votes
0 answers
440 views

YouTube API for commercial use, storing data from YouTube API locally

I am curious. Can I use YouTube API for commercial use in a way: I will have Android/iOS app, which will be free on Google Play/App Store. This app will contain embedded videos from YouTube. I get all ...
Dobroslav Radosavljevič's user avatar
-1 votes
3 answers
244 views

Swift JSON not parsing Data Swift

I am trying to parse data from the YouTube Data API into a swift string. Therefore, I am using Alamofire as well as SwiftyJSON. However, SwiftyJSON does not parse anything and I get an error "...
linus_hologram's user avatar
0 votes
1 answer
477 views

iOS Swift YouTube Data API v3 Integration Crash App

I am trying to implement YouTube Data API v3 in a newly created project for testing purpose. My main goal to upload video from app. I'm Following: https://developers.google.com/youtube/v3/...
Ankush Chakraborty's user avatar
3 votes
0 answers
250 views

Youtube Data API v3 inactivity email from Google

In our app (both iOS and Android) we are playing some Youtube videos through the Youtube Player API flow and we do it by assigned the specific URL we need and initialise the player with a developer ...
Gilad Eshkoli's user avatar
0 votes
0 answers
85 views

Upload the video from iOS device to youtube Xamarin iOS

// My code to assign the credentials to youtubeService: TokenResponse token = new TokenResponse(); token.AccessToken = e.User.Authentication.AccessToken; token.IssuedUtc = DateTime.Now; ...
iOS Developer's user avatar
3 votes
1 answer
3k views

YouTube Live Streaming API in swift

I'm so sorry for asking such a basic question. I've been struggling for a few days. Because Google api documents are really the worst. Here's how I am now. With GoogleSignIn, OAuth is done. (It has ...
oddK's user avatar
  • 261
3 votes
1 answer
213 views

Uploded Video using Youtube rest API getting Failed

I am trying to upload a video to YouTube with YouTube’s REST API via Swift from ios app but I am having great difficulty figuring out what to do. I have used following code to upload video on youtube ...
Khush's user avatar
  • 181
0 votes
0 answers
67 views

YouTube Api v3 returns 500 internal server error when making POST request on iOS

I have weird problem with YouTube Api V3. My app is on AngularJS and it works perfectly. The only one problem is when I try to subscribe for a channel, I receive 500 Internal Server Error. The ...
D.Kos's user avatar
  • 1
1 vote
0 answers
489 views

YouTube Data Api Swift: Share Video to YouTube with Privacy Status and Tags

I have a share to youtube feature in my app. I allow users to select the privacy status as well. I am able to upload the video with a title and description. I am having trouble setting the privacy ...
Michaelcode's user avatar
  • 2,117
2 votes
1 answer
5k views

How to get channel name using YouTube API?

I would like to get channels name of a videos but it is giving the playlists name. I am currently using this URL var urlString = "https://www.googleapis.com/youtube/v3/playlistItems?part=snippet&...
KZY's user avatar
  • 91
1 vote
1 answer
232 views

How to get youTube channel featured-video URL using youTube API?

I'm trying to get a Youtube channel featured or default video ID from youtube API.How can I get the youTube featured-video URL using the youTube API?
Ravindhiran's user avatar
  • 5,364
0 votes
2 answers
314 views

How do I filter out videos non-embeddable videos from Youtube playlist API

I want to filter out non-embeddable videos from Youtube Playlist API like I do in search API. I am using videoEmbeddable=true for search api like "https://www.googleapis.com/youtube/v3/search?part=...
udbhateja's user avatar
  • 958

15 30 50 per page
1
2 3 4 5
7