I am using Google API for freebase and this simple and a perfectly valid call is not working. I've verified from docs that I'm making correct call but chrome debugger says otherwise.
var request = gapi.client.request({'path':'freebase/v1/topic/m/0nx5r',
'method':'GET'});
Please see the error as seen in JS debugger:
I know for sure that this method is correct. What's wrong here? Check here is the description of the call.