Tagged Questions
-1
votes
1answer
70 views
Youtube-API upload script moving to HostGator [closed]
My youtube upload script is working great. (link)
Now i want to move my uploader script to HOSTGATOR.
But when i want to run my working script;
Fatal error: Uncaught exception ...
0
votes
1answer
56 views
Check validity of gdata access token
I am using the gdata sdk to upload a video to youtube. Today I was testing what would happen if I revoke the access of my app to youtube. After revoking access in Google Account ...
0
votes
1answer
151 views
iOS: Retrieving an entire YouTube playlist (all videos) with YouTube Gdata API
I have managed to use the GData in iPhone project.
I have also managed to get all the Uploads videos and all the playlist name also.
Reference to the project: YouTubeList
I need to get all the link ...
0
votes
1answer
84 views
How to play just the audio of YouTube Video?
In my app I have played a youtube video by embedding it, but how can i only play the audio of the video? I tried using AVAudioPlayer and use the videos url as the file path but it didnt work, any ...
1
vote
0answers
75 views
YouTube: Searching my channel for tags x AND y
I wish to search my channel for any video that has tagX AND tagY. As per this answer, I've tried the following URL:
http://gdata.youtube.com/feeds/api/users/myusername/uploads/-/tagX/tagY?v=2
But ...
0
votes
0answers
67 views
After uploading video to youtube the preview thumbnail is redish
I'm trying to upload a video to youtube from my ios application. The upload works fine, but there is just one problem the preview thumbnail of my uploaded video is redish. When I play my video file, ...
0
votes
1answer
115 views
Filter YouTube video feed by duration using GData
I am using the GData API method
- (GDataServiceTicket *)fetchFeedWithQuery:(GDataQuery *)query
delegate:(id)delegate
...
0
votes
0answers
72 views
YouTube Batch Processing for Playlist Videos
We have a YouTube channel, which has several playlists, each of which has several videos.
I am trying to get the FIRST FOUR videos for each playlist, using the YT API, but it takes a long time to ...
0
votes
1answer
98 views
Retrieving timestamp of YouTube comments
Here is the API response for retrieving comments of a YouTube video, taken from https://developers.google.com/youtube/2.0/developers_guide_protocol_comments:
<feed>
<entry>
...
...
0
votes
1answer
76 views
YouTube API Inbox Request doesn't always work
I',m trying to get Inbox Messages for authenticated Youtube's user's profile.This is my code
def GetInboxMessage(self):
uri = ...
0
votes
0answers
104 views
Expected response code 200, got 500 Internal Error
Well, i try with Zend Gdata YouTube to do somethings :
I doing lot of requests search, then lots of new entry video to a playlists requests.
Before add :
if($compteur == 15)
{
$compteur = 0;
...
0
votes
1answer
110 views
Create A Channel using Youtube API in .Net
The new youtube api (2.1 and 3.0) supports creating a channel for youtube if the google account is not linked to youtube
http://apiblog.youtube.com/2011/10/introducing-google-account-support-and.html
...
0
votes
0answers
50 views
Problems with GTMO files
I have downloaded some GTMO files to use in my xcode project. Mostly to authenticate the username and password for uploading videos to YouTube.
I am trying to use Auth2.
The problem lies in that in ...
0
votes
0answers
222 views
Caching YouTube videos in PHP
So I've been through the grinder figuring out how to enable my server to download videos from YouTube. I've tried the Gdata APIs, the Zend Framework, cURL, and raw PHP. I have been successful as far ...
0
votes
0answers
166 views
YouTube data api with Json-c in android
Am trying to create a request to youtube and trying to parse the json-c result i get.
The code is not working and is throwing exception. Where am i going wrong? Kindly help
MainActivity.java
...
2
votes
0answers
122 views
iOS GData YouTube comment on a Video
There are a lot of GData YouTube tutorials on how to upload a Video in an iOS App, but I didn't find one showing how to comment on a Video. So I read on the reference-page, just tried and so on but ...
2
votes
1answer
249 views
Get XML with id's of all uploaded videos on youtube channel
I have more than 100 videos uploaded in a youtube channel. I get the xml of channel as:
https://gdata.youtube.com/feeds/api/users/UserId/uploads , it only returns xml with id's for only 25 videos. ...
0
votes
1answer
238 views
How can I get the video title when using YouTube Player IFrame API?
I have a video id. And then I show a video via YouTube Player API's IFrame API. The video is displayed, and now I need to IMMEDIATELY get this video's title.
Please note that I need to IMMEDIATELY ...
0
votes
1answer
247 views
Is there a way to auto-resume interrupted uploads to youtube using Python GData?
I'm currently using the default settings (which I believe use API v. 1) and the standard youtube-upload python script to upload videos. However, any slight interruption in the network gets the entire ...
1
vote
1answer
221 views
Service Exception
I am trying to upload a video to youtube from an iPhone "installed application" with GData for ObjectiveC.
Currently I receive an error on my upload ticket: ServiceException - error code 500.
From ...
2
votes
2answers
608 views
How to get all YouTube comments with Python's gdata module?
Looking to grab all the comments from a given video, rather than go one page at a time.
from gdata import youtube as yt
from gdata.youtube import service as yts
client = yts.YouTubeService()
...
0
votes
0answers
285 views
Upload a video to YouTube from iphone application in ios6
My application have xcode4.5 and ios6, I am trying to upload a video to youtube from iphone application, So I integrated gdata api and followed this.
...
0
votes
1answer
57 views
editLink is null when using youtube api to change a youtube video from private to public
I am trying to update a youtube video from private to public. But the editlink I got in respond is null.
Here's my code:
// returns a youtube service
GDataServiceGoogleYouTube *service = [self ...
2
votes
0answers
203 views
Malformed multipart body youtube video upload
I am trying to upload video to youtube from iPhone app. But i am getting "Malformed multipart body".
Here is my request format :-
Headers :
Authorization: Bearer ...
1
vote
0answers
109 views
Gdata youtube api user feed returns -1
I have been following the youtube tutorial and have gotten the authenticity token as a session length token and stored it in the database. Now when I do
String feedUrl = ...
0
votes
0answers
52 views
My account got disabled after access from different places
I developed an app for iPad, and used a youtube api key in it for accessing videos from youtube using gdata api. But when the app got approved by Apple, it was used by a few users worldwide and now ...
0
votes
1answer
189 views
Youtube API Batch Request BUG?
I'm retrieving large amounts of data from Youtube (users and videos) via their API, but it is getting slower and slower because my needs are incresing trough the time and the requests apparently must ...
0
votes
0answers
140 views
Getting video url uploaded to YouTube via GData framework
I have a question about GData Youtube framework. I am uploadind my video successfully. But i'm asking that, is it possible to get video url immediately after dissmissing my YouTubeViewController. I ...
1
vote
1answer
287 views
Socket error when using gdata Youtube API in Python
I'm using gdata to map YouTube URLs to video titles, using the following code:
import gdata.youtube.service as youtube
import re
import queue
import urlparse
ytservice = youtube.YouTubeService()
...
0
votes
2answers
2k views
Show YouTube private videoes only for website users
I have experience with YouTube API. But I always used it for public videos. Now. what I want to achieve is, to make video on my YouTube channel TOTALLY invisible (in other word private) and shows this ...
1
vote
0answers
64 views
how to retrieve any restrictions on a youtube video?
i am working on getting videos from YouTube. This link has been very helpful:
https://developers.google.com/youtube/1.0/developers_guide_python#code_printVideoEntry
Except that i couldn't really make ...
1
vote
2answers
589 views
Trying to direct upload via Youtube API and getting Invalid Request (NSURLErrorDomain error 400.)
I'm trying to direct upload a video to Youtube via the Youtube API. I can't figure out where the problem is...is it my request URL syntax? Is there something wrong with the way I'm adding the video ...
-4
votes
1answer
87 views
can I use YouTube Videos as main content on my Facebook Application? [closed]
I'd like to create a Faceook application which is same like Socialcam but in a different aspect, which is sports.
I can get the user Page Likes which are sports and create the video playlist ...
0
votes
1answer
252 views
How to get the youtube last updated date using gdata java youtube api
I'm using gdata java client to load youtube video metadata. One of the key information I'm looking for is the published date and last updated date. Though I'm able to get the published date, the API ...
0
votes
1answer
561 views
YouTube API: Private Video Access
I know that controlling a video's privacy setting (public, private, unlisted) is done through setting the yt:private or yt:accessControl tags. However with a YouTube video, when it is set to private ...
0
votes
3answers
155 views
Why do I keep getting an Apple Mach-O Linker Error Using the Youtube API in GDATA
Hi I keep trying to build my project, but I keep getting 4 errors.
Any help would be greatly appreciated!
I definitely added the GData code correctly, and I did add the libxml2.dylib in my build ...
2
votes
1answer
353 views
YouTube quota limits - what are the best practices?
I am developing an application which relies heavily on the YouTube API to assist in content discovery. During a load testing phase of development, I received the
...
2
votes
1answer
86 views
Why won't this small change to my YouTube API call work?
In the YouTube API docs I found this example:
https://gdata.youtube.com/feeds/api/videos?q=surfing&max-results=10&fields=entry[yt:statistics/@viewCount>1000000]
Which, of course, works ...
2
votes
0answers
399 views
Is the hqdefault thumbnail guaranteed to be there?
Is the "hqdefault" thumbnail guaranteed to be available for YouTube video information in the gdata API?
I'm currently using the Zend library to retrieve video info from the YouTube API using PHP, but ...
1
vote
1answer
255 views
How can I tell if a YouTube video from the users private feed is public or not?
I'mm using gdata to retreive videos, but it's giving me all the users videos and I just want the public ones.
client = gdata.youtube.service.YouTubeService()
feed_url = ...
1
vote
1answer
531 views
YouTube API too_long error code on short keywords?
I feel really silly to not be able to find this answer anywhere. Could someone please direct me to a place or inform me of what the YouTube limits are with regard to keywords?
I found that the limit ...
0
votes
0answers
140 views
Youtube Upload from website with title, description etc.
this is my first post here, so I hope you wanna help my out with my litle problem :)
I have this PHP code, that lets the users upload a video, from within my website. The only problem is that i want ...
1
vote
1answer
312 views
How to authenticate a developer for YouTube video/channel by the owner?
I am developing software for some YouTube channels not owned by myself.
To retrieve insight data, I need to be authenticated. How to achieve that?
0
votes
1answer
374 views
How to specify which video to update/delete with Youtube API?
So I have successfully created an upload script using the API, but now I am having troubles with an update/delete script. It appears there is a broken link on the Gdata website which originally lead ...
1
vote
1answer
497 views
Apparently “Gaming” is not a valid youtube category
I copied and pasted the example YouTube api code for browser-based uploading to my website, but it appears when I change the category to "Gaming", it gives me a bad request error.
Here is the ...
1
vote
1answer
179 views
YouTube Data API for PHP hanging locally
I am trying to use the YouTube Data API for PHP.
Locally, I am running Mac 10.6.7, MAMP 1.9.6 (PHP 5.3.5), Zend Gdata 1.11.11
I am attempting to run this simple script:
<?php
...
0
votes
1answer
1k views
How to upload video to Youtube using zend gdata
I have logged in the user. I have retrieved his favourite videos. But when I try to upload videos I get an error
Fatal error File to be uploaded at does not exist or is not readable.
This is the ...
3
votes
1answer
814 views
Progress bar for YouTube direct uploads with data?
I would like to display a progress bar for direct youtube uploads using the gdata api. I have the uploads getting kicked off in by an ajax call to an uploader.php script, and when it completes, I ...
1
vote
1answer
371 views
Why does searching for YouTube videos using the Python API in Google App Engine go slowly and give me this warning?
My application is a modification of the "Getting Started Guide" for the YouTube Data Python API found here. Here is my code:
def initialize():
yt_service = gdata.youtube.service.YouTubeService()
...
1
vote
2answers
3k views
Uploading video to YouTube using Dropbox public link?
I am using youtube ZEND gdata api to upload videos to My youtube account.But now I need to upload videos to YouTube which are stored in my DropBox account.I have public links or direct links for video ...
