Here's an example request:
select * from tumblr.posts where username='david'
Go to the YQL console and try that request 3 or 4 times (often less) and you get this:
{
"error": {
"lang": "en-US",
"description": "Could not load table tumblr.posts from http://www.datatables.org/tumblr/tumblr.posts.xml"
}
}
AKA 400 error.
Can someone from Yahoo please respond?
Thanks!
Here's the full request that'll fail too
http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20tumblr.posts%20where%20username%3D'david'&format=json&env=store%3A%2F%2Fdatatables.org%2Falltableswithkeys&callback=