YouTube API inbox always empty

GrougCooseberg

New Member
I'm currently trying to fetch my YouTube inbox using the API.The request works and returns good XML with 200 HTTP code, but it's always empty.There are no messages in the API answer, whereas I have 2 on YouTube website.I tried with read and unread messages, with and without attached videos, it's still the same.I think my problem is similar to this one: youtube inbox problemHere is a request i just tested using Interactive YouTube API Demo Beta\[code\]GET /feeds/api/users/bigbourin/inboxGData-Version: 2Cache-Control: no-cacheAuthorization: AuthSub token="2/QPI7hMRZp0XSYHbDdWa6NBSn1LgOkRAmRgG9Ve-v1us"\[/code\]Here is the response header:\[code\]200 OKDate: Mon, 04 Jun 2012 12:25:27 GMTContent-Encoding: gzipX-Content-Type-Options: nosniffTransfer-Encoding: chunkedX-XSS-Protection: 1; mode=blockLast-Modified: Mon, 04 Jun 2012 12:25:27 GMTServer: GSEX-Frame-Options: SAMEORIGINETag: W/"CEAGRn4_fSp7I2A9WhVbGEw."Vary: Accept, X-GData-Authorization, GData-VersionContent-Type: application/atom+xml; charset=UTF-8; type=feedGData-Version: 2.1Cache-Control: private, max-age=300, no-transformX-GData-User-Country: FRExpires: Mon, 04 Jun 2012 12:25:27 GMT\[/code\]And the response data:\[code\]<?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearch/1.1/' xmlns:gd='http://schemas.google.com/g/2005' xmlns:yt='http://gdata.youtube.com/schemas/2007' gd:etag='W/"CEAGRn4_fSp7I2A9WhVbGEw."'> <id>tag:youtube.com,2008:user:bigbourin:inbox</id> <updated>2012-06-04T12:25:27.045Z</updated> <category scheme='http://schemas.google.com/g/2005#kind' term='http://gdata.youtube.com/schemas/2007#videoMessage'/> <title>Inbox of bigbourin</title> <logo>http://www.youtube.com/img/pic_youtubelogo_123x63.gif</logo> <link rel='alternate' type='text/html' href='http://www.youtube.com/my_messages?folder=inbox&filter=videos'/> <link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://gdata.youtube.com/feeds/api/users/bigbourin/inbox'/> <link rel='http://schemas.google.com/g/2005#batch' type='application/atom+xml' href='http://gdata.youtube.com/feeds/api/users/bigbourin/inbox/batch'/> <link rel='self' type='application/atom+xml' href='http://gdata.youtube.com/feeds/api/users/bigbourin/inbox?start-index=1&max-results=25'/> <link rel='service' type='application/atomsvc+xml' href='http://gdata.youtube.com/feeds/api/users/bigbourin/inbox?alt=atom-service'/> <author> <name>bigbourin</name> <uri>http://gdata.youtube.com/feeds/api/users/bigbourin</uri> <yt:userId>yx437I7-C4mVPXBZlxrYCw</yt:userId> </author> <generator version='2.1' uri='http://gdata.youtube.com'>YouTube data API</generator> <openSearch:totalResults>0</openSearch:totalResults> <openSearch:startIndex>1</openSearch:startIndex> <openSearch:itemsPerPage>25</openSearch:itemsPerPage></feed>\[/code\]
 
Back
Top