S
S
Sergey Fuksman2014-08-28 10:00:41
YouTube
Sergey Fuksman, 2014-08-28 10:00:41

Why could Youtube API stop working?

Hello.
This morning I started receiving empty responses to Youtube API requests, which had previously worked fine for three months.
Request example: getting a list of videos from a specific Youtube channel. Channel ID: UCwHnsUEYrQUTUxC4dvrv0QQ
Request code:

GET https://www.googleapis.com/youtube/v3/search?part=snippet%2Cid&channelId=UCwHnsUEYrQUTUxC4dvrv0QQ&key={YOUR_API_KEY}

Query result:
{
 "kind": "youtube#searchListResponse",
 "etag": "\"gMjDJfS6nsym0T-NKCXALC_u_rM/Z7muB3yLsIIdSeQTKlRVObzSk8M\"",
 "pageInfo": {
  "totalResults": 0,
  "resultsPerPage": 5
 },
 "items": [
 ]
}

The real state of affairs: in channel 4 videos.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question