I'm developing a SharePoint Online app in Visual Studio 2012. I have added a <script> link to the Google API JavaScript file. And as you can see from the screenshot's below taken from Chrome developer tools the
client.js file has loaded. However, when I go to the console and try to call the "gapi" method I get "gapi" is not defined which means none of the methods in the client.js file are available. In addition, all of the jQuery methods are available
but none of the client.js methods are available.
Here is the link to the Visual Studio project.
↧