Throw "net::ERR_ABORTED 404" error for Google's JSAPI

1k views Asked by At

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

Full console log: enter image description here

This is how I referenced the js file.

enter image description here

However, This works when I use the online js (https://www.google.com/jsapi) instead of using an offline js file.

enter image description here

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?

0

There are 0 answers