Failing video Upload to youtube from ios app - ios

I am trying to upload video to Youtube using GData static library from an ipad app it is working fine if I upload from the same location where the Youtube account is being created but if the location is changed the upload from the app fails and when I log in via the website it displays a message:
Some One tried to Login in your account. Is that you?
I have used client login authentication in my app.

Related

How to authorize my application with Youku to upload videos to end user's account?

I am working on desktop video editing application. In this app I need to implement Youku video uploading feature. For this purpose I registered my app on https://cloud.youku.com and got the ClientId to use the Video Upload API.
The official documentation (Chinese) says that I need access and refresh tokens to use the Upload API. Using the Upload API with manually generated access token I managed to upload videos to my own Youku account.
However, in my application I need to upload videos to an end user's account. According to the answer on How to get youku access_token I am trying to open the following URL to authorize my app in the end user's account.
https://openapi.youku.com/v2/oauth2/authorize?state=&redirect_uri=https%3A%2F%2Fispringsolutions.com&response_type=code&client_id={MYAPPCLIENTID}.
However I am getting the following error response:
code=1005&type=SystemException&description=Client+id+invalid
I am using the same ClientId that I used to upload videos to my account.
I also found the following document http://api.sandbox.yes.youku.com/open_upload.html (Chinese, can be Google-translated) mentioning the different authorization URL https://api.youku.com/oauth2/authorize?client_id={client_id}&response_type=code&redirect_uri={CALLBACK_URL}&state=. However this API is seems to be crossed out since September, 2015.
So, is it possible today to authorize a custom application in end user's account on Youku for video uploading? I have two hypotheses:
Youku have removed the ability to authorize third party applications to upload videos to an end user's account
or
The third party application have to pass a sort of verification process to get authorized in end user's account
I've finally got a response from Youku on this question.
hello 你好,
先解答您的问题
1.https://openapi.youku.com/v2/oauth2/authorize?这个接口已经废弃了,建议使用此文档中的上传方案https://cloud.youku.com/docs?id=109
2.您可以使用一个accesstoken,将您平台的视频统一上传至优酷同一个账号中,方便您管理内容
谢谢
Which is translated by Google as:
hello,
Answer your question first
https://openapi.youku.com/v2/oauth2/authorize? This interface has been deprecated, it is recommended to use the upload scheme in this document https://cloud.youku.com/docs?id=109
You can use one accesstoken to upload videos of your platform to the same account on Youku, which is convenient for you to manage content
Thank you
So, I can conclude that it is currently not possible to authorize your application with Youku to upload a video to another user account.
Youku Upload API is now suitable only for batch upload of videos to your account. You can't use the Youku Upload API in your application to let the application automatically upload a video to an end-user account. Users have to upload their videos manually to Youku via Web Browser.

Youtube Upload using javascript in Developers Account

We're uploading videos on youtube, but we're facing issues when page loads on client side, it asks for signin to users, we need them to upload video in our account
Usage
Javascript Api
Referred :-https://developers.google.com/youtube/v3/docs/videos/insert
How can we upload without node server & with auto signin in our account using javscript(frontend)

YouTube API v3, iOS App authentication for company YouTube account

What I want to do in a nutshell:
In our app I want to be able to upload videos to our company YouTube account. Our app has 'host' users and 'guest' users. The host can upload videos for a guest. The video will be unlisted so they're not available publicly and the guest will get a message in the app telling them that a new video is available. We'll then play the video in the app using the YouTube link.
I've downloaded the google-api-objectivec-client source and integrated it in the project. I've studied the YouTube example application that comes along with it. In this example application the user logs into her own account using OAuth 2.0 which is not our use case. The app should have authorization to upload videos to our company account without bothering the user.
I've read a lot of documentation and searched the web to see if someone else has solved this but I was not able to find the right solution.
My Question:
How should our app get authorization to upload videos? Using API keys, using Google+, using a service account? If someone can point me in the right direction, I would really appreciate it!
Unfortunately this is not possible at the moment.

How to the solve issues NoLinkedYouTubeAccount in an IOS custom app?

I created an iPhone application to integrate YouTube API using Gdata static file.In the iPhone application login with gmail account an upload video on YouTube account. The problem is that some gmail account it uploading successfully but some gmail account it show error message "failedWithStatus:401 data:NoLinkedYouTubeAccount"
Please let me know how to solve above problen in custom iPhone application.
For sharing to YouTube with Gmail account, you must first create the channel in your YouTube account when signed in with your Gmail account.
How create the channel on YouTube : http://support.google.com/youtube/

OAuth callback url for iOS

i have an app that i have devloped in xCode 4.5 and using phonegap. I wanted to connect to twitter and dropbox and i registered my app, i'm using childBrowser and oAuth.js to do the authorization.
The problem i'm having is what do i set the callback url to be for my app?
I've seen on some sites to create a url scheme in your plist, which i did called 'myapp://' and when i open safari in my phone and type this in it launches my app, however when i pass this to dropbox or twitter nothing happens, that is control is never returned to my app.
Help please!!

Resources