Skip to content Skip to sidebar Skip to footer

How To Get Gmail Of User Use My App Script?

I create function get gmail when user use my app in file gs. When i call function via file script html it run but don't get gmail ? I try test open new web browsers, log in with

Solution 1:

As far as I can see this happens because your script 'doLoadGmail()' that executes the script 'checkAccSS' is only called on load. You could add a button with an onclick event that would execute your script without reloading however this wouldn't do it automaticly.

If you would like to this automaticly you could check the documentation from Ajax https://www.w3schools.com/jquery/jquery_ref_ajax.asp

Post a Comment for "How To Get Gmail Of User Use My App Script?"