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
I am planning to move from GTMOAuth2 to GTMAppAuth.
In my iOS app I allow user to upload a video to youtube channel which I have already set from backend, that means user do not need to login in to their youtube account to upload the video, they can simply choose to upload the video and the video will be uploaded to my channel.
With GTMOAuth2 it was simple I was using the below code:
Now I want to achieve this same behaviour with GTMAppAuth.
Is it possible to upload a video with GTMAppAuth to a particular youtube channel without user needing to login to their account? If yes how to go about it?
The text was updated successfully, but these errors were encountered:
I am planning to move from GTMOAuth2 to GTMAppAuth.
In my iOS app I allow user to upload a video to youtube channel which I have already set from backend, that means user do not need to login in to their youtube account to upload the video, they can simply choose to upload the video and the video will be uploaded to my channel.
With GTMOAuth2 it was simple I was using the below code:
Now I want to achieve this same behaviour with GTMAppAuth.
Is it possible to upload a video with GTMAppAuth to a particular youtube channel without user needing to login to their account? If yes how to go about it?
The text was updated successfully, but these errors were encountered: