Получение сообщения об ошибке из приложения-магазина shopify Shopify.AppMessenger не удалось проанализировать JSON! _ {H: 'app-iframe'} из источника
gapi.load('client:auth2', function() {
gapi.client.init({
apiKey: 'AIzaSccxxxxxxxxxxxTflBRAM',
clientId: '33418xxxxxxx8-g8u6c3e93qbfvna5r46n7sxxxxxxp7n2e9.apps.googleusercontent.com',
scope: 'https://www.googleapis.com/auth/webmasters https://www.googleapis.com/auth/webmasters.readonly'
}).then(
// On success
function(success) {
// After library is successfully loaded then enable the login button
},
// On error
function(error) {
//alert('Error : Failed to Load Library');
}
);
});