Shopify.AppMessenger无法从来源解析JSON!_ {h:'app-iframe'}

时间:2018-10-01 09:36:11

标签: google-api shopify

enter image description here从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');
        }
    );
});

0 个答案:

没有答案