moshangchen / gdata-objectivec-client

Automatically exported from code.google.com/p/gdata-objectivec-client
Other
0 stars 0 forks source link

Unable to upload Video to youtube from different geographical regions using GData Static lib for ios #156

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.change in geographical region.
2.
3.

What is the expected output? What do you see instead?
The video should be uploaded to Youtube channel neglecting the location from 
where i am uploading video using a ipad app.

What version of the product are you using? On what operating system?
GData static lib v1.12
OS I-os 6
Please provide any additional information below.
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

Original issue reported on code.google.com by amnetse...@gmail.com on 11 Dec 2012 at 4:59

GoogleCodeExporter commented 9 years ago
Your app can either change to using OAuth 2 for sign-in, or detect the errors 
returned and send the user to a web page in the browser to sign in. Otherwise, 
the server's abuse detection will likely prevent uploading. This is not an 
issue specific to the client library.

Original comment by grobb...@google.com on 12 Dec 2012 at 12:02