Yahooapis + Auth0

Hi,
we have some yahoo api (OpenDataTables) that suddenly started to return the following error:

{"error": {"lang": "en-US", "description": "Table not accessible"}}

Data extraction was done launching the following url:
https://query.yahooapis.com/v1/public/yql?q=use"store://my-store-token" as OpenTable; select * from OpenTable where url=“http://myUrl” and xpath=‘// myXpath’ and wparams=“myParams”&format=json&env=store://datatables.org/alltableswithkeys&callback=

Last night, suddenly all scheduled calls to the above url have started producing the above error.

what is going on? Is it an authentication problem that Auth0 can resolve? What should we have to do to restart the yahoo service? Nobody replay on stackoverflow.
Thanks.
E.

This is not an error that we can assist you with, and would need to be investigated on the YQL side. The error, coupled with the other error you mention about consumer key invalid points to something on the YQL side you will need to deal with and not Auth0.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.