This script does not work at the moment because after authentication, it is redirected back to intel.ingress.com and does not invoke the IITC plugin. An easy fix is to change the ux_mode from redirect to popup here: gapi.auth2.init({ client_id: this.clientId, scope: this.scope, ux_mode: 'popup', redirect_uri: 'https://intel.ingress.com' After authentication, just reselect the Draw Tools Load or Save in the portal dialog.
This script does not work at the moment because after authentication, it is redirected back to intel.ingress.com and does not invoke the IITC plugin. An easy fix is to change the ux_mode from redirect to popup here:
gapi.auth2.init({
client_id: this.clientId,
scope: this.scope,
ux_mode: 'popup',
redirect_uri: 'https://intel.ingress.com'
After authentication, just reselect the Draw Tools Load or Save in the portal dialog.