How to get client secret in Youtube API for iOS client?

I am working on an iOS application that contains a video upload function on Youtube.

I followed the yt-direct-lite-ios project example . Project requires client ID and client secret

I went to console.developers.google.com to create a client ID (with iOS client). However, I can ONLY find the client ID. So where can I get client secrets from here?

I also checked this post and still not working for me.

Thanks in advance.

enter image description here

+4
source share
2 answers

iOS. ( , , ). .

+4

, OAuth 2.0 client ID Add Credential.

0

Source: https://habr.com/ru/post/1612233/


All Articles