implementation of you tube api using Gdata objective-c client
Posted
by
Samrudh
on Super User
See other posts from Super User
or by Samrudh
Published on 2012-10-30T04:37:24Z
Indexed on
2012/10/30
5:06 UTC
Read the original article
Hit count: 522
Currently,I am developing an app in which i implement You Tube API for uploading videos to you tube
from app. I implement API using Gdata objective-c client example youtubetest.xcodeproj. but when i
upload video i am getting following error:
Error Domain=com.goggle.GdataServiceeDomain code=400 "The Operation
couldn't" completed.(GData error invalidRequestUri:"invalid request URL")"
I try to solve this issue but can't succeeded.How can i solve this?
Thanks in advance.
© Super User or respective owner