it giving me error in time of loading following error
https://apis.google.com/_/scs/apps-static/_/js/k=oz.gapi.en.8z9WiJsz5YM.O/m=auth2/rt=j/sv=1/d=1/ed=1/am=AQ/rs=AGLTcCOeIPvL96qebQ5Fhurkrd9H51vLBQ/cb=gapi.loaded_0
i have set the client key and also all the required params
it is not going inside
gJs.onload = function () {
var params = {
client_id: value,
scope: 'email'
}
// here its coming
gapi.load('auth2', function () {
//but it is not coming here
gapi.auth2.init(params);
});
};
can you please give me the solution?
Thanks
it giving me error in time of loading following error
https://apis.google.com/_/scs/apps-static/_/js/k=oz.gapi.en.8z9WiJsz5YM.O/m=auth2/rt=j/sv=1/d=1/ed=1/am=AQ/rs=AGLTcCOeIPvL96qebQ5Fhurkrd9H51vLBQ/cb=gapi.loaded_0
i have set the client key and also all the required params
it is not going inside
gJs.onload = function () {
var params = {
client_id: value,
scope: 'email'
}
// here its coming
gapi.load('auth2', function () {
//but it is not coming here
gapi.auth2.init(params);
});
};
can you please give me the solution?
Thanks