In our solution, we reference the JSAPI offline file. However, it returns me "net::ERR_ABORTED 404" error when the page loads.
The error message is;
https://www.google.com/uds/?file=visualization&v=1&packages=corechart net::ERR_ABORTED 404
This is how I referenced the js file.
However, This works when I use the online js (https://www.google.com/jsapi) instead of using an offline js file.
Note that I'm using jquery 1.11 version (also an offline file).
Any idea why it's not working when I use the offline js?


